- [NEW] Added option for break on interrupt
This commit is contained in:
3
z80.h
3
z80.h
@@ -10,7 +10,8 @@ namespace z80
|
||||
#define MEMTAG_DATA 3
|
||||
|
||||
#define Z80_OPTION_STOP_ON_INVALID 0
|
||||
#define Z80_NUM_OPTIONS 1
|
||||
#define Z80_OPTION_BREAK_ON_INTERRUPT 1
|
||||
#define Z80_NUM_OPTIONS 2
|
||||
|
||||
void reset(uint8_t* mem);
|
||||
void connect_port(int num, int (*in_ptr)(int), void (*out_ptr)(int,int));
|
||||
|
||||
Reference in New Issue
Block a user