mirror of
https://github.com/andrew-jacobs/emu816.git
synced 2025-08-08 23:25:00 +00:00
Added simple output
This commit is contained in:
@@ -19,10 +19,6 @@
|
||||
// http://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// TODO: decimal mode
|
||||
|
||||
#include "emu816.h"
|
||||
|
||||
#ifdef CHIPKIT
|
||||
# include "WProgram.h"
|
||||
#else
|
||||
@@ -32,6 +28,8 @@
|
||||
using namespace std;
|
||||
#endif
|
||||
|
||||
#include "emu816.h"
|
||||
|
||||
union emu816::FLAGS emu816::p;
|
||||
|
||||
emu816::Bit emu816::e;
|
||||
|
Reference in New Issue
Block a user