1#ifndef PIONEERLDCONTROL_HH
2#define PIONEERLDCONTROL_HH
22 void reset(EmuTime::param time)
override;
23 [[nodiscard]]
byte readMem(
word address, EmuTime::param time)
override;
24 [[nodiscard]]
byte peekMem(
word address, EmuTime::param time)
const override;
25 void writeMem(
word address,
byte value, EmuTime::param time)
override;
32 template<
typename Archive>
33 void serialize(Archive& ar,
unsigned version);
36 void updateVideoSource();
40 std::optional<LaserdiscPlayer> laserdisc;
60 bool videoEnabled =
false;
Represents a clock with a fixed frequency.
An MSXDevice is an emulated hardware component connected to the bus of the emulated MSX.
void videoIn(bool enabled)
void serialize(Archive &ar, unsigned version)
~PioneerLDControl() override
const byte * getReadCacheLine(word address) const override
Test that the memory in the interval [start, start + CacheLine::SIZE) is cacheable for reading.
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.
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) 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.
void reset(EmuTime::param time) override
This method is called on reset.
Unified implementation of MSX Video Display Processors (VDPs).
This file implemented 3 utility functions:
uint16_t word
16 bit unsigned integer