From 65c818acf64915aa6b1de12774abab855cb6437b Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 21 Aug 2006 00:01:01 +0000 Subject: Added disassembler --- z80.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'z80.h') 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; -- cgit v1.2.3