summaryrefslogtreecommitdiff
path: root/z80_private.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-08-28 01:32:34 +0000
committerIan C <ianc@noddybox.co.uk>2006-08-28 01:32:34 +0000
commit25738474b655bbff8c31b12634d7377520420baf (patch)
tree82fe6586ff721004d71386044cf3203f55f46936 /z80_private.h
parent472447531bc02c0cbdf9793675ef4475fa07aef5 (diff)
Added labels to Z80 disassembler
Diffstat (limited to 'z80_private.h')
-rw-r--r--z80_private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/z80_private.h b/z80_private.h
index 45e63bd..c10b15f 100644
--- a/z80_private.h
+++ b/z80_private.h
@@ -216,6 +216,11 @@ struct Z80
+/* ---------------------------------------- LABELS
+*/
+extern Z80Label *z80_labels;
+
+
/* ---------------------------------------- FLAG TABLES
*/
extern Z80Byte PSZtable[512];