30 return "circuit-designer-rd-dongle";
35 return "Circuit Designer RD dongle";
63template<
typename Archive>
void write(uint8_t value, EmuTime::param time) override
Write a value to the joystick device.
uint8_t read(EmuTime::param time) override
Read from the joystick device.
void unplugHelper(EmuTime::param time) override
void plugHelper(Connector &connector, EmuTime::param time) override
void serialize(Archive &ar, unsigned version)
std::string_view getDescription() const override
Description for this pluggable.
std::string_view getName() const override
Name used to identify this pluggable.
Represents something you can plug devices into.
static constexpr uint8_t WR_PIN6
static constexpr uint8_t WR_PIN7
static constexpr uint8_t JOY_UP
This file implemented 3 utility functions:
#define INSTANTIATE_SERIALIZE_METHODS(CLASS)