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

@@ -33,7 +33,7 @@
#include "asic_vrc6.h"
#include "asic_vrc7.h"
#include "flashrom.h"
#include "wram.h"
#include "cartram.h"
static uint8 submapper;
static uint8 reg[8];