Reducing some warnings

This commit is contained in:
2021-10-20 18:24:13 -05:00
parent 758772200f
commit d2bf668bdc
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -31,7 +31,6 @@ impl MemoryMap {
0xFF00..=0xFF7F => Self::IORegisters,
0xFF80..=0xFFFE => Self::HighRAM,
0xFFFF => Self::InterruptEnableRegister,
_ => Self::BankZero,
}
}
}