1#ifndef COLECOJOYSTICKIO_HH
2#define COLECOJOYSTICKIO_HH
18 void reset(EmuTime::param time)
override;
19 [[nodiscard]]
byte readIO(
word port, EmuTime::param time)
override;
20 [[nodiscard]]
byte peekIO(
word port, EmuTime::param time)
const override;
21 void writeIO(
word port,
byte value, EmuTime::param time)
override;
23 template<
typename Archive>
24 void serialize(Archive& ar,
unsigned version);
28 std::array<JoystickPortIf*, 2> ports;
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 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.
void reset(EmuTime::param time) override
This method is called on reset.
An MSXDevice is an emulated hardware component connected to the bus of the emulated MSX.
This file implemented 3 utility functions:
uint16_t word
16 bit unsigned integer