1 #ifndef DUMMYJOYSTICK_HH
2 #define DUMMYJOYSTICK_HH
11 [[nodiscard]]
byte read(EmuTime::param time)
override;
12 void write(
byte value, EmuTime::param time)
override;
Represents something you can plug devices into.
void unplugHelper(EmuTime::param time) override
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.
void plugHelper(Connector &connector, EmuTime::param time) override
std::string_view getDescription() const override
Description for this pluggable.
This file implemented 3 utility functions: