Add mapper 559.

This commit is contained in:
NewRisingSun
2025-04-10 18:35:30 +02:00
committed by LibretroAdmin
parent c5ff3d7958
commit c23a5c7b5f
4 changed files with 73 additions and 1 deletions

View File

@@ -41,7 +41,6 @@ DECLFW(UNLAX5705_unscrambleAddress) {
VRC24_writeReg(A &~0x1000 | A <<9 &0x1000, V);
}
void UNLAX5705_power (void) {
VRC24_power();
SetWriteHandler(0x8000, 0xFFFF, UNLAX5705_unscrambleAddress);