mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 21:20:06 +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,
|
GB_MBC1M_WIRING,
|
||||||
} mbc1_wiring;
|
} mbc1_wiring;
|
||||||
|
|
||||||
|
unsigned pending_cycles;
|
||||||
|
|
||||||
/* Various RAMs */
|
/* Various RAMs */
|
||||||
uint8_t *ram;
|
uint8_t *ram;
|
||||||
uint8_t *vram;
|
uint8_t *vram;
|
||||||
|
453
Core/z80_cpu.c
453
Core/z80_cpu.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user