1#ifndef ROMCOLECOMEGACART_HH
2#define ROMCOLECOMEGACART_HH
13 void reset(EmuTime::param time)
override;
14 [[nodiscard]]
byte readMem(
word address, EmuTime::param time)
override;
void reset(EmuTime::param time) override
This method is called on reset.
const byte * getReadCacheLine(word start) const override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for reading.
byte readMem(word address, EmuTime::param time) override
Read a byte from a location at a certain time from this device.
This file implemented 3 utility functions:
uint16_t word
16 bit unsigned integer