mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 00:50:03 +02:00
Refactor CPU code so handling access conflicts is possible
This commit is contained in:
@@ -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
Reference in New Issue
Block a user