1 #ifndef ROMPANASONIC_HH 2 #define ROMPANASONIC_HH 15 void reset(EmuTime::param time)
override;
22 template<
typename Archive>
23 void serialize(Archive& ar,
unsigned version);
26 void changeBank(
byte region,
int bank);
void serialize(Archive &ar, unsigned version)
void reset(EmuTime::param time) override
This method is called on reset.
uint8_t byte
8 bit unsigned integer
byte * getWriteCacheLine(word address) const override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for writing...
void writeMem(word address, byte value, EmuTime::param time) override
Write a given byte to a given location at a certain time to this device.
const byte * getReadCacheLine(word address) const override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for reading...
byte peekMem(word address, EmuTime::param time) const override
Read a byte from a given memory location.
Thanks to enen for testing this on a real cartridge:
uint16_t word
16 bit unsigned integer
RomPanasonic(const DeviceConfig &config, Rom &&rom)
byte readMem(word address, EmuTime::param time) override
Read a byte from a location at a certain time from this device.