Refactor CPU code so handling access conflicts is possible
This commit is contained in:
parent
f1ec42d4ba
commit
d667d87bbe
@ -437,6 +437,8 @@ struct GB_gameboy_internal_s {
|
||||
GB_MBC1M_WIRING,
|
||||
} mbc1_wiring;
|
||||
|
||||
unsigned pending_cycles;
|
||||
|
||||
/* Various RAMs */
|
||||
uint8_t *ram;
|
||||
uint8_t *vram;
|
||||
|
455
Core/z80_cpu.c
455
Core/z80_cpu.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user