13 [[nodiscard]]
byte readIO(
word port, EmuTime::param time)
override;
14 [[nodiscard]]
byte peekIO(
word port, EmuTime::param time)
const override;
15 void writeIO(
word port,
byte value, EmuTime::param time)
override;
17 template<
typename Archive>
18 void serialize(Archive& ar,
unsigned version);
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.
byte readIO(word port, EmuTime::param time) override
Read a byte from an IO port at a certain time from this device.
void serialize(Archive &ar, unsigned version)
byte peekIO(word port, EmuTime::param time) const override
Read a byte from a given IO port.
This file implemented 3 utility functions:
uint16_t word
16 bit unsigned integer