mirror of
https://github.com/andrew-jacobs/emu816.git
synced 2025-04-09 02:37:03 +00:00
Added simple output
This commit is contained in:
parent
3fc78c08a6
commit
4e7f0d73a1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user