summaryrefslogtreecommitdiff
path: root/include/zx81.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-03-01 00:36:54 +0000
committerIan C <ianc@noddybox.co.uk>2007-03-01 00:36:54 +0000
commit6be2806499299bb13edde3481803f28416429902 (patch)
treeee80944e5af4f9ab002fb91c73f032ee6d385de8 /include/zx81.h
parentb7fc2934d2cd1e593fe5d1c99678321a21d0948d (diff)
Changed lower screen to 8-bits and added overlayed text mode. Monitor stub in place. Text mode helpers being developed.
Diffstat (limited to 'include/zx81.h')
-rw-r--r--include/zx81.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zx81.h b/include/zx81.h
index c50c1a4..2606c98 100644
--- a/include/zx81.h
+++ b/include/zx81.h
@@ -77,6 +77,8 @@ void ZX81WriteMem(Z80 *z80, Z80Word addr, Z80Byte val);
Z80Byte ZX81ReadPort(Z80 *z80, Z80Word port);
void ZX81WritePort(Z80 *z80, Z80Word port, Z80Byte val);
+#define ZX81ReadDisassem ZX81ReadMem
+
#endif