Forgot to increase NUM_MODES for JMP_IND_BUG mode

This commit is contained in:
Rob McMullen 2017-12-18 22:24:12 -08:00
parent 75bb592753
commit 7dfd24a3f3
1 changed files with 1 additions and 1 deletions

2
6502.h
View File

@ -4,7 +4,7 @@
#define CPU_FREQ 4e6 // 4Mhz
#define STEP_DURATION 10e6 // 10ms
#define ONE_SECOND 1e9
#define NUM_MODES 13
#define NUM_MODES 14
#define NMI_VEC 0xFFFA
#define RST_VEC 0xFFFC