summaryrefslogtreecommitdiff
path: root/z80_private.h
diff options
context:
space:
mode:
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];