mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-02 10:42:57 +02:00
More CGB revision quirks
This commit is contained in:
@@ -538,6 +538,7 @@ static void write_high_memory(GB_gameboy_t *gb, uint16_t addr, uint8_t value)
|
||||
return;
|
||||
}
|
||||
|
||||
/* Todo: This is writable, but glitchy, on CGB-B and CGB-D. */
|
||||
if (addr < 0xFEA0) {
|
||||
if (gb->accessed_oam_row == 0xa0) {
|
||||
for (unsigned i = 0; i < 8; i++) {
|
||||
|
Reference in New Issue
Block a user