1#ifndef MUSICMODULEMIDI_HH
2#define MUSICMODULEMIDI_HH
16 void reset(EmuTime::param time)
override;
17 [[nodiscard]]
byte readIO(
word port, EmuTime::param time)
override;
18 [[nodiscard]]
byte peekIO(
word port, EmuTime::param time)
const override;
19 void writeIO(
word port,
byte value, EmuTime::param time)
override;
21 template<
typename Archive>
22 void serialize(Archive& ar,
unsigned version);
An MSXDevice is an emulated hardware component connected to the bus of the emulated MSX.
void serialize(Archive &ar, unsigned version)
byte readIO(word port, EmuTime::param time) override
Read a byte from an IO port at a certain time from this device.
byte peekIO(word port, EmuTime::param time) const override
Read a byte from a given IO port.
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.
void reset(EmuTime::param time) override
This method is called on reset.
This file implemented 3 utility functions:
uint16_t word
16 bit unsigned integer