aboutsummaryrefslogtreecommitdiff
path: root/dcpu16.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-18 03:47:31 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-18 03:47:31 +0000
commitce38b43357c573f4a68d24a10f847473ff77b305 (patch)
tree460172d3071b95854d354661a0352c910aa003f3 /dcpu16.h
parentb7fd152aa1f40ca89da321040e8e86a48e19d1e0 (diff)
Graphic display, no scalling, no input ... jet
Diffstat (limited to 'dcpu16.h')
-rw-r--r--dcpu16.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dcpu16.h b/dcpu16.h
index 9ede832..0f11c77 100644
--- a/dcpu16.h
+++ b/dcpu16.h
@@ -44,6 +44,7 @@ enum { Res, JSR, BRK, nExt };
unsigned short *compile(FILE *, size_t);
int step(unsigned short *, unsigned short *);
void tuiemu(unsigned short *, unsigned short *);
-
+void guiemu(unsigned short *, unsigned short *);
+void dumpcode(unsigned short *, unsigned short *);
#endif