Rewrite mapper 183 to use modular VRC2/4 emulation.

This commit is contained in:
NewRisingSun
2025-04-07 22:39:03 +02:00
committed by LibretroAdmin
parent 553865663d
commit 5d8e14136f
4 changed files with 29 additions and 80 deletions

View File

@@ -22,6 +22,7 @@
#include "vrc2and4.h"
static void sync () {
VRC24_syncWRAM(0);
VRC24_syncPRG(0x01F, 0x000);
VRC24_syncCHR(0x1FF, 0x000);
VRC24_syncMirror();