openMSX
|
Ren-Sha Turbo is the autofire in several MSX 2+ models and in the MSX turbo R. More...
#include <RenShaTurbo.hh>
Public Member Functions | |
RenShaTurbo (MSXMotherBoard &motherBoard, const XMLElement &machineConfig) | |
bool | getSignal (EmuTime::param time) |
Get the output signal in negative logic. | |
template<typename Archive > | |
void | serialize (Archive &ar, unsigned version) |
Ren-Sha Turbo is the autofire in several MSX 2+ models and in the MSX turbo R.
It works on space bar and on fire-button 1 of both joystick ports
It uses one autofire circuit.
Definition at line 20 of file RenShaTurbo.hh.
openmsx::RenShaTurbo::RenShaTurbo | ( | MSXMotherBoard & | motherBoard, |
const XMLElement & | machineConfig | ||
) |
Definition at line 7 of file RenShaTurbo.cc.
References openmsx::XMLElement::findChild(), and openmsx::Autofire::RENSHATURBO.
bool openmsx::RenShaTurbo::getSignal | ( | EmuTime::param | time | ) |
Get the output signal in negative logic.
Definition at line 23 of file RenShaTurbo.cc.
void openmsx::RenShaTurbo::serialize | ( | Archive & | ar, |
unsigned | version | ||
) |
Definition at line 29 of file RenShaTurbo.cc.