13 void reset(EmuTime::param time)
override;
20 template<
typename Archive>
21 void serialize(Archive& ar,
unsigned version);
byte readMem(word address, EmuTime::param time) override
Read a byte from a location at a certain time from this device.
byte * getWriteCacheLine(word address) const override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for writing...
byte peekMem(word address, EmuTime::param time) const override
Read a byte from a given memory location.
uint8_t byte
8 bit unsigned integer
VictorFDC(const DeviceConfig &config)
Thanks to enen for testing this on a real cartridge:
void serialize(Archive &ar, unsigned version)
uint16_t word
16 bit unsigned integer
const byte * getReadCacheLine(word start) const override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for reading...
void reset(EmuTime::param time) override
This method is called on reset.
void writeMem(word address, byte value, EmuTime::param time) override
Write a given byte to a given location at a certain time to this device.