14 void reset(EmuTime::param time)
override;
15 [[nodiscard]]
byte readMem(
word address, EmuTime::param time)
override;
16 void writeMem(
word address,
byte value, EmuTime::param time)
override;
20 template<
typename Archive>
21 void serialize(Archive& ar,
unsigned version);
24 void checkSramEnable();
An MSXDevice is an emulated hardware component connected to the bus of the emulated MSX.
void reset(EmuTime::param time) override
This method is called on reset.
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.
void serialize(Archive &ar, unsigned version)
byte * getWriteCacheLine(word address) override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for writing.
byte readMem(word address, EmuTime::param time) override
Read a byte from a location at a certain time from this device.
const byte * getReadCacheLine(word address) const override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for reading.
This file implemented 3 utility functions:
uint16_t word
16 bit unsigned integer