mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-01-23 04:16:02 +00:00
Tidy header file usage a little.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
@@ -16,9 +16,6 @@ EightBit::Memory::Memory(uint16_t addressMask)
|
||||
m_locked.resize(0x10000);
|
||||
}
|
||||
|
||||
EightBit::Memory::~Memory() {
|
||||
}
|
||||
|
||||
uint8_t EightBit::Memory::peek(uint16_t address) {
|
||||
bool rom;
|
||||
return reference(address, rom);
|
||||
|
||||
Reference in New Issue
Block a user