summaryrefslogtreecommitdiff
path: root/emu/emul.h
diff options
context:
space:
mode:
Diffstat (limited to 'emu/emul.h')
-rw-r--r--emu/emul.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/emu/emul.h b/emu/emul.h
new file mode 100644
index 0000000..cefa020
--- /dev/null
+++ b/emu/emul.h
@@ -0,0 +1,9 @@
+#ifndef EMUL_H
+#define EMUL_H
+
+enum {
+ ROM_START = 0xF800,
+ ROM_SIZE = 2048
+};
+
+#endif