aboutsummaryrefslogtreecommitdiff
path: root/dcpu16.h
diff options
context:
space:
mode:
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