Rewrite mapper 355 to actually work, using emulation of the PIC using NES 2.0 Misc. ROM data.

This commit is contained in:
NewRisingSun
2025-04-11 19:30:14 +02:00
committed by LibretroAdmin
parent 658637a02a
commit 7b16c23f70
6 changed files with 1482 additions and 95 deletions

View File

@@ -0,0 +1,16 @@
case 0x00: nop(); break;
case 0x01: illegal(); break;
case 0x02: option(); break;
case 0x03: sleepic(); break;
case 0x04: clrwdt(); break;
case 0x05: tris(); break;
case 0x06: tris(); break;
case 0x07: tris(); break;
case 0x08: illegal(); break;
case 0x09: illegal(); break;
case 0x0A: illegal(); break;
case 0x0B: illegal(); break;
case 0x0C: illegal(); break;
case 0x0D: illegal(); break;
case 0x0E: illegal(); break;
case 0x0F: illegal(); break;