mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2026-08-05 17:50:04 -04:00
Reducing some warnings
This commit is contained in:
@@ -31,7 +31,6 @@ impl MemoryMap {
|
||||
0xFF00..=0xFF7F => Self::IORegisters,
|
||||
0xFF80..=0xFFFE => Self::HighRAM,
|
||||
0xFFFF => Self::InterruptEnableRegister,
|
||||
_ => Self::BankZero,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user