Removed commented out DEBUG define since it's not used anywhere

This commit is contained in:
Rob McMullen 2017-12-19 18:36:34 -08:00
parent db29c5cba6
commit 60a354d64c
1 changed files with 0 additions and 2 deletions

2
6502.c
View File

@ -4,8 +4,6 @@
#include "6502.h"
//#define DEBUG
int lengths[NUM_MODES]; // instruction length table, indexed by addressing mode
uint8_t * (*get_ptr[NUM_MODES])(); // addressing mode decoder table
Instruction instructions[0x100]; // instruction data table