aboutsummaryrefslogtreecommitdiff
path: root/dcpu16.h
diff options
context:
space:
mode:
Diffstat (limited to 'dcpu16.h')
-rw-r--r--dcpu16.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dcpu16.h b/dcpu16.h
index 646dd5c..9ede832 100644
--- a/dcpu16.h
+++ b/dcpu16.h
@@ -41,7 +41,9 @@ enum { Res, JSR, BRK, nExt };
/* display: 32x12 (128x96) + 16 pixel boarder, font 8x4 */
-unsigned short *compile(FILE *);
+unsigned short *compile(FILE *, size_t);
int step(unsigned short *, unsigned short *);
+void tuiemu(unsigned short *, unsigned short *);
+
#endif