mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 14:39:55 +02:00
Whoops
This commit is contained in:
@@ -112,6 +112,7 @@ static void cycle_write(GB_gameboy_t *gb, uint16_t addr, uint8_t value)
|
|||||||
GB_advance_cycles(gb, 1);
|
GB_advance_cycles(gb, 1);
|
||||||
GB_write_memory(gb, addr, value);
|
GB_write_memory(gb, addr, value);
|
||||||
gb->pending_cycles = 3;
|
gb->pending_cycles = 3;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The DMG STAT-write bug is basically the STAT register being read as FF for a single T-cycle*/
|
/* The DMG STAT-write bug is basically the STAT register being read as FF for a single T-cycle*/
|
||||||
|
Reference in New Issue
Block a user