GB Memory: Mark ROM not pristine when doing copy-on-write
Vicki Pfau vi@endrift.com
Tue, 30 May 2017 22:30:11 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/gb/memory.c
→
src/gb/memory.c
@@ -689,4 +689,5 @@ gb->memory.romBase = newRom;
} gb->memory.rom = newRom; GBMBCSwitchBank(gb, gb->memory.currentBank); + gb->isPristine = false; }