aboutsummaryrefslogtreecommitdiff
path: root/dcpu16.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-05-09 00:04:17 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-05-09 00:04:17 +0000
commitd94d595fd7c7817dae2887285a3c3d47fba6a765 (patch)
tree87b0255579990af689ab8199b18a528f186c8f39 /dcpu16.h
parent11129399de73cd03a914ee7ddc2dd641feb83f21 (diff)
devices stub
Diffstat (limited to 'dcpu16.h')
-rw-r--r--dcpu16.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dcpu16.h b/dcpu16.h
index 9a47624..0194f46 100644
--- a/dcpu16.h
+++ b/dcpu16.h
@@ -63,5 +63,8 @@ int step(struct context *);
void tuiemu(struct context *);
void guiemu(struct context *);
void dumpcode(struct context *);
+void register_lem(struct context *);
+void register_keyb(struct context *);
+void register_clk(struct context *);
#endif