summaryrefslogtreecommitdiff
path: root/src/zx81rom.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-03-13 15:21:17 +0000
committerIan C <ianc@noddybox.co.uk>2020-03-13 15:21:17 +0000
commita7c83aa3278e69281a8773e4f5b40e0f23bc038c (patch)
tree64757f01d15b25e90075b3c1fe239316febd6cdd /src/zx81rom.h
parent7fd8dc17cf6bf4fda59f56381c38a404fd682b1c (diff)
Added skeleton source file and Makefile.
Diffstat (limited to 'src/zx81rom.h')
-rw-r--r--src/zx81rom.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/zx81rom.h b/src/zx81rom.h
new file mode 100644
index 0000000..b2fe168
--- /dev/null
+++ b/src/zx81rom.h
@@ -0,0 +1,9 @@
+/* ZX81 ROM Copyright 1981 Nine Tiles Networks LTD
+*/
+
+#ifndef ZX81ROM_H
+#define ZX81ROM_H
+
+extern unsigned char ZX81ROM[8192];
+
+#endif