12 void writeMem(
word address,
byte value, EmuTime::param time)
override;
An MSXDevice is an emulated hardware component connected to the bus of the emulated MSX.
MSXRom(const DeviceConfig &config, Rom &&rom)
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 getExtraDeviceInfo(TclObject &result) const override
byte * getWriteCacheLine(word address) const override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for writing.
void getInfo(TclObject &result) const
Add dict values with info to result.
This file implemented 3 utility functions:
uint16_t word
16 bit unsigned integer