openMSX
|
#include <FirmwareSwitch.hh>
Public Member Functions | |
FirmwareSwitch (const DeviceConfig &config) | |
~FirmwareSwitch () | |
bool | getStatus () const |
Definition at line 9 of file FirmwareSwitch.hh.
|
explicit |
Definition at line 13 of file FirmwareSwitch.cc.
References openmsx::DeviceConfig::getCliComm(), openmsx::DeviceConfig::getFileContext(), openmsx::File::LOAD_PERSISTENT, openmsx::CliComm::printWarning(), openmsx::File::read(), openmsx::FileContext::resolveCreate(), and openmsx::BooleanSetting::setBoolean().
openmsx::FirmwareSwitch::~FirmwareSwitch | ( | ) |
Definition at line 33 of file FirmwareSwitch.cc.
References openmsx::BooleanSetting::getBoolean(), openmsx::DeviceConfig::getCliComm(), openmsx::DeviceConfig::getFileContext(), openmsx::CliComm::printWarning(), openmsx::FileContext::resolveCreate(), openmsx::File::SAVE_PERSISTENT, and openmsx::File::write().
|
inline |
Definition at line 15 of file FirmwareSwitch.hh.
References openmsx::BooleanSetting::getBoolean().
Referenced by openmsx::RomFSA1FM1::peekMem(), and openmsx::MSXMatsushita::peekSwitchedIO().