28 void reset(EmuTime::param time)
override;
35 template<
typename Archive>
36 void serialize(Archive& ar,
unsigned version);
39 std::unique_ptr<SRAM> sram;
An MSXDevice is an emulated hardware component connected to the bus of the emulated MSX.
byte readSwitchedIO(word port, EmuTime::param time) override
byte peekSwitchedIO(word port, EmuTime::param time) const override
void reset(EmuTime::param time) override
This method is called on reset.
void serialize(Archive &ar, unsigned version)
void writeSwitchedIO(word port, byte value, EmuTime::param time) override
This file implemented 3 utility functions:
uint8_t nibble
4 bit integer
uint16_t word
16 bit unsigned integer