aboutsummaryrefslogtreecommitdiff
path: root/dcpu16.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-17 18:23:52 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-17 18:23:52 +0000
commit245459ae8c15554418d6d54ba0ab220b9eba0620 (patch)
tree355ad9c0566dfab3ecca102537806cd15b07efde /dcpu16.h
parent20e9a95075a7a95df90daa7c9bb4af0dff8ebf0d (diff)
cleanup, make it build on linux (freebsd-make)
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