15 return "Dongle used by some Japanese games to enable cheat mode";
38template<
typename Archive>
Represents something you can plug devices into.
static constexpr uint8_t JOY_BUTTONA
static constexpr uint8_t JOY_RIGHT
static constexpr uint8_t JOY_LEFT
static constexpr uint8_t JOY_BUTTONB
void serialize(Archive &ar, unsigned version)
std::string_view getDescription() const override
Description for this pluggable.
void plugHelper(Connector &connector, EmuTime::param time) override
void write(uint8_t value, EmuTime::param time) override
Write a value to the joystick device.
std::string_view getName() const override
Name used to identify this pluggable.
void unplugHelper(EmuTime::param time) override
uint8_t read(EmuTime::param time) override
Read from the joystick device.
This file implemented 3 utility functions:
#define INSTANTIATE_SERIALIZE_METHODS(CLASS)