Refactoring: move extra CHR-RAM and WRAM into one CartRAM module.

This commit is contained in:
NewRisingSun
2025-09-12 11:22:37 +02:00
parent 095a2f90ec
commit c7960e9e0c
23 changed files with 65 additions and 88 deletions

View File

@@ -20,7 +20,7 @@
#include "mapinc.h"
#include "asic_vrc2and4.h"
#include "wram.h"
#include "cartram.h"
static void sync () {
VRC24_syncWRAM(0);