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