18 [[nodiscard]]
byte read(EmuTime::param time)
override;
19 void write(
byte value, EmuTime::param time)
override;
21 template<
typename Archive>
22 void serialize(Archive& ar,
unsigned version);
Represents something you can plug devices into.
This device is plugged in into the joyports and consolidates several other joysticks plugged into it.
PluggingController & pluggingController
void plugHelper(Connector &connector, EmuTime::param time) override
void serialize(Archive &ar, unsigned version)
std::string_view getDescription() const override
Description for this pluggable.
NinjaTap(PluggingController &pluggingController, std::string name)
byte read(EmuTime::param time) override
Read from the joystick device.
void write(byte value, EmuTime::param time) override
Write a value to the joystick device.
Central administration of Connectors and Pluggables.
This file implemented 3 utility functions: