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