adding a read register in PPU write due to weird roms

This commit is contained in:
Clément Le Bihan
2020-05-14 19:17:15 +02:00
parent 1faf62e024
commit a234fd0575
+2
View File
@@ -215,6 +215,8 @@ namespace ComSquare::PPU
this->_registers._setini.raw = data;
break;
//TODO adding the rest of the registers. oaf !
case ppuRegisters::stat77: // some roms write here but it is useless
break;
default:
throw InvalidAddress("PPU Internal Registers write", addr);
}