Silence warnings

This commit is contained in:
negativeExponent
2020-02-17 13:43:54 +08:00
parent 7c6aa2d665
commit 18701efb0f
6 changed files with 35 additions and 49 deletions

View File

@@ -66,15 +66,6 @@ static DECLFR(MAWRAM) {
return(Page[A >> 11][A]);
}
static void MMC1WRAM(void) {
if (WRAMSIZE > 8192) {
if (WRAMSIZE > 16384)
setprg8r(0x10, 0x6000, (DRegs[1] >> 2) & 3);
else
setprg8r(0x10, 0x6000, (DRegs[1] >> 3) & 1);
}
}
static void MMC1CHR(void) {
if (MMC1WRAMHook8) /* Use custom wram hook, currently used for M543 */
MMC1WRAMHook8();