summaryrefslogtreecommitdiff
path: root/z80.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-08-21 00:01:01 +0000
committerIan C <ianc@noddybox.co.uk>2006-08-21 00:01:01 +0000
commit65c818acf64915aa6b1de12774abab855cb6437b (patch)
treec4d2ab06375f3591fe84958c0789959c86d388fa /z80.h
parentf295f65db435ab7cb384e44e1dd74dc6d7a34853 (diff)
Added disassembler
Diffstat (limited to 'z80.h')
-rw-r--r--z80.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/z80.h b/z80.h
index 745ee48..05557f4 100644
--- a/z80.h
+++ b/z80.h
@@ -33,10 +33,6 @@
/* ---------------------------------------- TYPES
*/
-/* Remove this to disable the disassembler (saving some memory)
-*/
-#define Z80_DISASSEMBLER_ENABLED
-
/* The processor
*/
struct Z80;