summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-09-13 23:34:43 +0000
committerIan C <ianc@noddybox.co.uk>2006-09-13 23:34:43 +0000
commit39fd6d13f60b4d0afa6a4724379c441eb5d1f497 (patch)
tree1c4610b2b14a62459320d32f1c3f24f5de248e65
parentfdd2e3ac42f10338b8ce7d7e3fa972e0d17e9925 (diff)
Removed bad declaration for table arrays
-rw-r--r--z80_private.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/z80_private.h b/z80_private.h
index 6675c12..a970eab 100644
--- a/z80_private.h
+++ b/z80_private.h
@@ -209,15 +209,6 @@ struct Z80
extern Z80Label *z80_labels;
-/* ---------------------------------------- FLAG TABLES
-*/
-extern Z80Byte PSZtable[512];
-extern Z80Byte SZtable[512];
-extern Z80Byte Ptable[512];
-extern Z80Byte Stable[512];
-extern Z80Byte Ztable[512];
-
-
/* ---------------------------------------- GLOBAL GENERAL OPCODES/ROUTINES
*/
void Z80_Decode(Z80 *cpu, Z80Byte opcode);