Mapper 468: bugfixes

This commit is contained in:
NewRisingSun
2025-09-08 16:25:54 +02:00
parent 5744764e24
commit da42e08e1a
7 changed files with 114 additions and 104 deletions

View File

@@ -62,7 +62,7 @@ int MMC3_getCHRBank (uint8 bank) {
return bank &4? MMC3_reg[bank -2]: MMC3_reg[bank >>1] &~1 | bank &1;
}
int MMC3_getMirroring (void) {
uint8 MMC3_getMirroring (void) {
return MMC3_mirroring;
}