17 void reset(EmuTime::param time)
override;
18 void writeIO(
word port,
byte value, EmuTime::param time)
override;
20 template<
typename Archive>
21 void serialize(Archive& ar,
unsigned version);
An MSXDevice is an emulated hardware component connected to the bus of the emulated MSX.
This class implements the Texas Instruments SN76489 sound chip.
Device that puts the Texas Instruments SN76489 sound chip at a fixed I/O address.
void serialize(Archive &ar, unsigned version)
void reset(EmuTime::param time) override
This method is called on reset.
void writeIO(word port, byte value, EmuTime::param time) override
Write a byte to a given IO port at a certain time to this device.
This file implemented 3 utility functions:
uint16_t word
16 bit unsigned integer