openMSX
|
This file implemented 3 utility functions: More...
Namespaces | |
namespace | AmdFlashChip |
namespace | CacheLine |
namespace | Date |
namespace | detail |
namespace | DiskImageUtils |
namespace | FAT |
namespace | FAT12 |
namespace | FAT16 |
namespace | FileOperations |
namespace | GLScalerFactory |
namespace | IDEDeviceFactory |
namespace | InputEventFactory |
namespace | joymega |
namespace | MemoryOps |
namespace | MSX_CAS |
namespace | msxjoystick |
namespace | PNG |
Utility functions to hide the complexity of saving to a PNG file. | |
namespace | RendererFactory |
Interface for renderer factories. | |
namespace | RomFactory |
namespace | SCSI |
namespace | SVI_CAS |
namespace | Thread |
namespace | Timer |
namespace | VDPAccessSlots |
namespace | YM2413Burczynski |
namespace | YM2413NukeYKT |
namespace | YM2413Okazaki |
namespace | YM2413OriginalNukeYKT |
namespace | yuv2rgb |
Concepts | |
concept | EnumSettingValue |
Enumerations | |
enum | Reg8 : int { F , B , C , D = 8 , E = 4 , H , L , IXH , IXL , IYH , IYL , REG_I , REG_R , DUMMY } |
enum | Reg16 : int { AF , BC , DE , HL , IX , IY , SP } |
enum class | ExecIRQ { NMI , IRQ , NONE } |
enum class | CacheLineCounters { NonCachedRead , NonCachedWrite , GetReadCacheLine , GetWriteCacheLine , SlowRead , SlowWrite , DisallowCacheRead , DisallowCacheWrite , InvalidateAllSlots , InvalidateReadWrite , InvalidateRead , InvalidateWrite , FillReadWrite , FillRead , FillWrite , NUM } |
enum class | EventType : uint8_t { KEY_UP = event_index<KeyUpEvent> , KEY_DOWN = event_index<KeyDownEvent> , MOUSE_MOTION = event_index<MouseMotionEvent> , MOUSE_BUTTON_UP = event_index<MouseButtonUpEvent> , MOUSE_BUTTON_DOWN = event_index<MouseButtonDownEvent> , MOUSE_WHEEL = event_index<MouseWheelEvent> , JOY_AXIS_MOTION = event_index<JoystickAxisMotionEvent> , JOY_HAT = event_index<JoystickHatEvent> , JOY_BUTTON_UP = event_index<JoystickButtonUpEvent> , JOY_BUTTON_DOWN = event_index<JoystickButtonDownEvent> , OSD_CONTROL_RELEASE = event_index<OsdControlReleaseEvent> , OSD_CONTROL_PRESS = event_index<OsdControlPressEvent> , WINDOW = event_index<WindowEvent> , TEXT = event_index<TextEvent> , FILE_DROP = event_index<FileDropEvent> , QUIT = event_index<QuitEvent> , GROUP = event_index<GroupEvent> , BOOT = event_index<BootEvent> , FINISH_FRAME = event_index<FinishFrameEvent> , FRAME_DRAWN = event_index<FrameDrawnEvent> , BREAK = event_index<BreakEvent> , SWITCH_RENDERER = event_index<SwitchRendererEvent> , TAKE_REVERSE_SNAPSHOT = event_index<TakeReverseSnapshotEvent> , CLICOMMAND = event_index<CliCommandEvent> , AFTER_TIMED = event_index<AfterTimedEvent> , MACHINE_LOADED = event_index<MachineLoadedEvent> , MACHINE_ACTIVATED = event_index<MachineActivatedEvent> , MACHINE_DEACTIVATED = event_index<MachineDeactivatedEvent> , MIDI_IN_READER = event_index<MidiInReaderEvent> , MIDI_IN_WINDOWS = event_index<MidiInWindowsEvent> , MIDI_IN_COREMIDI = event_index<MidiInCoreMidiEvent> , MIDI_IN_COREMIDI_VIRTUAL = event_index<MidiInCoreMidiVirtualEvent> , MIDI_IN_ALSA = event_index<MidiInALSAEvent> , RS232_TESTER = event_index<Rs232TesterEvent> , RS232_NET = event_index<Rs232NetEvent> , IMGUI_DELAYED_ACTION = event_index<ImGuiDelayedActionEvent> , IMGUI_ACTIVE = event_index<ImGuiActiveEvent> , NUM_EVENT_TYPES } |
enum class | MSXBootSectorType : int { DOS1 = 0 , DOS2 = 1 , NEXTOR = 2 } |
enum class | FileType { NONE = 0 , SYSTEM_ROM = 1 , ROM = 2 , DISK = 4 , TAPE = 8 } |
enum class | imColor : unsigned { TRANSPARENT , BLACK , WHITE , GRAY , YELLOW , RED_BG , YELLOW_BG , TEXT , TEXT_DISABLED , ERROR , WARNING , COMMENT , VARIABLE , LITERAL , PROC , OPERATOR , KEY_ACTIVE , KEY_NOT_ACTIVE , NUM_COLORS } |
enum class | RomType { ARC , ALALAMIAH30IN1 , ASCII8 , ASCII8_2 , ASCII8_32 , ASCII8_8 , ASCII16 , ASCII16_2 , ASCII16_8 , ASCII16X , COLECOMEGACART , CROSS_BLAIM , DOOLY , DRAM , FSA1FM1 , FSA1FM2 , GAME_MASTER2 , GENERIC_8KB , GENERIC_16KB , HALNOTE , HAMARAJANIGHT , HARRY_FOX , HOLY_QURAN , HOLY_QURAN2 , KBDMASTER , KOEI_8 , KOEI_32 , KONAMI , KONAMI_SCC , REPRO_CARTRIDGE1 , REPRO_CARTRIDGE2 , KONAMI_ULTIMATE_COLLECTION , MAJUTSUSHI , MANBOW2 , MANBOW2_2 , RBSC_FLASH_KONAMI_SCC , MATRAINK , MATRACOMPILATION , MEGAFLASHROMSCC , MEGAFLASHROMSCCPLUS , MIRRORED , MIRRORED0000 , MIRRORED4000 , MIRRORED8000 , MIRROREDC000 , MITSUBISHIMLTS2 , MSXDOS2 , MSXTRA , MSXWRITE , MULTIROM , NATIONAL , NEO8 , NEO16 , NETTOU_YAKYUU , NORMAL , NORMAL0000 , NORMAL4000 , NORMAL8000 , NORMALC000 , PADIAL8 , PADIAL16 , PAGE0 , PAGE1 , PAGE01 , PAGE2 , PAGE12 , PAGE012 , PAGE3 , PAGE23 , PAGE123 , PAGE0123 , PANASONIC , PLAYBALL , R_TYPE , RAMFILE , RETROHARD31IN1 , ROMHUNTERMK2 , SUPERLODERUNNER , SUPERSWANGI , SYNTHESIZER , WIZARDRY , YAMANOOTO , ZEMINA25IN1 , ZEMINA80IN1 , ZEMINA90IN1 , ZEMINA126IN1 , NUM , UNKNOWN = -1 } |
enum class | Log { NO_T , BPP2 , BPP4 , BPP8 , NUM } |
enum class | V9990DisplayMode { P1 , P2 , B0 , B1 , B2 , B3 , B4 , B5 , B6 , B7 } |
enum class | V9990ColorMode { PP , BYUV , BYUVP , BYJK , BYJKP , BD16 , BD8 , BP6 , BP4 , BP2 } |
Functions | |
REGISTER_POLYMORPHIC_CLASS (StateChange, AutofireStateChange, "AutofireStateChange") | |
SERIALIZE_ENUM (CassettePlayer::State, stateInfo) | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, CassettePlayer, "CassettePlayer") | |
SERIALIZE_CLASS_VERSION (CassettePlayer, 2) | |
SERIALIZE_CLASS_VERSION (CassettePort, 2) | |
REGISTER_MSXDEVICE (ChakkariCopy, "ChakkariCopy") | |
std::vector< TclObject > | parseTclArgs (Interpreter &interp, std::span< const TclObject > inArgs, std::span< const ArgsInfo > table) |
ArgsInfo | flagArg (std::string_view name, bool &flag) |
ArgsInfo | funcArg (std::string_view name, std::function< void(Interpreter &, const TclObject &)> func) |
template<typename T > | |
ArgsInfo | valueArg (std::string_view name, T &value) |
template<typename... Args> | |
TclObject | makeTclList (Args &&... args) |
template<typename... Args> | |
TclObject | makeTclDict (Args &&... args) |
SERIALIZE_ENUM (HardwareConfig::Type, configTypeInfo) | |
SERIALIZE_CLASS_VERSION (HardwareConfig, 6) | |
SERIALIZE_CLASS_VERSION (OldXMLElement, 2) | |
REGISTER_BASE_CLASS (Connector, "Connector") | |
SERIALIZE_CLASS_VERSION (CPUCore< Z80TYPE >, 5) | |
SERIALIZE_CLASS_VERSION (CPUCore< R800TYPE >, 5) | |
SERIALIZE_CLASS_VERSION (CPURegs, 3) | |
void | appendAddrAsHex (std::string &output, uint16_t addr) |
std::optional< unsigned > | instructionLength (std::span< const uint8_t > bin) |
Calculate the length of the instruction at the given address. | |
unsigned | dasm (std::span< const uint8_t > opcode, uint16_t pc, std::string &dest, function_ref< void(std::string &, uint16_t)> appendAddr=&appendAddrAsHex) |
Disassemble. | |
std::span< uint8_t > | fetchInstruction (const MSXCPUInterface &interface, uint16_t addr, std::span< uint8_t, 4 > buffer, EmuTime::param time) |
unsigned | dasm (const MSXCPUInterface &interface, uint16_t pc, std::span< uint8_t, 4 > buf, std::string &dest, EmuTime::param time, function_ref< void(std::string &, uint16_t)> appendAddr=&appendAddrAsHex) |
Disassemble. | |
uint16_t | instructionBoundary (const MSXCPUInterface &interface, uint16_t addr, EmuTime::param time) |
This is only an heuristic to display instructions in a debugger disassembly view. | |
uint16_t | nInstructionsBefore (const MSXCPUInterface &interface, uint16_t addr, EmuTime::param time, int n) |
Get the start address of the 'n'th instruction before the instruction containing the byte at the given address 'addr'. | |
SERIALIZE_CLASS_VERSION (MSXCPU, 2) | |
std::ostream & | operator<< (std::ostream &os, EnumTypeName< CacheLineCounters >) |
std::ostream & | operator<< (std::ostream &os, EnumValueName< CacheLineCounters > evn) |
void | foreach_ct_interval (std::invocable< unsigned > auto action, auto ct_interval) |
void | foreach_ct_interval (std::invocable< unsigned > auto action, auto front_interval, auto... tail_intervals) |
SERIALIZE_ENUM (DebugDevice::DebugMode, debugModeInfo) | |
REGISTER_MSXDEVICE (DebugDevice, "DebugDevice") | |
SERIALIZE_CLASS_VERSION (DynamicClock, 2) | |
std::ostream & | operator<< (std::ostream &os, EmuTime::param time) |
std::string | toString (const BooleanInput &input) |
std::optional< BooleanInput > | parseBooleanInput (std::string_view text) |
std::optional< BooleanInput > | captureBooleanInput (const Event &event, function_ref< int(JoystickId)> getJoyDeadZone) |
bool | operator== (const BooleanInput &x, const BooleanInput &y) |
std::optional< bool > | match (const BooleanInput &binding, const Event &event, function_ref< int(JoystickId)> getJoyDeadZone) |
constexpr std::string_view | toString (BooleanJoystickHat::Direction dir) |
auto | toString (CliComm::LogLevel type) |
auto | toString (CliComm::UpdateType type) |
bool | operator== (const Event &x, const Event &y) |
TclObject | toTclList (const Event &event) |
Similar to toString(), but retains the structure of the event. | |
std::string | toString (const Event &event) |
Get a string representation of this event. | |
bool | matches (const Event &self, const Event &other) |
Does this event 'match' the given event. | |
EventType | getType (const Event &event) |
template<typename T > | |
const T * | get_event_if (const Event &event) |
template<typename T > | |
const T & | get_event (const Event &event) |
std::string | sock_error () |
void | sock_startup () |
void | sock_cleanup () |
void | sock_close (SOCKET sd) |
ptrdiff_t | sock_recv (SOCKET sd, char *buf, size_t count) |
ptrdiff_t | sock_send (SOCKET sd, const char *buf, size_t count) |
REGISTER_MSXDEVICE (AVTFDC, "AVTFDC") | |
REGISTER_MSXDEVICE (CanonFDC, "CanonFDC") | |
REGISTER_POLYMORPHIC_CLASS_1 (DiskContainer, DiskChanger, "DiskChanger", std::reference_wrapper< MSXMotherBoard >) | |
SERIALIZE_CLASS_VERSION (DiskChanger, 2) | |
REGISTER_BASE_CLASS_1 (DiskContainer, "DiskContainer", std::reference_wrapper< MSXMotherBoard >) | |
SERIALIZE_ENUM (DriveMultiplexer::Drive, driveNumInfo) | |
REGISTER_MSXDEVICE (MicrosolFDC, "MicrosolFDC") | |
REGISTER_BASE_NAME_HELPER (MSXFDC, "FDC") | |
REGISTER_MSXDEVICE (NationalFDC, "NationalFDC") | |
SERIALIZE_ENUM (NowindHost::State, stateInfo) | |
REGISTER_MSXDEVICE (NowindInterface, "NowindInterface") | |
REGISTER_POLYMORPHIC_CLASS (DiskContainer, NowindRomDisk, "NowindRomDisk") | |
REGISTER_MSXDEVICE (PhilipsFDC, "PhilipsFDC") | |
SERIALIZE_CLASS_VERSION (RawTrack, 2) | |
SERIALIZE_CLASS_VERSION (RealDrive, 6) | |
REGISTER_MSXDEVICE (SanyoFDC, "SanyoFDC") | |
REGISTER_MSXDEVICE (SpectravideoFDC, "SpectravideoFDC") | |
REGISTER_MSXDEVICE (SVIFDC, "SVI-328 FDC") | |
REGISTER_MSXDEVICE (TalentTDC600, "TalentTDC600") | |
SERIALIZE_ENUM (TC8566AF::Command, commandInfo) | |
SERIALIZE_ENUM (TC8566AF::Phase, phaseInfo) | |
SERIALIZE_ENUM (TC8566AF::Seek, seekInfo) | |
SERIALIZE_CLASS_VERSION (TC8566AF, 7) | |
REGISTER_MSXDEVICE (ToshibaFDC, "ToshibaFDC") | |
REGISTER_MSXDEVICE (TurboRFDC, "TurboRFDC") | |
REGISTER_MSXDEVICE (VictorFDC, "VictorFDC") | |
SERIALIZE_ENUM (WD2793::FSM, fsmStateInfo) | |
SERIALIZE_CLASS_VERSION (WD2793, 12) | |
REGISTER_BASE_NAME_HELPER (WD2793BasedFDC, "WD2793BasedFDC") | |
REGISTER_MSXDEVICE (YamahaFDC, "YamahaFDC") | |
FileContext | configFileContext (string_view path, string_view hwDescr, string_view userName) |
const FileContext & | systemFileContext () |
const FileContext & | preferSystemFileContext () |
FileContext | userFileContext (string_view savePath) |
const FileContext & | userFileContext () |
FileContext | userDataFileContext (string_view subDir) |
const FileContext & | currentDirFileContext () |
FileType | operator| (FileType x, FileType y) |
FileType | operator& (FileType x, FileType y) |
FileType & | operator|= (FileType &x, FileType y) |
template<typename FileAction > | |
bool | foreach_file (std::string path, FileAction fileAction) |
template<typename FileAction , typename DirAction > | |
bool | foreach_file_and_directory (std::string path, FileAction fileAction, DirAction dirAction) |
template<typename FileAction > | |
bool | foreach_file_recursive (std::string path, FileAction fileAction) |
REGISTER_BASE_NAME_HELPER (AbstractIDEDevice, "IDEDevice") | |
REGISTER_MSXDEVICE (BeerIDE, "BeerIDE") | |
REGISTER_POLYMORPHIC_INITIALIZER (IDEDevice, DummyIDEDevice, "DummyIDEDevice") | |
REGISTER_POLYMORPHIC_INITIALIZER (SCSIDevice, DummySCSIDevice, "DummySCSIDevice") | |
REGISTER_MSXDEVICE (GoudaSCSI, "GoudaSCSI") | |
REGISTER_BASE_CLASS (HD, "HD") | |
SERIALIZE_CLASS_VERSION (HD, 2) | |
REGISTER_POLYMORPHIC_INITIALIZER (IDEDevice, IDECDROM, "IDECDROM") | |
REGISTER_POLYMORPHIC_INITIALIZER (IDEDevice, IDEHD, "IDEHD") | |
SERIALIZE_ENUM (SCSI::Phase, phaseInfo) | |
REGISTER_MSXDEVICE (MegaSCSI, "MegaSCSI") | |
REGISTER_POLYMORPHIC_INITIALIZER (SCSIDevice, SCSIHD, "SCSIHD") | |
REGISTER_POLYMORPHIC_INITIALIZER (SCSIDevice, SCSILS120, "SCSILS120") | |
REGISTER_MSXDEVICE (SunriseIDE, "SunriseIDE") | |
static_vector< Rect, 2 > | rectFromVdpCmd (int x, int y, int nx, int ny, bool dix, bool diy, ImGuiBitmapViewer::ScrnMode screenMode, bool byteMode) |
DoneTodo | splitRect (const Rect &r, int x, int y) |
template<> | |
std::string_view | getCheckCmd< BreakPoint > () |
template<> | |
std::string_view | getCheckCmd< WatchPoint > () |
template<> | |
std::string_view | getCheckCmd< DebugCondition > () |
template<> | |
void | createNew< BreakPoint > (MSXCPUInterface &cpuInterface, Interpreter &interp, std::optional< uint16_t > addr) |
template<> | |
void | createNew< WatchPoint > (MSXCPUInterface &cpuInterface, Interpreter &, std::optional< uint16_t >) |
template<> | |
void | createNew< DebugCondition > (MSXCPUInterface &cpuInterface, Interpreter &, std::optional< uint16_t >) |
template<> | |
void | remove< BreakPoint > (MSXCPUInterface &cpuInterface, unsigned id) |
template<> | |
void | remove< WatchPoint > (MSXCPUInterface &cpuInterface, unsigned id) |
template<> | |
void | remove< DebugCondition > (MSXCPUInterface &cpuInterface, unsigned id) |
template<typename InfoType > | |
std::vector< InfoType > | parseAllConfigFiles (ImGuiManager &manager, std::string_view type, std::initializer_list< std::string_view > topics) |
template<typename C , typename T > | |
PersistentElement (zstring_view, T C::*) -> PersistentElement< C, T > | |
template<typename C , typename... Elements> | |
void | savePersistent (ImGuiTextBuffer &buf, C &c, const std::tuple< Elements... > &tup) |
template<typename C , typename Elem > | |
bool | checkLoad (std::string_view name, zstring_view value, C &c, Elem &elem) |
template<typename C , typename... Elements> | |
bool | loadOnePersistent (std::string_view name, zstring_view value, C &c, const std::tuple< Elements... > &tup) |
void | HelpMarker (std::string_view desc) |
bool | Checkbox (const HotKey &hotKey, BooleanSetting &setting) |
bool | Checkbox (const HotKey &hotKey, const char *label, BooleanSetting &setting, function_ref< std::string(const Setting &)> getTooltip) |
bool | SliderInt (IntegerSetting &setting, ImGuiSliderFlags flags) |
bool | SliderInt (const char *label, IntegerSetting &setting, ImGuiSliderFlags flags) |
bool | SliderFloat (FloatSetting &setting, const char *format, ImGuiSliderFlags flags) |
bool | SliderFloat (const char *label, FloatSetting &setting, const char *format, ImGuiSliderFlags flags) |
bool | InputText (Setting &setting) |
bool | InputText (const char *label, Setting &setting) |
void | ComboBox (const char *label, Setting &setting, function_ref< std::string(const std::string &)> displayValue, EnumToolTips toolTips) |
void | ComboBox (const char *label, Setting &setting, EnumToolTips toolTips) |
void | ComboBox (Setting &setting, EnumToolTips toolTips) |
void | ComboBox (VideoSourceSetting &setting) |
void | ComboBox (const char *label, VideoSourceSetting &setting) |
const char * | getComboString (int item, const char *itemsSeparatedByZeros) |
std::string | formatTime (std::optional< double > time) |
float | calculateFade (float current, float target, float period) |
std::string | getShortCutForCommand (const HotKey &hotkey, std::string_view command) |
std::string | getKeyChordName (ImGuiKeyChord keyChord) |
std::optional< ImGuiKeyChord > | parseKeyChord (std::string_view name) |
void | setColors (int style) |
void | simpleToolTip (std::string_view desc) |
void | simpleToolTip (std::invocable<> auto descFunc) |
bool | ButtonWithCustomRendering (const char *label, gl::vec2 size, bool pressed, std::invocable< gl::vec2, ImDrawList * > auto render) |
bool | ButtonWithCustomRendering (const char *label, gl::vec2 size, std::invocable< gl::vec2, ImDrawList * > auto render) |
bool | ButtonWithCenteredGlyph (ImWchar glyph, gl::vec2 maxGlyphSize) |
void | centerNextWindowOverCurrent () |
template<int HexDigits> | |
void | comboHexSequence (const char *label, int *value, int mult, int max, int offset) |
template<typename Range , typename Projection > | |
void | sortUpDown_T (Range &range, const ImGuiTableSortSpecs *sortSpecs, Projection proj) |
template<typename Range , typename Projection > | |
void | sortUpDown_String (Range &range, const ImGuiTableSortSpecs *sortSpecs, Projection proj) |
const std::string * | getOptionalDictValue (const std::vector< std::pair< std::string, std::string > > &info, std::string_view key) |
template<typename T > | |
std::vector< std::string > | getAllValuesFor (std::string_view key, const std::vector< T > &items) |
template<typename T > | |
void | displayFilterCombo (std::string &selection, zstring_view key, const std::vector< T > &items) |
template<typename T > | |
void | applyComboFilter (std::string_view key, std::string_view value, const std::vector< T > &items, std::vector< size_t > &indices) |
template<std::invocable< size_t > GetName> | |
void | filterIndices (std::string_view filterString, GetName getName, std::vector< size_t > &indices) |
template<typename T > | |
void | applyDisplayNameFilter (std::string_view filterString, const std::vector< T > &items, std::vector< size_t > &indices) |
template<typename T > | |
void | addRecentItem (circular_buffer< T > &recentItems, const T &item) |
ImU32 | getColor (imColor col) |
SDL_Keycode | ImGuiKey2SDL (ImGuiKey imgui) |
ImGuiKey | SDLKey2ImGui (SDL_Keycode sdl) |
REGISTER_POLYMORPHIC_CLASS (StateChange, ArkanoidState, "ArkanoidState") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, ArkanoidPad, "ArkanoidPad") | |
SERIALIZE_CLASS_VERSION (ArkanoidPad, 2) | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, CircuitDesignerRDDongle, "CircuitDesignerRDDongle") | |
REGISTER_MSXDEVICE (ColecoJoystickIO, "ColecoJoystick") | |
SERIALIZE_CLASS_VERSION (ColecoJoystickIO, 2) | |
REGISTER_POLYMORPHIC_CLASS (StateChange, JoyMegaState, "JoyMegaState") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, JoyMega, "JoyMega") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, JoyTap, "JoyTap") | |
REGISTER_BASE_NAME_HELPER (JoyTap, "JoyTap") | |
REGISTER_POLYMORPHIC_CLASS (StateChange, KeyMatrixState, "KeyMatrixState") | |
SERIALIZE_CLASS_VERSION (Keyboard, 4) | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, MagicKey, "MagicKey") | |
SERIALIZE_CLASS_VERSION (MouseState, 2) | |
REGISTER_POLYMORPHIC_CLASS (StateChange, MouseState, "MouseState") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, Mouse, "Mouse") | |
SERIALIZE_CLASS_VERSION (Mouse, 4) | |
REGISTER_POLYMORPHIC_CLASS (StateChange, MSXJoyState, "MSXJoyState") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, MSXJoystick, "MSXJoystick") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, NinjaTap, "NinjaTap") | |
REGISTER_POLYMORPHIC_CLASS (StateChange, PaddleState, "PaddleState") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, Paddle, "Paddle") | |
REGISTER_POLYMORPHIC_CLASS (StateChange, MSXCommandEvent, "MSXCommandEvent") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, SETetrisDongle, "SETetrisDongle") | |
REGISTER_MSXDEVICE (SG1000JoystickIO, "SG1000Joystick") | |
REGISTER_BASE_CLASS (StateChange, "StateChange") | |
REGISTER_POLYMORPHIC_CLASS (StateChange, TouchpadState, "TouchpadState") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, Touchpad, "Touchpad") | |
REGISTER_POLYMORPHIC_CLASS (StateChange, TrackballState, "TrackballState") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, Trackball, "Trackball") | |
SERIALIZE_CLASS_VERSION (Trackball, 2) | |
SERIALIZE_ENUM (LaserdiscPlayer::RemoteState, RemoteStateInfo) | |
SERIALIZE_ENUM (LaserdiscPlayer::PlayerState, PlayerStateInfo) | |
SERIALIZE_ENUM (LaserdiscPlayer::SeekState, SeekStateInfo) | |
SERIALIZE_ENUM (LaserdiscPlayer::StereoMode, StereoModeInfo) | |
SERIALIZE_ENUM (LaserdiscPlayer::RemoteProtocol, RemoteProtocolInfo) | |
SERIALIZE_CLASS_VERSION (LaserdiscPlayer, 4) | |
REGISTER_MSXDEVICE (PioneerLDControl, "PBASIC") | |
SERIALIZE_ENUM (AmdFlash::State, stateInfo) | |
SERIALIZE_CLASS_VERSION (AmdFlash, 3) | |
REGISTER_MSXDEVICE (CanonWordProcessor, "CanonWordProcessor") | |
REGISTER_MSXDEVICE (Carnivore2, "Carnivore2") | |
SERIALIZE_CLASS_VERSION (Carnivore2, 3) | |
REGISTER_MSXDEVICE (ColecoSuperGameModule, "ColecoSuperGameModule") | |
SERIALIZE_ENUM (EEPROM_93C46::State, stateInfo) | |
REGISTER_MSXDEVICE (ESE_RAM, "ESE_RAM") | |
REGISTER_MSXDEVICE (ESE_SCC, "ESE_SCC") | |
REGISTER_MSXDEVICE (FraelSwitchableROM, "FraelSwitchableROM") | |
REGISTER_MSXDEVICE (KonamiUltimateCollection, "KonamiUltimateCollection") | |
REGISTER_MSXDEVICE (MegaFlashRomSCCPlus, "MegaFlashRomSCCPlus") | |
REGISTER_MSXDEVICE (MegaFlashRomSCCPlusSD, "MegaFlashRomSCCPlusSD") | |
REGISTER_MSXDEVICE (MSXHBI55, "MSXHBI55") | |
SERIALIZE_CLASS_VERSION (MSXHBI55, 2) | |
SERIALIZE_CLASS_VERSION (MSXMapperIO, 3) | |
REGISTER_MSXDEVICE (MSXMegaRam, "MegaRAM") | |
REGISTER_MSXDEVICE (MSXMemoryMapper, "MemoryMapper") | |
SERIALIZE_CLASS_VERSION (MSXMemoryMapper, 2) | |
SERIALIZE_CLASS_VERSION (MSXMemoryMapperBase, 2) | |
REGISTER_BASE_NAME_HELPER (MSXMemoryMapperBase, "MemoryMapper") | |
REGISTER_MSXDEVICE (MSXMirrorDevice, "Mirror") | |
REGISTER_MSXDEVICE (MSXPac, "PAC") | |
REGISTER_MSXDEVICE (MSXRam, "Ram") | |
REGISTER_MSXDEVICE (MusicalMemoryMapper, "MusicalMemoryMapper") | |
REGISTER_MSXDEVICE (PanasonicRam, "PanasonicRam") | |
REGISTER_MSXDEVICE (ReproCartridgeV1, "ReproCartridgeV1") | |
REGISTER_MSXDEVICE (ReproCartridgeV2, "ReproCartridgeV2") | |
REGISTER_MSXDEVICE (RomAlAlamiah30in1, "RomAlAlamiah30in1") | |
REGISTER_MSXDEVICE (RomArc, "RomArc") | |
REGISTER_MSXDEVICE (RomAscii16_2, "RomAscii16_2") | |
REGISTER_MSXDEVICE (RomAscii16kB, "RomAscii16kB") | |
REGISTER_BASE_CLASS (RomAscii16kB, "RomAscii16kB") | |
REGISTER_MSXDEVICE (RomAscii16X, "RomAscii16X") | |
REGISTER_MSXDEVICE (RomAscii8_8, "RomAscii8_8") | |
REGISTER_MSXDEVICE (RomAscii8kB, "RomAscii8kB") | |
REGISTER_BASE_CLASS (Rom4kBBlocks, "Rom4kBBlocks") | |
REGISTER_BASE_CLASS (Rom8kBBlocks, "Rom8kBBlocks") | |
REGISTER_BASE_CLASS (Rom16kBBlocks, "Rom16kBBlocks") | |
REGISTER_MSXDEVICE (RomColecoMegaCart, "RomColecoMegaCart") | |
REGISTER_MSXDEVICE (RomCrossBlaim, "RomCrossBlaim") | |
REGISTER_MSXDEVICE (RomDooly, "RomDooly") | |
REGISTER_MSXDEVICE (RomDRAM, "RomDRAM") | |
REGISTER_MSXDEVICE (RomFSA1FM1, "RomFSA1FM1") | |
REGISTER_MSXDEVICE (RomFSA1FM2, "RomFSA1FM2") | |
REGISTER_MSXDEVICE (RomGameMaster2, "RomGameMaster2") | |
REGISTER_MSXDEVICE (RomGeneric16kB, "RomGeneric16kB") | |
REGISTER_MSXDEVICE (RomGeneric8kB, "RomGeneric8kB") | |
REGISTER_MSXDEVICE (RomHalnote, "RomHalnote") | |
REGISTER_MSXDEVICE (RomHarryFox, "RomHarryFox") | |
REGISTER_MSXDEVICE (RomHolyQuran, "RomHolyQuran") | |
REGISTER_MSXDEVICE (RomHolyQuran2, "RomHolyQuran2") | |
REGISTER_MSXDEVICE (ROMHunterMk2, "ROMHunterMk2") | |
REGISTER_MSXDEVICE (RomKonami, "RomKonami") | |
REGISTER_BASE_CLASS (RomKonami, "RomKonami") | |
REGISTER_MSXDEVICE (RomKonamiKeyboardMaster, "RomKonamiKeyboardMaster") | |
REGISTER_MSXDEVICE (RomKonamiSCC, "RomKonamiSCC") | |
REGISTER_MSXDEVICE (RomMajutsushi, "RomMajutsushi") | |
REGISTER_MSXDEVICE (RomManbow2, "RomManbow2") | |
SERIALIZE_CLASS_VERSION (RomManbow2, 3) | |
REGISTER_MSXDEVICE (RomMatraCompilation, "RomMatraCompilation") | |
REGISTER_MSXDEVICE (RomMatraInk, "RomMatraInk") | |
REGISTER_MSXDEVICE (RomMitsubishiMLTS2, "RomMitsubishiMLTS2") | |
REGISTER_MSXDEVICE (RomMSXDOS2, "RomMSXDOS2") | |
REGISTER_MSXDEVICE (RomMSXtra, "RomMSXtra") | |
REGISTER_MSXDEVICE (RomMSXWrite, "RomMSXWrite") | |
REGISTER_BASE_CLASS (RomMSXWrite, "RomMSXWrite") | |
REGISTER_MSXDEVICE (RomMultiRom, "RomMultiRom") | |
REGISTER_MSXDEVICE (RomNational, "RomNational") | |
REGISTER_MSXDEVICE (RomNeo16, "RomNeo16") | |
REGISTER_MSXDEVICE (RomNeo8, "RomNeo8") | |
REGISTER_MSXDEVICE (RomNettouYakyuu, "RomNettouYakyuu") | |
REGISTER_MSXDEVICE (RomPadial16kB, "RomPadial16kB") | |
REGISTER_MSXDEVICE (RomPadial8kB, "RomPadial8kB") | |
REGISTER_MSXDEVICE (RomPageNN, "RomPageNN") | |
REGISTER_MSXDEVICE (RomPanasonic, "RomPanasonic") | |
REGISTER_MSXDEVICE (RomPlain, "RomPlain") | |
REGISTER_MSXDEVICE (RomPlayBall, "RomPlayBall") | |
REGISTER_MSXDEVICE (RomRamFile, "RomRamFile") | |
REGISTER_MSXDEVICE (RomRetroHard31in1, "RomRetroHard31in1") | |
REGISTER_MSXDEVICE (RomRType, "RomRType") | |
REGISTER_MSXDEVICE (RomSuperLodeRunner, "RomSuperLodeRunner") | |
REGISTER_MSXDEVICE (RomSuperSwangi, "RomSuperSwangi") | |
REGISTER_MSXDEVICE (RomSynthesizer, "RomSynthesizer") | |
REGISTER_MSXDEVICE (RomZemina126in1, "RomZemina126in1") | |
REGISTER_MSXDEVICE (RomZemina25in1, "RomZemina25in1") | |
REGISTER_MSXDEVICE (RomZemina80in1, "RomZemina80in1") | |
REGISTER_MSXDEVICE (RomZemina90in1, "RomZemina90in1") | |
SERIALIZE_ENUM (SdCard::Mode, modeInfo) | |
REGISTER_MSXDEVICE (Yamanooto, "Yamanooto") | |
REGISTER_MSXDEVICE (MSXBunsetsu, "Bunsetsu") | |
REGISTER_MSXDEVICE (MSXCielTurbo, "CielTurbo") | |
REGISTER_BASE_NAME_HELPER (MSXDevice, "Device") | |
REGISTER_MSXDEVICE (MSXE6Timer, "E6Timer") | |
REGISTER_MSXDEVICE (MSXHiResTimer, "HiResTimer") | |
REGISTER_MSXDEVICE (MSXKanji, "Kanji") | |
REGISTER_MSXDEVICE (MSXKanji12, "Kanji12") | |
REGISTER_MSXDEVICE (MSXMatsushita, "Matsushita") | |
SERIALIZE_CLASS_VERSION (MSXMatsushita, 2) | |
SERIALIZE_CLASS_VERSION (MSXMotherBoard, 5) | |
REGISTER_MSXDEVICE (MSXPPI, "PPI") | |
REGISTER_MSXDEVICE (MSXPrinterPort, "PrinterPort") | |
REGISTER_MSXDEVICE (MSXResetStatusRegister, "F4Device") | |
REGISTER_MSXDEVICE (MSXRTC, "RTC") | |
REGISTER_MSXDEVICE (MSXS1985, "S1985") | |
SERIALIZE_CLASS_VERSION (MSXS1985, 2) | |
REGISTER_MSXDEVICE (MSXS1990, "S1990") | |
REGISTER_MSXDEVICE (MSXToshibaTcx200x, "ToshibaTcx200x") | |
REGISTER_MSXDEVICE (MSXTurboRPause, "TurboRPause") | |
REGISTER_MSXDEVICE (MSXVictorHC9xSystemControl, "VictorHC9xSystemControl") | |
REGISTER_MSXDEVICE (PasswordCart, "PasswordCart") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, ImagePrinterMSX, "ImagePrinterMSX") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, ImagePrinterEpson, "ImagePrinterEpson") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, PrinterPortLogger, "PrinterPortLogger") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, PrinterPortSimpl, "PrinterPortSimpl") | |
SERIALIZE_CLASS_VERSION (Replay, 4) | |
REGISTER_POLYMORPHIC_CLASS (StateChange, EndLogEvent, "EndLog") | |
REGISTER_MSXDEVICE (SC3000PPI, "SC-3000 PPI") | |
REGISTER_BASE_CLASS (Schedulable, "Schedulable") | |
REGISTER_MSXDEVICE (SensorKid, "SensorKid") | |
SERIALIZE_ENUM (SerialDataInterface::DataBits, dataBitsInfo) | |
SERIALIZE_ENUM (SerialDataInterface::StopBits, stopBitsInfo) | |
SERIALIZE_ENUM (SerialDataInterface::Parity, parityBitInfo) | |
SERIALIZE_ENUM (I8251::CmdPhase, cmdFazeInfo) | |
SERIALIZE_CLASS_VERSION (I8251, 2) | |
SERIALIZE_ENUM (Counter::ByteOrder, byteOrderInfo) | |
REGISTER_MSXDEVICE (JVCMSXMIDI, "JVCMSXMIDI") | |
SERIALIZE_CLASS_VERSION (MC6850, 3) | |
REGISTER_BASE_CLASS (MidiInConnector, "inConnector") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, MidiInReader, "MidiInReader") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, MidiOutLogger, "MidiOutLogger") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, MidiOutALSA, "MidiOutALSA") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, MidiInALSA, "MidiInALSA") | |
REGISTER_MSXDEVICE (MSXFacMidiInterface, "MSXFacMidiInterface") | |
REGISTER_MSXDEVICE (MSXMidi, "MSX-Midi") | |
SERIALIZE_CLASS_VERSION (MSXMidi, 2) | |
REGISTER_MSXDEVICE (MSXModem, "MSXModem") | |
REGISTER_MSXDEVICE (MSXRS232, "RS232") | |
SERIALIZE_CLASS_VERSION (MSXRS232, 2) | |
REGISTER_MSXDEVICE (MusicModuleMIDI, "MusicModuleMIDI") | |
SERIALIZE_CLASS_VERSION (MusicModuleMIDI, 4) | |
REGISTER_BASE_CLASS (RS232Connector, "rs232connector") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, RS232Net, "RS232Net") | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, RS232Tester, "RS232Tester") | |
SERIALIZE_CLASS_VERSION (YM2148, 2) | |
void | enumError (std::string_view str) |
void | pointerError (unsigned id) |
unsigned | loadVersionHelper (MemInputArchive &, const char *, unsigned) |
unsigned | loadVersionHelper (XmlInputArchive &ar, const char *className, unsigned latestVersion) |
template<typename Archive , typename T > | |
void | serialize (Archive &ar, T &t, unsigned version) |
template<typename Archive , typename T1 , typename T2 > | |
void | serialize (Archive &ar, std::pair< T1, T2 > &p, unsigned) |
template<typename T > | |
std::string | toString (std::initializer_list< enum_string< T > > list, T t_) |
template<typename T > | |
T | fromString (std::initializer_list< enum_string< T > > list, std::string_view str_) |
template<typename Archive , typename T , typename SaveAction > | |
void | saveEnum (std::initializer_list< enum_string< T > > list, T t, SaveAction save) |
template<typename Archive , typename T , typename LoadAction > | |
void | loadEnum (std::initializer_list< enum_string< T > > list, T &t, LoadAction load) |
template<typename Variant > | |
Variant | defaultConstructVariant (size_t index) |
template<typename T , typename Archive > | |
unsigned | loadVersion (Archive &ar) |
void | polyInitError (const char *expected, const char *actual) |
REGISTER_MSXDEVICE (SG1000Pause, "SG1000Pause") | |
SERIALIZE_CLASS_VERSION (AY8910::Generator, 2) | |
SERIALIZE_CLASS_VERSION (AY8910::ToneGenerator, 2) | |
SERIALIZE_CLASS_VERSION (AY8910::NoiseGenerator, 2) | |
REGISTER_MSXDEVICE (DalSoRiR2, "DalSoRiR2") | |
REGISTER_MSXDEVICE (MSXAudio, "MSX-Audio") | |
REGISTER_MSXDEVICE (MSXFmPac, "FM-PAC") | |
SERIALIZE_CLASS_VERSION (MSXFmPac, 3) | |
REGISTER_MSXDEVICE (MSXMoonSound, "MoonSound") | |
SERIALIZE_CLASS_VERSION (MSXMoonSound, 4) | |
REGISTER_MSXDEVICE (MSXMusic, "MSX-Music") | |
REGISTER_MSXDEVICE (MSXMusicWX, "MSX-Music-WX") | |
SERIALIZE_CLASS_VERSION (MSXMusicBase, 3) | |
SERIALIZE_CLASS_VERSION (MSXMusic, 3) | |
SERIALIZE_CLASS_VERSION (MSXMusicWX, 3) | |
REGISTER_MSXDEVICE (MSXOPL3Cartridge, "OPL3Cartridge") | |
REGISTER_MSXDEVICE (MSXPSG, "PSG") | |
SERIALIZE_CLASS_VERSION (MSXPSG, 2) | |
REGISTER_MSXDEVICE (MSXSCCPlusCart, "SCCPlus") | |
REGISTER_MSXDEVICE (MSXTurboRPCM, "TurboR-PCM") | |
REGISTER_MSXDEVICE (MSXYamahaSFG, "YamahaSFG") | |
SERIALIZE_CLASS_VERSION (MSXYamahaSFG, 2) | |
SERIALIZE_ENUM (SCC::Mode, chipModeInfo) | |
REGISTER_MSXDEVICE (SNPSG, "SN76489 PSG") | |
REGISTER_MSXDEVICE (SVIPSG, "SVI-328 PSG") | |
SERIALIZE_ENUM (VLM5030::Phase, phaseInfo) | |
SERIALIZE_CLASS_VERSION (VLM5030, 2) | |
REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, WavAudioInput, "WavAudioInput") | |
SERIALIZE_ENUM (Y8950::EnvelopeState, envelopeStateInfo) | |
SERIALIZE_CLASS_VERSION (Y8950::Slot, 3) | |
SERIALIZE_CLASS_VERSION (Y8950Adpcm, 2) | |
REGISTER_POLYMORPHIC_INITIALIZER (Y8950Periphery, MusicModulePeriphery, "MusicModule") | |
REGISTER_POLYMORPHIC_INITIALIZER (Y8950Periphery, PanasonicAudioPeriphery, "Panasonic") | |
REGISTER_POLYMORPHIC_INITIALIZER (Y8950Periphery, ToshibaAudioPeriphery, "Toshiba") | |
SERIALIZE_ENUM (YM2413Burczynski::Slot::EnvelopeState, envelopeStateInfo) | |
REGISTER_POLYMORPHIC_INITIALIZER (YM2413Core, YM2413, "YM2413-Jarek-Burczynski") | |
SERIALIZE_CLASS_VERSION (YM2413Burczynski::YM2413, 4) | |
SERIALIZE_CLASS_VERSION (YM2413Burczynski::Channel, 3) | |
SERIALIZE_CLASS_VERSION (YM2413Burczynski::Slot, 2) | |
SERIALIZE_ENUM (YM2413NukeYKT::YM2413::EgState, egStateInfo) | |
REGISTER_POLYMORPHIC_INITIALIZER (YM2413Core, YM2413, "YM2413-NukeYKT") | |
SERIALIZE_ENUM (YM2413Okazaki::Slot::EnvelopeState, envelopeStateInfo) | |
REGISTER_POLYMORPHIC_INITIALIZER (YM2413Core, YM2413, "YM2413-Okazaki") | |
SERIALIZE_CLASS_VERSION (YM2413Okazaki::Slot, 4) | |
SERIALIZE_CLASS_VERSION (YM2413Okazaki::Channel, 2) | |
SERIALIZE_CLASS_VERSION (YM2413Okazaki::YM2413, 4) | |
REGISTER_POLYMORPHIC_INITIALIZER (YM2413Core, YM2413, "YM2413-Original-NukeYKT") | |
SERIALIZE_ENUM (YMF262::EnvelopeState, envelopeStateInfo) | |
SERIALIZE_CLASS_VERSION (YMF262, 2) | |
SERIALIZE_CLASS_VERSION (YMF278::Slot, 6) | |
SERIALIZE_CLASS_VERSION (YMF278, 4) | |
REGISTER_MSXDEVICE (SVIPPI, "SVI-328 PPI") | |
REGISTER_MSXDEVICE (SVIPrinterPort, "SVI-328 PrinterPort") | |
File | memory_buffer_file (std::span< const uint8_t > buffer) |
template<int N> | |
bool | comp (const uint8_t *p, const uint8_t *q) |
template<> | |
bool | comp< 4 > (const uint8_t *p, const uint8_t *q) |
template<> | |
bool | comp< 8 > (const uint8_t *p, const uint8_t *q) |
void | tiger (std::span< const uint8_t > input, TigerHash &result) |
Generic function to calculate a tiger-hash. | |
void | tiger_int (const TigerHash &h0, const TigerHash &h1, TigerHash &result) |
Use for tiger-tree internal node hash calculations. | |
void | tiger_leaf (std::span< uint8_t > data, TigerHash &result) |
Use for tiger-tree leaf node hash calculations. | |
REGISTER_MSXDEVICE (ADVram, "ADVRAM") | |
gl::Texture | loadTexture (const std::string &filename, ivec2 &size) |
template<typename EdgeOp > | |
void | calcEdgesGL (std::span< const uint32_t > curr, std::span< const uint32_t > next, std::span< Endian::L32 > edges2, EdgeOp edgeOp) |
void | scale_1on3 (std::span< const Pixel > in, std::span< Pixel > out) |
Scale_XonY functions Transforms an input line of pixel to an output line (possibly) with a different width. | |
void | scale_1on4 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_1on6 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_1on2 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_2on1 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_6on1 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_4on1 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_3on1 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_3on2 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_3on4 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_3on8 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_2on3 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_4on3 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_8on3 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_2on9 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_4on9 (std::span< const Pixel > in, std::span< Pixel > out) |
void | scale_8on9 (std::span< const Pixel > in, std::span< Pixel > out) |
template<unsigned w1 = 1, unsigned w2 = 1> | |
void | blendLines (std::span< const Pixel > in1, std::span< const Pixel > in2, std::span< Pixel > out) |
BlendLines functor Generate an output line that is an interpolation of two input lines. | |
void | alphaBlendLines (std::span< const Pixel > in1, std::span< const Pixel > in2, std::span< Pixel > out) |
AlphaBlendLines functor Generate an output line that is a per-pixel-alpha-blend of the two input lines. | |
void | alphaBlendLines (Pixel in1, std::span< const Pixel > in2, std::span< Pixel > out) |
SERIALIZE_CLASS_VERSION (SpriteChecker, 2) | |
SERIALIZE_ENUM (V9990DisplayMode, displayModeInfo) | |
REGISTER_MSXDEVICE (V9990, "V9990") | |
SERIALIZE_CLASS_VERSION (V9990, 5) | |
template<> | |
void | V9990CmdEngine::executeLMMC< V9990CmdEngine::V9990Bpp16 > (EmuTime::param limit) |
template<> | |
void | V9990CmdEngine::executeBMXL< V9990CmdEngine::V9990Bpp16 > (EmuTime::param limit) |
template<> | |
void | V9990CmdEngine::executeBMLX< V9990CmdEngine::V9990Bpp16 > (EmuTime::param limit) |
template<> | |
void | V9990CmdEngine::executeBMLL< V9990CmdEngine::V9990Bpp16 > (EmuTime::param limit) |
SERIALIZE_CLASS_VERSION (V9990CmdEngine, 2) | |
REGISTER_MSXDEVICE (Video9000, "Video9000") | |
REGISTER_MSXDEVICE (VDP, "VDP") | |
SERIALIZE_CLASS_VERSION (VDP, 10) | |
SERIALIZE_CLASS_VERSION (VDPCmdEngine, 4) | |
REGISTER_MSXDEVICE (YamahaSKW01, "YamahaSKW01") | |
This file implemented 3 utility functions:
Incremental Tiger-tree-hash (tth) calculation.
The implementation of the tiger() function is based on the corresponding function in the tigertree project: https://sourceforge.net/projects/tigertree/ Which in turn states that the code is almost a literal copy from the original Tiger authors code.
Namespace of the openMSX emulation core.
Tecall MSX RAMFile TM220.
Thanks to enen for testing this on a real cartridge:
These traverse all files/directories in a directory and invoke some action for respectively:
The action(s) must accept the following parameters:
The actions' return type must either be:
The result of the foreach_xxx() function is
Writing to 0x6xxx, 0 or 1, will switch bank 0 or 2 into 0x4000-0x7fff Writing to 0x7xxx, 0 or 1, will switch bank 1 or 3 into 0x8000-0xbfff 0x0000-0x3fff and 0xc000-0xffff are unmapped (read as 0xff)
This is a cartridge with 16kB ROM and 16kB RAM (powered by a battery). It offers BASIC commands to load/save files to this RAM. See manual for more details: http://www.msxarchive.nl/pub/msx/graphics/jpg/hardware/manuals/
The ROM is visible in region 0x4000-0x8000. The RAM is visible in region 0x8000-0xC000. Reading ROM/RAM works as expected, but writing to RAM is special.
The /WE signal of the RAM chip (actually implemented as 2x8kB RAM chips) is calculated from the /WE signal on the MSX cartridge slot plus 3 output bits from a 74LS164 shift-register. The input of this shift-register is 'D2 & D6' of the cartridge slot. The clock input of the shift-register is a combination of the /CS1 and /M1 cartridge signals. This means that on each (first byte of an) instruction fetch from the ROM, 2 bits of the fetched opcode are combined and shifted in an 8-bit value. 3 of those shifted bits need to have a specific value to allow write. See implementation below for more details.
So in summary, the TM220 monitors which instructions are fetched from ROM and only allows to write to RAM after certain sequences of instructions.
openMSX: the MSX emulator that aims for perfection
Copyrights: see AUTHORS file. License: GPL.
It can be found at: http://www.cs.technion.ac.il/~biham/Reports/Tiger
The functions tiger_int() and tiger_leaf() are implemented by me. These are built on top of the (internal) tiger_compress() function. These 2 functions are faster than the generic tiger() function for the specific case of tiger-tree calculations.
This code is based on code from the tigertree project https://sourceforge.net/projects/tigertree/
The main difference is that the original code can only perform a one-shot tth calculation while this code (also) allows incremental tth calculations. When the input data changes, incremental calculation allows to only redo part of the full calculation, so it can be much faster.
Here's the copyright notice of the original code (even though the code is almost completely rewritten):
Copyright (C) 2001 Bitzi (aka Bitcollider) Inc. and Gordon Mohr Released into the public domain by same; permission is explicitly granted to copy, modify, and use freely. THE WORK IS PROVIDED "AS IS," AND COMES WITH ABSOLUTELY NO WARRANTY, EXPRESS OR IMPLIED, TO THE EXTENT PERMITTED BY APPLICABLE LAW, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. (PD) 2001 The Bitzi Corporation Please see file COPYING or http://bitzi.com/publicdomain for more info.
Definition at line 35 of file V9990CmdEngine.cc.
using openmsx::A2 = typedef std::array<const A, 3> |
Definition at line 36 of file V9990CmdEngine.cc.
using openmsx::AllAfterCmds = typedef std::variant<AfterTimeCmd, AfterIdleCmd, AfterSimpleEventCmd, AfterInputEventCmd, AfterRealTimeCmd> |
Definition at line 114 of file AfterCommand.cc.
using openmsx::BaseBpType_t = typedef typename BaseBpType<T>::type |
Definition at line 177 of file ImGuiBreakPoints.cc.
using openmsx::Bits = typedef std::array<const char*, 8> |
Definition at line 78 of file ImGuiVdpRegs.cc.
using openmsx::BooleanInput = typedef std::variant< BooleanKeyboard, BooleanMouseButton, BooleanJoystickButton, BooleanJoystickHat, BooleanJoystickAxis> |
Definition at line 130 of file BooleanInput.hh.
using openmsx::byte = typedef uint8_t |
8 bit unsigned integer
Definition at line 26 of file openmsx.hh.
using openmsx::EDStorage = typedef EmuDurationStorageFor<d_(maxLength).length()> |
Definition at line 33 of file V9990CmdEngine.cc.
using openmsx::EmuDuration16 = typedef EmuDurationCompactStorage<uint16_t> |
Definition at line 153 of file EmuDuration.hh.
using openmsx::EmuDuration32 = typedef EmuDurationCompactStorage<uint32_t> |
Definition at line 152 of file EmuDuration.hh.
using openmsx::EmuDuration8 = typedef EmuDurationCompactStorage<uint8_t> |
Definition at line 154 of file EmuDuration.hh.
using openmsx::EmuDurationStorageFor = typedef std::conditional_t<(MAX > detail::max32), EmuDuration, std::conditional_t<(MAX > detail::max16), EmuDuration32, std::conditional_t<(MAX > detail::max8 ), EmuDuration16, EmuDuration8> >> |
Definition at line 163 of file EmuDuration.hh.
using openmsx::EnumToolTips = typedef std::span<const EnumToolTip> |
Definition at line 77 of file ImGuiUtils.hh.
using openmsx::FilterIndex = typedef FixedPoint<16> |
Definition at line 49 of file ResampleHQ.cc.
using openmsx::GroupedItems = typedef hash_map<string_view, std::vector<string_view>, XXHasher> |
Definition at line 420 of file CommandLineParser.cc.
using openmsx::IRQHelper = typedef IntHelper<IRQSource> |
Definition at line 124 of file IRQHelper.hh.
using openmsx::KeyInfo = typedef UnicodeKeymap::KeyInfo |
Definition at line 64 of file Keyboard.cc.
using openmsx::MasterClock = typedef Clock<33868800> |
Definition at line 11 of file YMF278B.cc.
using openmsx::ModifierArray = typedef array_with_enum_index<UnicodeKeymap::KeyInfo::Modifier, KeyMatrixPosition> |
Definition at line 105 of file Keyboard.cc.
using openmsx::nibble = typedef uint8_t |
4 bit integer
Definition at line 23 of file openmsx.hh.
using openmsx::OptionalIRQHelper = typedef IntHelper<OptionalIRQ> |
Definition at line 125 of file IRQHelper.hh.
Definition at line 27 of file CharacterConverter.cc.
using openmsx::Point = typedef gl::ivec2 |
Definition at line 88 of file ImGuiBitmapViewer.hh.
|
constexpr |
Definition at line 184 of file ImGuiVdpRegs.cc.
using openmsx::RD = typedef RegisterDescription |
Definition at line 83 of file ImGuiVdpRegs.cc.
Definition at line 97 of file RomBlocks.hh.
Definition at line 95 of file RomBlocks.hh.
Definition at line 96 of file RomBlocks.hh.
using openmsx::S = typedef SubFunction |
Definition at line 183 of file ImGuiVdpRegs.cc.
using openmsx::SOCKET = typedef int |
using openmsx::socklen_t = typedef int |
using openmsx::TAndOp = typedef TransparentOp<AndOp> |
Definition at line 717 of file VDPCmdEngine.cc.
using openmsx::TimingTable = typedef std::span<const A2, 4> |
Definition at line 37 of file V9990CmdEngine.cc.
using openmsx::TImpOp = typedef TransparentOp<ImpOp> |
Definition at line 716 of file VDPCmdEngine.cc.
using openmsx::TNotOp = typedef TransparentOp<NotOp> |
Definition at line 720 of file VDPCmdEngine.cc.
using openmsx::TOrOp = typedef TransparentOp<OrOp> |
Definition at line 718 of file VDPCmdEngine.cc.
using openmsx::TXorOp = typedef TransparentOp<XorOp> |
Definition at line 719 of file VDPCmdEngine.cc.
using openmsx::UnknownTypes = typedef hash_map<std::string, unsigned, XXHasher> |
Definition at line 27 of file RomDatabase.cc.
using openmsx::word = typedef uint16_t |
16 bit unsigned integer
Definition at line 29 of file openmsx.hh.
using openmsx::WorkBuffer = typedef std::vector<MemBuffer<FrameSource::Pixel, SSE_ALIGNMENT> > |
Definition at line 135 of file PostProcessor.cc.
|
strong |
Definition at line 35 of file MSXCPUInterface.hh.
|
strong |
|
strong |
Enumerator | |
---|---|
NMI | |
IRQ | |
NONE |
Definition at line 42 of file CPUCore.hh.
|
strong |
Enumerator | |
---|---|
NONE | |
SYSTEM_ROM | |
ROM | |
DISK | |
TAPE |
Definition at line 22 of file FilePoolCore.hh.
|
strong |
Enumerator | |
---|---|
TRANSPARENT | |
BLACK | |
WHITE | |
GRAY | |
YELLOW | |
RED_BG | |
YELLOW_BG | |
TEXT | |
TEXT_DISABLED | |
ERROR | |
WARNING | |
COMMENT | |
VARIABLE | |
LITERAL | |
PROC | |
OPERATOR | |
KEY_ACTIVE | |
KEY_NOT_ACTIVE | |
NUM_COLORS |
Definition at line 343 of file ImGuiUtils.hh.
|
strong |
Enumerator | |
---|---|
NO_T | |
BPP2 | |
BPP4 | |
BPP8 | |
NUM |
Definition at line 117 of file V9990CmdEngine.cc.
|
strong |
Enumerator | |
---|---|
DOS1 | |
DOS2 | |
NEXTOR |
Definition at line 17 of file DiskImageUtils.hh.
enum openmsx::Reg16 : int |
Enumerator | |
---|---|
AF | |
BC | |
DE | |
HL | |
IX | |
IY | |
SP |
Definition at line 218 of file CPUCore.cc.
enum openmsx::Reg8 : int |
Enumerator | |
---|---|
F | |
B | |
C | |
D | |
E | |
H | |
L | |
IXH | |
IXL | |
IYH | |
IYL | |
REG_I | |
REG_R | |
DUMMY |
Definition at line 217 of file CPUCore.cc.
|
strong |
Definition at line 6 of file RomTypes.hh.
|
strong |
Enumerator | |
---|---|
PP | |
BYUV | |
BYUVP | |
BYJK | |
BYJKP | |
BD16 | |
BD8 | |
BP6 | |
BP4 | |
BP2 |
Definition at line 10 of file V9990ModeEnum.hh.
|
strong |
Enumerator | |
---|---|
P1 | |
P2 | |
B0 | |
B1 | |
B2 | |
B3 | |
B4 | |
B5 | |
B6 | |
B7 |
Definition at line 6 of file V9990ModeEnum.hh.
void openmsx::addRecentItem | ( | circular_buffer< T > & | recentItems, |
const T & | item | ||
) |
Definition at line 279 of file ImGuiUtils.hh.
References addRecentItem(), circular_buffer< T >::begin(), circular_buffer< T >::end(), ranges::find(), circular_buffer< T >::full(), circular_buffer< T >::pop_back(), and circular_buffer< T >::push_front().
Referenced by openmsx::ImGuiMedia::addRecent(), and addRecentItem().
|
inline |
Definition at line 486 of file LineScalers.hh.
References openmsx::PixelOperations::alpha(), and openmsx::PixelOperations::multiply().
|
inline |
AlphaBlendLines functor Generate an output line that is a per-pixel-alpha-blend of the two input lines.
The first input line contains the alpha-value per pixel.
in1 | First input line |
in2 | Second input line |
out | Output line |
Definition at line 474 of file LineScalers.hh.
References openmsx::PixelOperations::alphaBlend().
Referenced by openmsx::SuperImposedFrame::getUnscaledLine().
void openmsx::appendAddrAsHex | ( | std::string & | output, |
uint16_t | addr | ||
) |
Definition at line 21 of file Dasm.cc.
References strAppend().
void openmsx::applyComboFilter | ( | std::string_view | key, |
std::string_view | value, | ||
const std::vector< T > & | items, | ||
std::vector< size_t > & | indices | ||
) |
Definition at line 250 of file ImGuiUtils.hh.
References applyComboFilter(), and getOptionalDictValue().
Referenced by applyComboFilter(), and openmsx::ImGuiMedia::showMenu().
void openmsx::applyDisplayNameFilter | ( | std::string_view | filterString, |
const std::vector< T > & | items, | ||
std::vector< size_t > & | indices | ||
) |
Definition at line 273 of file ImGuiUtils.hh.
References applyDisplayNameFilter(), and filterIndices().
Referenced by applyDisplayNameFilter(), and openmsx::ImGuiMedia::showMenu().
void openmsx::blendLines | ( | std::span< const Pixel > | in1, |
std::span< const Pixel > | in2, | ||
std::span< Pixel > | out | ||
) |
BlendLines functor Generate an output line that is an interpolation of two input lines.
in1 | First input line |
in2 | Second input line |
out | Output line |
width | Width of the lines in pixels |
Definition at line 461 of file LineScalers.hh.
Referenced by openmsx::FrameSource::getLinePtr320_240(), and openmsx::FrameSource::getLinePtr960_720().
|
inline |
Definition at line 124 of file ImGuiUtils.hh.
References ButtonWithCustomRendering(), g, and ImTextCharToUtf8().
|
inline |
Definition at line 103 of file ImGuiUtils.hh.
References im::StyleColor().
Referenced by ButtonWithCenteredGlyph(), and ButtonWithCustomRendering().
|
inline |
Definition at line 117 of file ImGuiUtils.hh.
References ButtonWithCustomRendering().
void openmsx::calcEdgesGL | ( | std::span< const uint32_t > | curr, |
std::span< const uint32_t > | next, | ||
std::span< Endian::L32 > | edges2, | ||
EdgeOp | edgeOp | ||
) |
Definition at line 53 of file HQCommon.hh.
References xrange().
Referenced by openmsx::GLHQScaler::uploadBlock().
float openmsx::calculateFade | ( | float | current, |
float | target, | ||
float | period | ||
) |
Definition at line 236 of file ImGuiUtils.cc.
References calculateFade().
Referenced by calculateFade(), openmsx::ImGuiReverseBar::paint(), and openmsx::ImGuiManager::paintImGui().
std::optional< BooleanInput > openmsx::captureBooleanInput | ( | const Event & | event, |
function_ref< int(JoystickId)> | getJoyDeadZone | ||
) |
Definition at line 110 of file BooleanInput.cc.
References openmsx::BooleanJoystickAxis::NEG, and openmsx::BooleanJoystickAxis::POS.
Referenced by TEST_CASE().
|
inline |
Definition at line 141 of file ImGuiUtils.hh.
References centerNextWindowOverCurrent().
Referenced by centerNextWindowOverCurrent().
bool openmsx::Checkbox | ( | const HotKey & | hotKey, |
BooleanSetting & | setting | ||
) |
Definition at line 58 of file ImGuiUtils.cc.
References Checkbox(), openmsx::BaseSetting::getBaseName(), and setting.
Referenced by Checkbox(), openmsx::ImGuiMachine::showMenu(), and openmsx::ImGuiSettings::showMenu().
bool openmsx::Checkbox | ( | const HotKey & | hotKey, |
const char * | label, | ||
BooleanSetting & | setting, | ||
function_ref< std::string(const Setting &)> | getTooltip | ||
) |
Definition at line 63 of file ImGuiUtils.cc.
References ImGui::CalcTextSize(), openmsx::BaseSetting::getBaseName(), getShortCutForCommand(), setting, and strCat().
bool openmsx::checkLoad | ( | std::string_view | name, |
zstring_view | value, | ||
C & | c, | ||
Elem & | elem | ||
) |
Definition at line 216 of file ImGuiPartInterface.hh.
Referenced by loadOnePersistent().
void openmsx::ComboBox | ( | const char * | label, |
Setting & | setting, | ||
EnumToolTips | toolTips | ||
) |
Definition at line 165 of file ImGuiUtils.cc.
References ComboBox(), and setting.
void openmsx::ComboBox | ( | const char * | label, |
Setting & | setting, | ||
function_ref< std::string(const std::string &)> | displayValue, | ||
EnumToolTips | toolTips | ||
) |
Definition at line 141 of file ImGuiUtils.cc.
References im::Combo(), openmsx::TclObject::getString(), openmsx::BaseSetting::getValue(), and setting.
Referenced by ComboBox(), ComboBox(), ComboBox(), ComboBox(), and openmsx::ImGuiSettings::showMenu().
void openmsx::ComboBox | ( | const char * | label, |
VideoSourceSetting & | setting | ||
) |
Definition at line 180 of file ImGuiUtils.cc.
References im::Combo(), ComboBox(), and setting.
void openmsx::ComboBox | ( | Setting & | setting, |
EnumToolTips | toolTips | ||
) |
Definition at line 169 of file ImGuiUtils.cc.
References ComboBox(), and setting.
void openmsx::ComboBox | ( | VideoSourceSetting & | setting | ) |
Definition at line 175 of file ImGuiUtils.cc.
References ComboBox(), and setting.
void openmsx::comboHexSequence | ( | const char * | label, |
int * | value, | ||
int | mult, | ||
int | max, | ||
int | offset | ||
) |
Definition at line 174 of file ImGuiUtils.hh.
References im::Combo(), comboHexSequence(), and tmpStrCat().
Referenced by comboHexSequence().
bool openmsx::comp | ( | const uint8_t * | p, |
const uint8_t * | q | ||
) |
bool openmsx::comp< 4 > | ( | const uint8_t * | p, |
const uint8_t * | q | ||
) |
Definition at line 52 of file DeltaBlock.cc.
bool openmsx::comp< 8 > | ( | const uint8_t * | p, |
const uint8_t * | q | ||
) |
Definition at line 58 of file DeltaBlock.cc.
FileContext openmsx::configFileContext | ( | string_view | path, |
string_view | hwDescr, | ||
string_view | userName | ||
) |
Definition at line 149 of file FileContext.cc.
References strCat(), and USER_OPENMSX.
void openmsx::createNew< BreakPoint > | ( | MSXCPUInterface & | cpuInterface, |
Interpreter & | interp, | ||
std::optional< uint16_t > | addr | ||
) |
Definition at line 199 of file ImGuiBreakPoints.cc.
References openmsx::MSXCPUInterface::insertBreakPoint(), openmsx::BreakPoint::setAddress(), and tmpStrCat().
void openmsx::createNew< DebugCondition > | ( | MSXCPUInterface & | cpuInterface, |
Interpreter & | , | ||
std::optional< uint16_t > | |||
) |
Definition at line 211 of file ImGuiBreakPoints.cc.
References openmsx::MSXCPUInterface::setCondition().
void openmsx::createNew< WatchPoint > | ( | MSXCPUInterface & | cpuInterface, |
Interpreter & | , | ||
std::optional< uint16_t > | |||
) |
Definition at line 207 of file ImGuiBreakPoints.cc.
References openmsx::MSXCPUInterface::setWatchPoint().
const FileContext & openmsx::currentDirFileContext | ( | ) |
Definition at line 189 of file FileContext.cc.
unsigned openmsx::dasm | ( | const MSXCPUInterface & | interface, |
uint16_t | pc, | ||
std::span< uint8_t, 4 > | buf, | ||
std::string & | dest, | ||
EmuTime::param | time, | ||
function_ref< void(std::string &, uint16_t)> | appendAddr = &appendAddrAsHex |
||
) |
Disassemble.
interface | The CPU interface, used to peek bytes from memory |
pc | The position (program counter) where to start disassembling |
buf | The bytes that form this opcode (max 4). The buffer is only filled with the min required bytes (see return value) |
dest | String representation of the disassembled opcode |
time | TODO |
Definition at line 126 of file Dasm.cc.
References dasm(), and fetchInstruction().
unsigned openmsx::dasm | ( | std::span< const uint8_t > | opcode, |
uint16_t | pc, | ||
std::string & | dest, | ||
function_ref< void(std::string &, uint16_t)> | appendAddr = &appendAddrAsHex |
||
) |
Disassemble.
opcode | Buffer containing the machine language instruction The length of this buffer must be exact. So typically calculated via instructionLength() or fetchInstruction(). |
pc | Program Counter used for disassembling relative addresses |
dest | String [output] representation of the disassembled opcode |
Definition at line 38 of file Dasm.cc.
References mnemonic_cb, mnemonic_ed, mnemonic_main, mnemonic_xx, mnemonic_xx_cb, strAppend(), and xrange().
Referenced by dasm(), openmsx::ImGuiDisassembly::paint(), and TEST_CASE().
Variant openmsx::defaultConstructVariant | ( | size_t | index | ) |
Definition at line 180 of file serialize_core.hh.
void openmsx::displayFilterCombo | ( | std::string & | selection, |
zstring_view | key, | ||
const std::vector< T > & | items | ||
) |
Definition at line 235 of file ImGuiUtils.hh.
References zstring_view::c_str(), im::Combo(), displayFilterCombo(), and getAllValuesFor().
Referenced by displayFilterCombo().
void openmsx::enumError | ( | std::string_view | str | ) |
Definition at line 7 of file serialize_core.cc.
Referenced by fromString().
std::span< uint8_t > openmsx::fetchInstruction | ( | const MSXCPUInterface & | interface, |
uint16_t | addr, | ||
std::span< uint8_t, 4 > | buffer, | ||
EmuTime::param | time | ||
) |
Definition at line 109 of file Dasm.cc.
References instr_len_tab, and openmsx::MSXCPUInterface::peekMem().
Referenced by dasm().
void openmsx::filterIndices | ( | std::string_view | filterString, |
GetName | getName, | ||
std::vector< size_t > & | indices | ||
) |
Definition at line 262 of file ImGuiUtils.hh.
References ranges::all_of(), StringOp::containsCaseInsensitive(), and filterIndices().
Referenced by applyDisplayNameFilter(), filterIndices(), and openmsx::ImGuiTrainer::paint().
|
inline |
Definition at line 72 of file TclArgParser.hh.
Referenced by TEST_CASE().
|
inline |
Definition at line 473 of file MSXCPUInterface.hh.
Referenced by openmsx::GlobalRWHelper< MSXDEVICE, CT_INTERVALS >::execute(), and foreach_ct_interval().
|
inline |
Definition at line 479 of file MSXCPUInterface.hh.
References foreach_ct_interval().
bool openmsx::foreach_file | ( | std::string | path, |
FileAction | fileAction | ||
) |
Definition at line 150 of file foreach_file.hh.
References openmsx::detail::foreach_dirent().
Referenced by openmsx::ImGuiReverseBar::showMenu(), and openmsx::ImGuiSettings::showMenu().
bool openmsx::foreach_file_and_directory | ( | std::string | path, |
FileAction | fileAction, | ||
DirAction | dirAction | ||
) |
Definition at line 157 of file foreach_file.hh.
References openmsx::detail::foreach_dirent().
Referenced by openmsx::Reactor::getHwConfigs().
bool openmsx::foreach_file_recursive | ( | std::string | path, |
FileAction | fileAction | ||
) |
Definition at line 163 of file foreach_file.hh.
References openmsx::detail::foreach_dirent().
std::string openmsx::formatTime | ( | std::optional< double > | time | ) |
Definition at line 210 of file ImGuiUtils.cc.
References formatTime().
Referenced by formatTime(), and openmsx::ImGuiReverseBar::paint().
T openmsx::fromString | ( | std::initializer_list< enum_string< T > > | list, |
std::string_view | str_ | ||
) |
Definition at line 126 of file serialize_core.hh.
References enumError(), and t.
Referenced by loadEnum().
|
inline |
Definition at line 84 of file TclArgParser.hh.
Referenced by valueArg().
const T & openmsx::get_event | ( | const Event & | event | ) |
const T * openmsx::get_event_if | ( | const Event & | event | ) |
std::vector< std::string > openmsx::getAllValuesFor | ( | std::string_view | key, |
const std::vector< T > & | items | ||
) |
Definition at line 220 of file ImGuiUtils.hh.
References contains(), getAllValuesFor(), getOptionalDictValue(), and ranges::sort().
Referenced by displayFilterCombo(), and getAllValuesFor().
std::string_view openmsx::getCheckCmd< BreakPoint > | ( | ) |
Definition at line 72 of file ImGuiBreakPoints.cc.
std::string_view openmsx::getCheckCmd< DebugCondition > | ( | ) |
Definition at line 74 of file ImGuiBreakPoints.cc.
std::string_view openmsx::getCheckCmd< WatchPoint > | ( | ) |
Definition at line 73 of file ImGuiBreakPoints.cc.
|
inline |
Definition at line 373 of file ImGuiUtils.hh.
References getColor(), and imColors.
Referenced by getColor(), openmsx::ImGuiCharacter::paint(), openmsx::ImGuiConsole::paint(), openmsx::ImGuiDisassembly::paint(), openmsx::ImGuiDiskManipulator::paint(), openmsx::ImGuiSpriteViewer::paint(), and openmsx::ImGuiSymbols::paint().
const char * openmsx::getComboString | ( | int | item, |
const char * | itemsSeparatedByZeros | ||
) |
Definition at line 198 of file ImGuiUtils.cc.
References getComboString().
Referenced by getComboString(), openmsx::ImGuiBitmapViewer::paint(), and openmsx::ImGuiCharacter::paint().
std::string openmsx::getKeyChordName | ( | ImGuiKeyChord | keyChord | ) |
Definition at line 270 of file ImGuiUtils.cc.
References getKeyChordName(), ImGuiKey2SDL(), and strCat().
Referenced by getKeyChordName(), and openmsx::Shortcuts::saveShortcuts().
|
inline |
Definition at line 210 of file ImGuiUtils.hh.
References ranges::find_if(), and getOptionalDictValue().
Referenced by applyComboFilter(), getAllValuesFor(), getOptionalDictValue(), and parseAllConfigFiles().
std::string openmsx::getShortCutForCommand | ( | const HotKey & | hotkey, |
std::string_view | command | ||
) |
Definition at line 247 of file ImGuiUtils.cc.
References openmsx::HotKey::getGlobalBindings(), getShortCutForCommand(), and strAppend().
Referenced by Checkbox(), getShortCutForCommand(), openmsx::ImGuiMachine::showMenu(), openmsx::ImGuiReverseBar::showMenu(), openmsx::ImGuiSettings::showMenu(), and openmsx::ImGuiTools::showMenu().
Definition at line 517 of file Event.hh.
References getType().
Referenced by openmsx::EventDistributor::deliverEvents(), openmsx::EventDistributor::distributeEvent(), getType(), matches(), operator==(), openmsx::VisibleSurface::signalEvent(), openmsx::EventDelay::sync(), and toTclList().
void openmsx::HelpMarker | ( | std::string_view | desc | ) |
Definition at line 23 of file ImGuiUtils.cc.
References simpleToolTip().
Referenced by openmsx::ImGuiBitmapViewer::paint(), openmsx::ImGuiCheatFinder::paint(), openmsx::ImGuiTrainer::paint(), openmsx::ImGuiWatchExpr::paint(), openmsx::ImGuiWaveViewer::paint(), openmsx::ImGuiHelp::showMenu(), openmsx::ImGuiMedia::showMenu(), and openmsx::ImGuiSettings::showMenu().
|
inline |
Definition at line 142 of file KeyMappings.hh.
References openmsx::ImGui_SDL_Key::imgui, lookup(), ranges::lower_bound(), ranges::sort(), and unsortedKeys.
Referenced by getKeyChordName().
bool openmsx::InputText | ( | const char * | label, |
Setting & | setting | ||
) |
Definition at line 128 of file ImGuiUtils.cc.
References openmsx::TclObject::getString(), openmsx::BaseSetting::getValue(), setting, and openmsx::BaseSetting::setValue().
bool openmsx::InputText | ( | Setting & | setting | ) |
Definition at line 123 of file ImGuiUtils.cc.
References openmsx::BaseSetting::getBaseName(), InputText(), and setting.
Referenced by InputText(), and openmsx::ImGuiSettings::showMenu().
uint16_t openmsx::instructionBoundary | ( | const MSXCPUInterface & | interface, |
uint16_t | addr, | ||
EmuTime::param | time | ||
) |
This is only an heuristic to display instructions in a debugger disassembly view.
(In reality Z80 instruction can really start at any address).
Z80 instruction have a variable length between 1 and 4 bytes inclusive (we ignore illegal instructions). If you were to start disassembling the full address space from address 0, some addresses are at the start of an instructions, others are not. To be able to show a 'stable' disassembly view when scrolling up/down in the debugger, it's useful to know at which addresses instructions start.
This function can calculate such start addresses (on average) in a more efficient way than just starting to disassemble from the top.
More in detail: this function calculates the largest address smaller or equal to a given address where an instruction starts. In other words: it calculates the start address of the instruction that contains the given address.
Definition at line 196 of file Dasm.cc.
Referenced by openmsx::ImGuiDisassembly::paint().
std::optional< unsigned > openmsx::instructionLength | ( | std::span< const uint8_t > | bin | ) |
Calculate the length of the instruction at the given address.
This is exactly the same value as calculated by the dasm() function above, though this function executes much faster. Note that this function (and also dasm()) ignores illegal instructions with repeated prefixes (e.g. an instruction like 'DD DD DD DD DD 00'). Because of this, the instruction length is always between 1 and 4 (inclusive).
Definition at line 26 of file Dasm.cc.
References instr_len_tab, openmsx::TclObject::size(), and t.
Referenced by nInstructionsBefore(), and TEST_CASE().
void openmsx::loadEnum | ( | std::initializer_list< enum_string< T > > | list, |
T & | t, | ||
LoadAction | load | ||
) |
Definition at line 152 of file serialize_core.hh.
References fromString(), and t.
bool openmsx::loadOnePersistent | ( | std::string_view | name, |
zstring_view | value, | ||
C & | c, | ||
const std::tuple< Elements... > & | tup | ||
) |
Definition at line 224 of file ImGuiPartInterface.hh.
References checkLoad().
Referenced by openmsx::AdjustWindowInMainViewPort::loadLine(), openmsx::DebuggableEditor::loadLine(), openmsx::ImGuiBitmapViewer::loadLine(), openmsx::ImGuiBreakPoints::loadLine(), openmsx::ImGuiCharacter::loadLine(), openmsx::ImGuiConsole::loadLine(), openmsx::ImGuiDebugger::loadLine(), openmsx::ImGuiDisassembly::loadLine(), openmsx::ImGuiKeyboard::loadLine(), openmsx::ImGuiMedia::loadLine(), openmsx::ImGuiMessages::loadLine(), openmsx::ImGuiOsdIcons::loadLine(), openmsx::ImGuiPalette::loadLine(), openmsx::ImGuiReverseBar::loadLine(), openmsx::ImGuiSettings::loadLine(), openmsx::ImGuiSoundChip::loadLine(), openmsx::ImGuiSpriteViewer::loadLine(), openmsx::ImGuiSymbols::loadLine(), openmsx::ImGuiTools::loadLine(), openmsx::ImGuiTrainer::loadLine(), openmsx::ImGuiVdpRegs::loadLine(), openmsx::ImGuiWatchExpr::loadLine(), and openmsx::ImGuiWaveViewer::loadLine().
gl::Texture openmsx::loadTexture | ( | const std::string & | filename, |
ivec2 & | size | ||
) |
Definition at line 63 of file GLImage.cc.
References openmsx::PNG::load().
unsigned openmsx::loadVersion | ( | Archive & | ar | ) |
Definition at line 574 of file serialize_core.hh.
References loadVersionHelper().
unsigned openmsx::loadVersionHelper | ( | MemInputArchive & | , |
const char * | , | ||
unsigned | |||
) |
Definition at line 29 of file serialize_core.cc.
References UNREACHABLE.
Referenced by loadVersion().
unsigned openmsx::loadVersionHelper | ( | XmlInputArchive & | ar, |
const char * | className, | ||
unsigned | latestVersion | ||
) |
Definition at line 35 of file serialize_core.cc.
References openmsx::XmlInputArchive::CAN_HAVE_OPTIONAL_ATTRIBUTES, and openmsx::XmlInputArchive::findAttributeAs().
TclObject openmsx::makeTclDict | ( | Args &&... | args | ) |
Definition at line 299 of file TclObject.hh.
Referenced by TEST_CASE().
TclObject openmsx::makeTclList | ( | Args &&... | args | ) |
Definition at line 293 of file TclObject.hh.
Referenced by openmsx::FloatSetting::additionalInfo(), openmsx::IntegerSetting::additionalInfo(), openmsx::MSXtar::dirRaw(), openmsx::ImGuiMedia::displayNameForDriveContent(), openmsx::TclCallback::execute(), openmsx::TclCallback::execute(), openmsx::TclCallback::execute(), openmsx::TclCallback::execute(), openmsx::CassettePlayerCommand::execute(), openmsx::HDCommand::execute(), openmsx::TclCallback::execute(), openmsx::JoyMega::getDefaultConfig(), openmsx::MSXJoystick::getDefaultConfig(), openmsx::ImGuiDisassembly::paint(), openmsx::ImGuiKeyboard::paint(), openmsx::ImGuiReverseBar::paint(), openmsx::ImGuiTrainer::paint(), openmsx::ImGuiManager::paintImGui(), parseAllConfigFiles(), openmsx::CassettePlayerCLI::parseFileType(), openmsx::LaserdiscPlayerCLI::parseFileType(), openmsx::ReplayCLI::parseFileType(), openmsx::SaveStateCLI::parseFileType(), openmsx::CDImageCLI::parseOption(), openmsx::ImGuiWatchExpr::save(), openmsx::ImGuiConnector::showMenu(), openmsx::ImGuiReverseBar::showMenu(), TEST_CASE(), and toTclList().
std::optional< bool > openmsx::match | ( | const BooleanInput & | binding, |
const Event & | event, | ||
function_ref< int(JoystickId)> | getJoyDeadZone | ||
) |
Definition at line 176 of file BooleanInput.cc.
References openmsx::BooleanKeyboard::getKeyCode(), and openmsx::BooleanJoystickAxis::POS.
Referenced by TEST_CASE().
Does this event 'match' the given event.
Normally an event only matches itself (as defined by operator==). But e.g. MouseMotionGroupEvent matches any MouseMotionEvent.
Definition at line 211 of file Event.cc.
References contains(), and getType().
Referenced by openmsx::AfterInputEventPred::operator()().
File openmsx::memory_buffer_file | ( | std::span< const uint8_t > | buffer | ) |
Definition at line 60 of file MemoryBufferFile.cc.
Referenced by TEST_CASE(), TEST_CASE(), and TEST_CASE().
uint16_t openmsx::nInstructionsBefore | ( | const MSXCPUInterface & | interface, |
uint16_t | addr, | ||
EmuTime::param | time, | ||
int | n | ||
) |
Get the start address of the 'n'th instruction before the instruction containing the byte at the given address 'addr'.
In other words, stepping 'n' instructions forwards from the resulting address lands at the address that would be returned from 'instuctionBoundary()'. Unless there aren't enough instructions in front. In that case address 0 is returned.
Definition at line 203 of file Dasm.cc.
References instructionLength().
Referenced by openmsx::ImGuiDisassembly::paint().
Definition at line 29 of file FilePoolCore.hh.
std::ostream & openmsx::operator<< | ( | std::ostream & | os, |
EmuTime::param | time | ||
) |
Definition at line 6 of file EmuTime.cc.
std::ostream & openmsx::operator<< | ( | std::ostream & | os, |
EnumTypeName< CacheLineCounters > | |||
) |
Definition at line 54 of file MSXCPUInterface.cc.
std::ostream & openmsx::operator<< | ( | std::ostream & | os, |
EnumValueName< CacheLineCounters > | evn | ||
) |
Definition at line 58 of file MSXCPUInterface.cc.
References EnumValueName< E >::e, and NUM.
bool openmsx::operator== | ( | const BooleanInput & | x, |
const BooleanInput & | y | ||
) |
Definition at line 149 of file BooleanInput.cc.
References openmsx::BooleanMouseButton::getButton(), openmsx::BooleanJoystickButton::getButton(), openmsx::BooleanJoystickButton::getJoystick(), and openmsx::BooleanKeyboard::getKeyCode().
Definition at line 24 of file Event.cc.
References openmsx::KeyEvent::getKeyCode(), openmsx::KeyEvent::getModifiers(), openmsx::WindowEvent::getSdlWindowEvent(), and getType().
Definition at line 26 of file FilePoolCore.hh.
Definition at line 32 of file FilePoolCore.hh.
std::vector< InfoType > openmsx::parseAllConfigFiles | ( | ImGuiManager & | manager, |
std::string_view | type, | ||
std::initializer_list< std::string_view > | topics | ||
) |
Definition at line 215 of file ImGuiManager.hh.
References StringReplacer::create(), openmsx::ImGuiManager::execute(), openmsx::Reactor::getHwConfigs(), getOptionalDictValue(), makeTclList(), ranges::sort(), and strAppend().
std::optional< BooleanInput > openmsx::parseBooleanInput | ( | std::string_view | text | ) |
Definition at line 47 of file BooleanInput.cc.
References openmsx::SDLKey::keycodeFromString(), openmsx::BooleanJoystickAxis::NEG, openmsx::BooleanJoystickAxis::POS, and strAppend().
Referenced by TEST_CASE(), and TEST_CASE().
std::optional< ImGuiKeyChord > openmsx::parseKeyChord | ( | std::string_view | name | ) |
Definition at line 283 of file ImGuiUtils.cc.
References parseKeyChord(), and SDLKey2ImGui().
Referenced by openmsx::SettingsParser::attribute(), and parseKeyChord().
std::vector< TclObject > openmsx::parseTclArgs | ( | Interpreter & | interp, |
std::span< const TclObject > | inArgs, | ||
std::span< const ArgsInfo > | table | ||
) |
Definition at line 10 of file commands/TclArgParser.cc.
References ranges::find(), join(), openmsx::ArgsInfo::name, strCat(), and view::transform().
Referenced by openmsx::HardwareConfig::createRomConfig(), and TEST_CASE().
openmsx::PersistentElement | ( | zstring_view | , |
T C::* | |||
) | -> PersistentElement< C, T > |
void openmsx::pointerError | ( | unsigned | id | ) |
Definition at line 12 of file serialize_core.cc.
Referenced by openmsx::IDLoader< TP >::operator()().
void openmsx::polyInitError | ( | const char * | expected, |
const char * | actual | ||
) |
Definition at line 92 of file serialize_meta.cc.
Referenced by openmsx::PolymorphicInitializerRegistry< Archive >::registerClass().
const FileContext & openmsx::preferSystemFileContext | ( | ) |
Definition at line 163 of file FileContext.cc.
References SYSTEM_DATA, and USER_DATA.
Referenced by openmsx::Reactor::runStartupScripts().
static_vector< Rect, 2 > openmsx::rectFromVdpCmd | ( | int | x, |
int | y, | ||
int | nx, | ||
int | ny, | ||
bool | dix, | ||
bool | diy, | ||
ImGuiBitmapViewer::ScrnMode | screenMode, | ||
bool | byteMode | ||
) |
Definition at line 33 of file ImGuiBitmapViewer.cc.
Referenced by openmsx::ImGuiBitmapViewer::paint().
openmsx::REGISTER_BASE_CLASS | ( | Connector | , |
"Connector" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | HD | , |
"HD" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | MidiInConnector | , |
"inConnector" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | Rom16kBBlocks | , |
"Rom16kBBlocks" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | Rom4kBBlocks | , |
"Rom4kBBlocks" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | Rom8kBBlocks | , |
"Rom8kBBlocks" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | RomAscii16kB | , |
"RomAscii16kB" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | RomKonami | , |
"RomKonami" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | RomMSXWrite | , |
"RomMSXWrite" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | RS232Connector | , |
"rs232connector" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | Schedulable | , |
"Schedulable" | |||
) |
openmsx::REGISTER_BASE_CLASS | ( | StateChange | , |
"StateChange" | |||
) |
openmsx::REGISTER_BASE_CLASS_1 | ( | DiskContainer | , |
"DiskContainer" | , | ||
std::reference_wrapper< MSXMotherBoard > | |||
) |
openmsx::REGISTER_BASE_NAME_HELPER | ( | AbstractIDEDevice | , |
"IDEDevice" | |||
) |
openmsx::REGISTER_BASE_NAME_HELPER | ( | JoyTap | , |
"JoyTap" | |||
) |
openmsx::REGISTER_BASE_NAME_HELPER | ( | MSXDevice | , |
"Device" | |||
) |
openmsx::REGISTER_BASE_NAME_HELPER | ( | MSXFDC | , |
"FDC" | |||
) |
openmsx::REGISTER_BASE_NAME_HELPER | ( | MSXMemoryMapperBase | , |
"MemoryMapper" | |||
) |
openmsx::REGISTER_BASE_NAME_HELPER | ( | WD2793BasedFDC | , |
"WD2793BasedFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ADVram | , |
"ADVRAM" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | AVTFDC | , |
"AVTFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | BeerIDE | , |
"BeerIDE" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | CanonFDC | , |
"CanonFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | CanonWordProcessor | , |
"CanonWordProcessor" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | Carnivore2 | , |
"Carnivore2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ChakkariCopy | , |
"ChakkariCopy" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ColecoJoystickIO | , |
"ColecoJoystick" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ColecoSuperGameModule | , |
"ColecoSuperGameModule" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | DalSoRiR2 | , |
"DalSoRiR2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | DebugDevice | , |
"DebugDevice" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ESE_RAM | , |
"ESE_RAM" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ESE_SCC | , |
"ESE_SCC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | FraelSwitchableROM | , |
"FraelSwitchableROM" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | GoudaSCSI | , |
"GoudaSCSI" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | JVCMSXMIDI | , |
"JVCMSXMIDI" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | KonamiUltimateCollection | , |
"KonamiUltimateCollection" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MegaFlashRomSCCPlus | , |
"MegaFlashRomSCCPlus" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MegaFlashRomSCCPlusSD | , |
"MegaFlashRomSCCPlusSD" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MegaSCSI | , |
"MegaSCSI" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MicrosolFDC | , |
"MicrosolFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXAudio | , |
"MSX-Audio" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXBunsetsu | , |
"Bunsetsu" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXCielTurbo | , |
"CielTurbo" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXE6Timer | , |
"E6Timer" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXFacMidiInterface | , |
"MSXFacMidiInterface" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXFmPac | , |
"FM-PAC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXHBI55 | , |
"MSXHBI55" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXHiResTimer | , |
"HiResTimer" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXKanji | , |
"Kanji" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXKanji12 | , |
"Kanji12" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXMatsushita | , |
"Matsushita" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXMegaRam | , |
"MegaRAM" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXMemoryMapper | , |
"MemoryMapper" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXMidi | , |
"MSX-Midi" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXMirrorDevice | , |
"Mirror" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXModem | , |
"MSXModem" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXMoonSound | , |
"MoonSound" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXMusic | , |
"MSX-Music" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXMusicWX | , |
"MSX-Music-WX" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXOPL3Cartridge | , |
"OPL3Cartridge" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXPac | , |
"PAC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXPPI | , |
"PPI" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXPrinterPort | , |
"PrinterPort" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXPSG | , |
"PSG" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXRam | , |
"Ram" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXResetStatusRegister | , |
"F4Device" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXRS232 | , |
"RS232" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXRTC | , |
"RTC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXS1985 | , |
"S1985" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXS1990 | , |
"S1990" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXSCCPlusCart | , |
"SCCPlus" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXToshibaTcx200x | , |
"ToshibaTcx200x" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXTurboRPause | , |
"TurboRPause" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXTurboRPCM | , |
"TurboR-PCM" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXVictorHC9xSystemControl | , |
"VictorHC9xSystemControl" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MSXYamahaSFG | , |
"YamahaSFG" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MusicalMemoryMapper | , |
"MusicalMemoryMapper" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | MusicModuleMIDI | , |
"MusicModuleMIDI" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | NationalFDC | , |
"NationalFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | NowindInterface | , |
"NowindInterface" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | PanasonicRam | , |
"PanasonicRam" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | PasswordCart | , |
"PasswordCart" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | PhilipsFDC | , |
"PhilipsFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | PioneerLDControl | , |
"PBASIC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ReproCartridgeV1 | , |
"ReproCartridgeV1" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ReproCartridgeV2 | , |
"ReproCartridgeV2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomAlAlamiah30in1 | , |
"RomAlAlamiah30in1" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomArc | , |
"RomArc" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomAscii16_2 | , |
"RomAscii16_2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomAscii16kB | , |
"RomAscii16kB" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomAscii16X | , |
"RomAscii16X" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomAscii8_8 | , |
"RomAscii8_8" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomAscii8kB | , |
"RomAscii8kB" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomColecoMegaCart | , |
"RomColecoMegaCart" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomCrossBlaim | , |
"RomCrossBlaim" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomDooly | , |
"RomDooly" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomDRAM | , |
"RomDRAM" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomFSA1FM1 | , |
"RomFSA1FM1" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomFSA1FM2 | , |
"RomFSA1FM2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomGameMaster2 | , |
"RomGameMaster2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomGeneric16kB | , |
"RomGeneric16kB" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomGeneric8kB | , |
"RomGeneric8kB" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomHalnote | , |
"RomHalnote" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomHarryFox | , |
"RomHarryFox" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomHolyQuran | , |
"RomHolyQuran" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomHolyQuran2 | , |
"RomHolyQuran2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ROMHunterMk2 | , |
"ROMHunterMk2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomKonami | , |
"RomKonami" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomKonamiKeyboardMaster | , |
"RomKonamiKeyboardMaster" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomKonamiSCC | , |
"RomKonamiSCC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomMajutsushi | , |
"RomMajutsushi" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomManbow2 | , |
"RomManbow2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomMatraCompilation | , |
"RomMatraCompilation" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomMatraInk | , |
"RomMatraInk" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomMitsubishiMLTS2 | , |
"RomMitsubishiMLTS2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomMSXDOS2 | , |
"RomMSXDOS2" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomMSXtra | , |
"RomMSXtra" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomMSXWrite | , |
"RomMSXWrite" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomMultiRom | , |
"RomMultiRom" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomNational | , |
"RomNational" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomNeo16 | , |
"RomNeo16" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomNeo8 | , |
"RomNeo8" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomNettouYakyuu | , |
"RomNettouYakyuu" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomPadial16kB | , |
"RomPadial16kB" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomPadial8kB | , |
"RomPadial8kB" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomPageNN | , |
"RomPageNN" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomPanasonic | , |
"RomPanasonic" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomPlain | , |
"RomPlain" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomPlayBall | , |
"RomPlayBall" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomRamFile | , |
"RomRamFile" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomRetroHard31in1 | , |
"RomRetroHard31in1" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomRType | , |
"RomRType" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomSuperLodeRunner | , |
"RomSuperLodeRunner" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomSuperSwangi | , |
"RomSuperSwangi" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomSynthesizer | , |
"RomSynthesizer" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomZemina126in1 | , |
"RomZemina126in1" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomZemina25in1 | , |
"RomZemina25in1" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomZemina80in1 | , |
"RomZemina80in1" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | RomZemina90in1 | , |
"RomZemina90in1" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SanyoFDC | , |
"SanyoFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SC3000PPI | , |
"SC-3000 PPI" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SensorKid | , |
"SensorKid" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SG1000JoystickIO | , |
"SG1000Joystick" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SG1000Pause | , |
"SG1000Pause" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SNPSG | , |
"SN76489 PSG" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SpectravideoFDC | , |
"SpectravideoFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SunriseIDE | , |
"SunriseIDE" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SVIFDC | , |
"SVI-328 FDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SVIPPI | , |
"SVI-328 PPI" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SVIPrinterPort | , |
"SVI-328 PrinterPort" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | SVIPSG | , |
"SVI-328 PSG" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | TalentTDC600 | , |
"TalentTDC600" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | ToshibaFDC | , |
"ToshibaFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | TurboRFDC | , |
"TurboRFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | V9990 | , |
"V9990" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | VDP | , |
"VDP" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | VictorFDC | , |
"VictorFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | Video9000 | , |
"Video9000" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | YamahaFDC | , |
"YamahaFDC" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | YamahaSKW01 | , |
"YamahaSKW01" | |||
) |
openmsx::REGISTER_MSXDEVICE | ( | Yamanooto | , |
"Yamanooto" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | DiskContainer | , |
NowindRomDisk | , | ||
"NowindRomDisk" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
ArkanoidState | , | ||
"ArkanoidState" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
AutofireStateChange | , | ||
"AutofireStateChange" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
EndLogEvent | , | ||
"EndLog" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
JoyMegaState | , | ||
"JoyMegaState" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
KeyMatrixState | , | ||
"KeyMatrixState" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
MouseState | , | ||
"MouseState" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
MSXCommandEvent | , | ||
"MSXCommandEvent" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
MSXJoyState | , | ||
"MSXJoyState" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
PaddleState | , | ||
"PaddleState" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
TouchpadState | , | ||
"TouchpadState" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS | ( | StateChange | , |
TrackballState | , | ||
"TrackballState" | |||
) |
openmsx::REGISTER_POLYMORPHIC_CLASS_1 | ( | DiskContainer | , |
DiskChanger | , | ||
"DiskChanger" | , | ||
std::reference_wrapper< MSXMotherBoard > | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | IDEDevice | , |
DummyIDEDevice | , | ||
"DummyIDEDevice" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
ArkanoidPad | , | ||
"ArkanoidPad" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
CassettePlayer | , | ||
"CassettePlayer" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
CircuitDesignerRDDongle | , | ||
"CircuitDesignerRDDongle" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
ImagePrinterEpson | , | ||
"ImagePrinterEpson" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
ImagePrinterMSX | , | ||
"ImagePrinterMSX" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
MidiInALSA | , | ||
"MidiInALSA" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
MidiInReader | , | ||
"MidiInReader" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
MidiOutALSA | , | ||
"MidiOutALSA" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
MidiOutLogger | , | ||
"MidiOutLogger" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
MSXJoystick | , | ||
"MSXJoystick" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
PrinterPortLogger | , | ||
"PrinterPortLogger" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
PrinterPortSimpl | , | ||
"PrinterPortSimpl" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
RS232Tester | , | ||
"RS232Tester" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
SETetrisDongle | , | ||
"SETetrisDongle" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Pluggable | , |
WavAudioInput | , | ||
"WavAudioInput" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | SCSIDevice | , |
DummySCSIDevice | , | ||
"DummySCSIDevice" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | SCSIDevice | , |
SCSIHD | , | ||
"SCSIHD" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | SCSIDevice | , |
SCSILS120 | , | ||
"SCSILS120" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Y8950Periphery | , |
MusicModulePeriphery | , | ||
"MusicModule" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Y8950Periphery | , |
PanasonicAudioPeriphery | , | ||
"Panasonic" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | Y8950Periphery | , |
ToshibaAudioPeriphery | , | ||
"Toshiba" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | YM2413Core | , |
YM2413 | , | ||
"YM2413-Jarek-Burczynski" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | YM2413Core | , |
YM2413 | , | ||
"YM2413-NukeYKT" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | YM2413Core | , |
YM2413 | , | ||
"YM2413-Okazaki" | |||
) |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER | ( | YM2413Core | , |
YM2413 | , | ||
"YM2413-Original-NukeYKT" | |||
) |
void openmsx::remove< BreakPoint > | ( | MSXCPUInterface & | cpuInterface, |
unsigned | id | ||
) |
Definition at line 217 of file ImGuiBreakPoints.cc.
References openmsx::MSXCPUInterface::removeBreakPoint().
void openmsx::remove< DebugCondition > | ( | MSXCPUInterface & | cpuInterface, |
unsigned | id | ||
) |
Definition at line 223 of file ImGuiBreakPoints.cc.
References openmsx::MSXCPUInterface::removeCondition().
void openmsx::remove< WatchPoint > | ( | MSXCPUInterface & | cpuInterface, |
unsigned | id | ||
) |
Definition at line 220 of file ImGuiBreakPoints.cc.
References openmsx::MSXCPUInterface::removeWatchPoint().
void openmsx::saveEnum | ( | std::initializer_list< enum_string< T > > | list, |
T | t, | ||
SaveAction | save | ||
) |
Definition at line 142 of file serialize_core.hh.
References t, and toString().
void openmsx::savePersistent | ( | ImGuiTextBuffer & | buf, |
C & | c, | ||
const std::tuple< Elements... > & | tup | ||
) |
Definition at line 210 of file ImGuiPartInterface.hh.
Referenced by openmsx::AdjustWindowInMainViewPort::save(), openmsx::DebuggableEditor::save(), openmsx::ImGuiBitmapViewer::save(), openmsx::ImGuiBreakPoints::save(), openmsx::ImGuiCharacter::save(), openmsx::ImGuiConsole::save(), openmsx::ImGuiDebugger::save(), openmsx::ImGuiDisassembly::save(), openmsx::ImGuiKeyboard::save(), openmsx::ImGuiMedia::save(), openmsx::ImGuiMessages::save(), openmsx::ImGuiOsdIcons::save(), openmsx::ImGuiPalette::save(), openmsx::ImGuiReverseBar::save(), openmsx::ImGuiSettings::save(), openmsx::ImGuiSoundChip::save(), openmsx::ImGuiSpriteViewer::save(), openmsx::ImGuiSymbols::save(), openmsx::ImGuiTools::save(), openmsx::ImGuiTrainer::save(), openmsx::ImGuiVdpRegs::save(), openmsx::ImGuiWatchExpr::save(), and openmsx::ImGuiWaveViewer::save().
Definition at line 155 of file LineScalers.hh.
References xrange().
Referenced by openmsx::FrameSource::scaleLine().
Scale_XonY functions Transforms an input line of pixel to an output line (possibly) with a different width.
X input pixels are mapped on Y output pixels.
in | Input line |
out | Output line |
Definition at line 92 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 97 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 102 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 235 of file LineScalers.hh.
References xrange().
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 334 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 379 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 274 of file LineScalers.hh.
References xrange().
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 283 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 296 of file LineScalers.hh.
References xrange().
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 313 of file LineScalers.hh.
References xrange().
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 265 of file LineScalers.hh.
References xrange().
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 349 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 406 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 256 of file LineScalers.hh.
References xrange().
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 364 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
Definition at line 433 of file LineScalers.hh.
Referenced by openmsx::FrameSource::scaleLine().
|
inline |
Definition at line 153 of file KeyMappings.hh.
References lookup(), ranges::lower_bound(), openmsx::ImGui_SDL_Key::sdl, ranges::sort(), and unsortedKeys.
Referenced by parseKeyChord().
void openmsx::serialize | ( | Archive & | ar, |
std::pair< T1, T2 > & | p, | ||
unsigned | |||
) |
Definition at line 59 of file serialize_core.hh.
void openmsx::serialize | ( | Archive & | ar, |
T & | t, | ||
unsigned | version | ||
) |
Definition at line 51 of file serialize_core.hh.
References t.
Referenced by openmsx::ClassSaver< T >::operator()(), openmsx::ClassLoader< T >::operator()(), and openmsx::ArchiveBase< Derived >::serializeInlinedBase().
openmsx::SERIALIZE_CLASS_VERSION | ( | AmdFlash | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | ArkanoidPad | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | AY8910::Generator | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | AY8910::NoiseGenerator | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | AY8910::ToneGenerator | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | Carnivore2 | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | CassettePlayer | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | CassettePort | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | ColecoJoystickIO | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | CPURegs | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | DiskChanger | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | DynamicClock | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | HardwareConfig | , |
6 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | HD | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | I8251 | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | Keyboard | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | LaserdiscPlayer | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MC6850 | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | Mouse | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MouseState | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXCPU | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXFmPac | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXHBI55 | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMapperIO | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMatsushita | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMemoryMapper | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMemoryMapperBase | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMidi | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMoonSound | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMotherBoard | , |
5 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMusic | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMusicBase | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXMusicWX | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXPSG | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXRS232 | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXS1985 | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MSXYamahaSFG | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | MusicModuleMIDI | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | OldXMLElement | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | RawTrack | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | RealDrive | , |
6 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | Replay | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | RomManbow2 | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | SpriteChecker | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | TC8566AF | , |
7 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | Trackball | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | V9990 | , |
5 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | V9990CmdEngine | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | VDP | , |
10 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | VDPCmdEngine | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | VLM5030 | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | WD2793 | , |
12 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | Y8950::Slot | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | Y8950Adpcm | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YM2148 | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YM2413Burczynski::Channel | , |
3 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YM2413Burczynski::Slot | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YM2413Burczynski::YM2413 | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YM2413Okazaki::Channel | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YM2413Okazaki::Slot | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YM2413Okazaki::YM2413 | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YMF262 | , |
2 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YMF278 | , |
4 | |||
) |
openmsx::SERIALIZE_CLASS_VERSION | ( | YMF278::Slot | , |
6 | |||
) |
openmsx::SERIALIZE_ENUM | ( | AmdFlash::State | , |
stateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | CassettePlayer::State | , |
stateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | Counter::ByteOrder | , |
byteOrderInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | DebugDevice::DebugMode | , |
debugModeInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | DriveMultiplexer::Drive | , |
driveNumInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | EEPROM_93C46::State | , |
stateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | HardwareConfig::Type | , |
configTypeInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | I8251::CmdPhase | , |
cmdFazeInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | LaserdiscPlayer::PlayerState | , |
PlayerStateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | LaserdiscPlayer::RemoteProtocol | , |
RemoteProtocolInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | LaserdiscPlayer::RemoteState | , |
RemoteStateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | LaserdiscPlayer::SeekState | , |
SeekStateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | LaserdiscPlayer::StereoMode | , |
StereoModeInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | NowindHost::State | , |
stateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | SCC::Mode | , |
chipModeInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | SCSI::Phase | , |
phaseInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | SdCard::Mode | , |
modeInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | SerialDataInterface::DataBits | , |
dataBitsInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | SerialDataInterface::Parity | , |
parityBitInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | SerialDataInterface::StopBits | , |
stopBitsInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | TC8566AF::Command | , |
commandInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | TC8566AF::Phase | , |
phaseInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | TC8566AF::Seek | , |
seekInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | V9990DisplayMode | , |
displayModeInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | VLM5030::Phase | , |
phaseInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | WD2793::FSM | , |
fsmStateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | Y8950::EnvelopeState | , |
envelopeStateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | YM2413Burczynski::Slot::EnvelopeState | , |
envelopeStateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | YM2413NukeYKT::YM2413::EgState | , |
egStateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | YM2413Okazaki::Slot::EnvelopeState | , |
envelopeStateInfo | |||
) |
openmsx::SERIALIZE_ENUM | ( | YMF262::EnvelopeState | , |
envelopeStateInfo | |||
) |
void openmsx::setColors | ( | int | style | ) |
Definition at line 308 of file ImGuiUtils.cc.
References BLACK, COMMENT, ERROR, GRAY, imColors, KEY_ACTIVE, KEY_NOT_ACTIVE, LITERAL, OPERATOR, PROC, RED_BG, setColors(), TEXT, TEXT_DISABLED, TRANSPARENT, VARIABLE, WARNING, WHITE, YELLOW, and YELLOW_BG.
Referenced by setColors().
void openmsx::simpleToolTip | ( | std::invocable<> auto | descFunc | ) |
Definition at line 89 of file ImGuiUtils.hh.
References ImGui::TextUnformatted(), im::TextWrapPos(), and im::Tooltip().
|
inline |
Definition at line 79 of file ImGuiUtils.hh.
References im::ItemTooltip(), ImGui::TextUnformatted(), and im::TextWrapPos().
Referenced by HelpMarker(), openmsx::ImGuiCheatFinder::paint(), openmsx::ImGuiDisassembly::paint(), openmsx::ImGuiDiskManipulator::paint(), openmsx::ImGuiSpriteViewer::paint(), openmsx::ImGuiManager::paintImGui(), openmsx::ImGuiMedia::selectMapperType(), openmsx::ImGuiConnector::showMenu(), openmsx::ImGuiMedia::showMenu(), openmsx::ImGuiSettings::showMenu(), and openmsx::ImGuiTools::showMenu().
bool openmsx::SliderFloat | ( | const char * | label, |
FloatSetting & | setting, | ||
const char * | format, | ||
ImGuiSliderFlags | flags | ||
) |
Definition at line 108 of file ImGuiUtils.cc.
References openmsx::DiskImageUtils::format(), and setting.
bool openmsx::SliderFloat | ( | FloatSetting & | setting, |
const char * | format, | ||
ImGuiSliderFlags | flags | ||
) |
Definition at line 103 of file ImGuiUtils.cc.
References openmsx::DiskImageUtils::format(), openmsx::BaseSetting::getBaseName(), setting, and SliderFloat().
Referenced by openmsx::ImGuiSettings::showMenu(), and SliderFloat().
bool openmsx::SliderInt | ( | const char * | label, |
IntegerSetting & | setting, | ||
ImGuiSliderFlags | flags | ||
) |
Definition at line 88 of file ImGuiUtils.cc.
References setting.
bool openmsx::SliderInt | ( | IntegerSetting & | setting, |
ImGuiSliderFlags | flags | ||
) |
Definition at line 83 of file ImGuiUtils.cc.
References openmsx::BaseSetting::getBaseName(), setting, and SliderInt().
Referenced by openmsx::ImGuiSettings::showMenu(), and SliderInt().
void openmsx::sock_cleanup | ( | ) |
Definition at line 45 of file Socket.cc.
Referenced by openmsx::SocketActivator::~SocketActivator().
void openmsx::sock_close | ( | SOCKET | sd | ) |
Definition at line 55 of file Socket.cc.
Referenced by openmsx::RS232Net::unplugHelper().
std::string openmsx::sock_error | ( | ) |
ptrdiff_t openmsx::sock_recv | ( | SOCKET | sd, |
char * | buf, | ||
size_t | count | ||
) |
ptrdiff_t openmsx::sock_send | ( | SOCKET | sd, |
const char * | buf, | ||
size_t | count | ||
) |
Definition at line 88 of file Socket.cc.
Referenced by openmsx::SocketConnection::output().
void openmsx::sock_startup | ( | ) |
Definition at line 30 of file Socket.cc.
References sock_error().
Referenced by openmsx::SocketActivator::SocketActivator().
void openmsx::sortUpDown_String | ( | Range & | range, |
const ImGuiTableSortSpecs * | sortSpecs, | ||
Projection | proj | ||
) |
Definition at line 201 of file ImGuiUtils.hh.
References sortUpDown_String(), and ranges::stable_sort().
Referenced by openmsx::ImGuiReverseBar::showMenu(), and sortUpDown_String().
void openmsx::sortUpDown_T | ( | Range & | range, |
const ImGuiTableSortSpecs * | sortSpecs, | ||
Projection | proj | ||
) |
Definition at line 193 of file ImGuiUtils.hh.
References sortUpDown_T(), and ranges::stable_sort().
Referenced by openmsx::ImGuiReverseBar::showMenu(), and sortUpDown_T().
Definition at line 116 of file ImGuiBitmapViewer.cc.
References openmsx::DoneTodo::done, openmsx::Rect::p1, openmsx::Rect::p2, and openmsx::DoneTodo::todo.
Referenced by openmsx::ImGuiBitmapViewer::paint().
const FileContext & openmsx::systemFileContext | ( | ) |
Definition at line 155 of file FileContext.cc.
References SYSTEM_DATA, and USER_DATA.
Referenced by openmsx::Reactor::getHwConfigs(), openmsx::GLHQScaler::GLHQScaler(), openmsx::MsxChar2Unicode::MsxChar2Unicode(), openmsx::CommandLineParser::parse(), openmsx::RomDatabase::RomDatabase(), openmsx::OSDRectangle::setProperty(), openmsx::OSDText::setProperty(), openmsx::FilenameSetting::tabCompletion(), and openmsx::UnicodeKeymap::UnicodeKeymap().
void openmsx::tiger | ( | std::span< const uint8_t > | input, |
TigerHash & | result | ||
) |
Generic function to calculate a tiger-hash.
input: start-address and size of the block output: 192-bit hash value The result is endianness-neutral (on big-endian systems the result is converted so that, when interpreted as a byte-array, it is identical to the result obtained on a little-endian system).
Definition at line 680 of file tiger.cc.
References ranges::copy(), openmsx::TigerHash::h64, and Endian::write_UA_L64().
Use for tiger-tree internal node hash calculations.
Combine two earlier calculated tiger hash values in a specific way (add marker/padding/length bytes before/after) and calculate a new hash value. This function is not reentrant.
Definition at line 711 of file tiger.cc.
References openmsx::TigerHash::h64.
void openmsx::tiger_leaf | ( | std::span< uint8_t > | data, |
TigerHash & | result | ||
) |
Use for tiger-tree leaf node hash calculations.
Take a 1+1024-byte input block, add some marker/padding/length bytes before/after and calculate a tiger-hash. This function is not reentrant. This function requires that data[0] can be (temporarily) overridden (so after the function returns the data buffer is unchanged, but temporarily it is changed, hence the parameter cannot be const).
Definition at line 731 of file tiger.cc.
References openmsx::TigerHash::h64.
|
constexpr |
Definition at line 98 of file BooleanInput.hh.
References UNREACHABLE.
|
inline |
Definition at line 115 of file CliComm.hh.
References openmsx::CliComm::getLevelStrings().
|
inline |
Definition at line 120 of file CliComm.hh.
References openmsx::CliComm::getUpdateStrings().
std::string openmsx::toString | ( | const BooleanInput & | input | ) |
Definition at line 17 of file BooleanInput.cc.
References openmsx::BooleanJoystickAxis::POS, strCat(), openmsx::SDLKey::toString(), and toString().
Referenced by openmsx::Rom::getInfo(), openmsx::StdioMessages::log(), openmsx::TclCallbackMessages::log(), openmsx::RomPlain::RomPlain(), openmsx::HotKey::saveBindings(), saveEnum(), TEST_CASE(), TEST_CASE(), and toString().
std::string openmsx::toString | ( | const Event & | event | ) |
Get a string representation of this event.
Definition at line 206 of file Event.cc.
References toTclList().
|
inline |
Definition at line 116 of file serialize_core.hh.
References t.
Similar to toString(), but retains the structure of the event.
Definition at line 102 of file Event.cc.
References getType(), makeTclList(), and tmpStrCat().
Referenced by toString().
FileContext openmsx::userDataFileContext | ( | string_view | subDir | ) |
Definition at line 183 of file FileContext.cc.
References strCat(), and USER_OPENMSX.
Referenced by openmsx::ImGuiReverseBar::showMenu(), and openmsx::ImGuiSettings::showMenu().
const FileContext & openmsx::userFileContext | ( | ) |
Definition at line 177 of file FileContext.cc.
References USER_DIRS.
Referenced by openmsx::HardwareConfig::createRomConfig(), openmsx::CassettePlayerCommand::execute(), openmsx::HDCommand::execute(), openmsx::CDXCommand::execute(), openmsx::LSXCommand::execute(), openmsx::HD::HD(), openmsx::PrinterPortLogger::plugHelper(), openmsx::Reactor::runStartupScripts(), openmsx::CassettePlayerCommand::tabCompletion(), openmsx::DiskCommand::tabCompletion(), openmsx::NowindCommand::tabCompletion(), openmsx::HDCommand::tabCompletion(), openmsx::CDXCommand::tabCompletion(), openmsx::LSXCommand::tabCompletion(), openmsx::RestoreMachineCommand::tabCompletion(), and openmsx::Filename::updateAfterLoadState().
FileContext openmsx::userFileContext | ( | string_view | savePath | ) |
Definition at line 171 of file FileContext.cc.
References strCat(), USER_DIRS, and USER_OPENMSX.
Referenced by openmsx::DiskFactory::createDisk().
void openmsx::V9990CmdEngine::executeBMLL< V9990CmdEngine::V9990Bpp16 > | ( | EmuTime::param | limit | ) |
Definition at line 1430 of file V9990CmdEngine.cc.
void openmsx::V9990CmdEngine::executeBMLX< V9990CmdEngine::V9990Bpp16 > | ( | EmuTime::param | limit | ) |
Definition at line 1350 of file V9990CmdEngine.cc.
void openmsx::V9990CmdEngine::executeBMXL< V9990CmdEngine::V9990Bpp16 > | ( | EmuTime::param | limit | ) |
Definition at line 1281 of file V9990CmdEngine.cc.
void openmsx::V9990CmdEngine::executeLMMC< V9990CmdEngine::V9990Bpp16 > | ( | EmuTime::param | limit | ) |
Definition at line 981 of file V9990CmdEngine.cc.
ArgsInfo openmsx::valueArg | ( | std::string_view | name, |
T & | value | ||
) |
Definition at line 102 of file TclArgParser.hh.
References funcArg().
Referenced by openmsx::HardwareConfig::createRomConfig(), and TEST_CASE().
Definition at line 460 of file AbstractIDEDevice.cc.
const uint64_t openmsx::ALLOWED_LAG = 20000 |
Definition at line 20 of file RealTime.cc.
Referenced by openmsx::RealTime::timeLeft().
Definition at line 758 of file AmdFlash.cc.
Definition at line 188 of file ArkanoidPad.cc.
Definition at line 42 of file AudioInputConnector.cc.
Definition at line 152 of file BeerIDE.cc.
Definition at line 141 of file CanonFDC.cc.
Definition at line 115 of file CanonWordProcessor.cc.
Definition at line 897 of file Carnivore2.cc.
Definition at line 778 of file CassettePlayer.cc.
Definition at line 141 of file CassettePort.cc.
Definition at line 227 of file ChakkariCopy.cc.
Definition at line 69 of file CircuitDesignerRDDongle.cc.
Definition at line 146 of file ClockPin.cc.
Definition at line 94 of file ColecoJoystickIO.cc.
Definition at line 181 of file ColecoSuperGameModule.cc.
Definition at line 85 of file Connector.cc.
Definition at line 25 of file CPUClock.cc.
Definition at line 4438 of file CPUCore.cc.
Definition at line 4438 of file CPUCore.cc.
Definition at line 50 of file CPURegs.cc.
Definition at line 74 of file DACSound16S.cc.
Definition at line 266 of file DalSoRiR2.cc.
Definition at line 174 of file DebugDevice.cc.
const int openmsx::DIRECTION_A = 0x10 |
Definition at line 16 of file I8255.cc.
Referenced by openmsx::I8255::getPortA(), and openmsx::I8255::reset().
const int openmsx::DIRECTION_B = 0x02 |
Definition at line 17 of file I8255.cc.
Referenced by openmsx::I8255::getPortB(), and openmsx::I8255::reset().
const int openmsx::DIRECTION_C0 = 0x01 |
Definition at line 18 of file I8255.cc.
Referenced by openmsx::I8255::getPortC(), and openmsx::I8255::reset().
const int openmsx::DIRECTION_C1 = 0x08 |
Definition at line 19 of file I8255.cc.
Referenced by openmsx::I8255::getPortC(), and openmsx::I8255::reset().
Definition at line 404 of file DiskChanger.cc.
Definition at line 43 of file DiskName.cc.
Definition at line 164 of file DriveMultiplexer.cc.
Definition at line 37 of file DummyIDEDevice.cc.
Definition at line 70 of file DummySCSIDevice.cc.
Definition at line 26 of file DynamicClock.cc.
Definition at line 255 of file EEPROM_93C46.cc.
Definition at line 111 of file EmuTimer.cc.
Definition at line 125 of file ESE_RAM.cc.
Definition at line 261 of file ESE_SCC.cc.
int openmsx::exitCode = 0 |
Definition at line 67 of file Reactor.cc.
Referenced by openmsx::ExitCommand::execute().
Definition at line 127 of file FileContext.cc.
Definition at line 33 of file Filename.cc.
Definition at line 61 of file FraelSwitchableROM.cc.
Definition at line 82 of file GoudaSCSI.cc.
Definition at line 527 of file HardwareConfig.cc.
Definition at line 416 of file IDECDROM.cc.
Definition at line 1579 of file Printer.cc.
Definition at line 872 of file Printer.cc.
|
inline |
Definition at line 369 of file ImGuiUtils.hh.
Referenced by getColor(), and setColors().
const std::array< uint8_t, std::size_t(3) *256 > openmsx::instr_len_tab |
Definition at line 202 of file DasmTables.cc.
Referenced by fetchInstruction(), and instructionLength().
Definition at line 283 of file JoyMega.cc.
Definition at line 65 of file JoystickPort.cc.
Definition at line 79 of file JVCMSXMIDI.cc.
Definition at line 2089 of file Keyboard.cc.
Definition at line 234 of file KonamiUltimateCollection.cc.
Definition at line 1164 of file LaserdiscPlayer.cc.
Definition at line 42 of file MagicKey.cc.
|
inlineconstexpr |
Definition at line 15 of file EmuDuration.hh.
Referenced by openmsx::DynamicClock::getFreq(), openmsx::EmuDuration::hz(), openmsx::EmuDuration::msec(), openmsx::EmuDuration::sec(), openmsx::DynamicClock::setFreq(), and openmsx::EmuDuration::usec().
|
inlineconstexpr |
Definition at line 16 of file EmuDuration.hh.
Referenced by openmsx::EmuDuration::getTicksAt(), and openmsx::DynamicClock::setFreq().
const int64_t openmsx::MAX_LAG = 200000 |
Definition at line 19 of file RealTime.cc.
Definition at line 776 of file MB89352.cc.
Definition at line 522 of file MegaFlashRomSCCPlus.cc.
Definition at line 926 of file MegaFlashRomSCCPlusSD.cc.
Definition at line 185 of file MegaSCSI.cc.
Definition at line 121 of file MicrosolFDC.cc.
Definition at line 400 of file MidiSessionALSA.cc.
Definition at line 38 of file MidiInConnector.cc.
Definition at line 139 of file MidiInReader.cc.
Definition at line 173 of file MidiSessionALSA.cc.
Definition at line 58 of file MidiOutConnector.cc.
Definition at line 57 of file MidiOutLogger.cc.
const std::array< const char *, 256 > openmsx::mnemonic_cb |
Definition at line 56 of file DasmTables.cc.
Referenced by dasm().
const std::array< const char *, 256 > openmsx::mnemonic_ed |
Definition at line 92 of file DasmTables.cc.
Referenced by dasm().
const std::array< const char *, 256 > openmsx::mnemonic_main |
Definition at line 164 of file DasmTables.cc.
Referenced by dasm().
const std::array< const char *, 256 > openmsx::mnemonic_xx |
Definition at line 128 of file DasmTables.cc.
Referenced by dasm().
const std::array< const char *, 256 > openmsx::mnemonic_xx_cb |
Definition at line 20 of file DasmTables.cc.
Referenced by dasm().
Definition at line 140 of file MSXAudio.cc.
Definition at line 73 of file MSXBunsetsu.cc.
Definition at line 51 of file MSXCielTurbo.cc.
Definition at line 1322 of file MSXCPUInterface.cc.
Definition at line 533 of file MSXDevice.cc.
Definition at line 90 of file MSXDeviceSwitch.cc.
Definition at line 54 of file MSXE6Timer.cc.
Definition at line 140 of file MSXFacMidiInterface.cc.
Definition at line 161 of file MSXFmPac.cc.
Definition at line 219 of file MSXHBI55.cc.
Definition at line 50 of file MSXHiResTimer.cc.
Definition at line 227 of file MSXJoystick.cc.
Definition at line 102 of file MSXKanji.cc.
Definition at line 92 of file MSXKanji12.cc.
Definition at line 151 of file MSXMapperIO.cc.
Definition at line 232 of file MSXMatsushita.cc.
Definition at line 177 of file MSXMegaRam.cc.
Definition at line 29 of file MSXMemoryMapper.cc.
Definition at line 140 of file MSXMemoryMapperBase.cc.
Definition at line 413 of file MSXMidi.cc.
Definition at line 61 of file MSXMirrorDevice.cc.
Definition at line 144 of file MSXModem.cc.
Definition at line 143 of file MSXMoonSound.cc.
Definition at line 84 of file MSXMusic.cc.
Definition at line 68 of file MSXMusic.cc.
Definition at line 165 of file MSXMusic.cc.
Definition at line 76 of file MSXOPL3Cartridge.cc.
Definition at line 129 of file MSXPrinterPort.cc.
Definition at line 43 of file MSXResetStatusRegister.cc.
Definition at line 448 of file MSXRS232.cc.
Definition at line 125 of file MSXS1985.cc.
Definition at line 124 of file MSXS1990.cc.
Definition at line 302 of file MSXSCCPlusCart.cc.
Definition at line 116 of file MSXToshibaTcx200x.cc.
Definition at line 89 of file MSXTurboRPause.cc.
Definition at line 147 of file MSXTurboRPCM.cc.
Definition at line 57 of file MSXVictorHC9xSystemControl.cc.
Definition at line 152 of file MSXYamahaSFG.cc.
Definition at line 216 of file MusicalMemoryMapper.cc.
Definition at line 88 of file MusicModuleMIDI.cc.
Definition at line 142 of file NationalFDC.cc.
Definition at line 85 of file NinjaTap.cc.
Definition at line 817 of file NowindHost.cc.
Definition at line 149 of file NowindInterface.cc.
Definition at line 31 of file NowindRomDisk.cc.
Definition at line 552 of file XMLElement.cc.
const OpenMSX_Icon openmsx::openMSX_icon |
|
inlineconstexpr |
Definition at line 23 of file Socket.hh.
Referenced by openmsx::SocketConnection::output(), openmsx::RS232Net::plugHelper(), openmsx::RS232Net::recvByte(), openmsx::RS232Net::setDTR(), openmsx::RS232Net::unplugHelper(), and openmsx::CliServer::~CliServer().
Definition at line 52 of file PanasonicRam.cc.
Definition at line 61 of file PasswordCart.cc.
Definition at line 199 of file PhilipsFDC.cc.
Definition at line 192 of file PioneerLDControl.cc.
Definition at line 75 of file PrinterPortLogger.cc.
Definition at line 75 of file PrinterPortSimpl.cc.
|
inlineconstexpr |
Definition at line 34 of file MSXCPUInterface.hh.
const unsigned openmsx::RAM_BASE = 0x180 |
Definition at line 16 of file RomPanasonic.cc.
Referenced by openmsx::RomPanasonic::getWriteCacheLine(), and openmsx::RomPanasonic::writeMem().
const unsigned openmsx::RAM_OFFSET = 0x2000 |
Definition at line 20 of file MSXRS232.cc.
Referenced by openmsx::MSXRS232::getReadCacheLine(), openmsx::MSXRS232::getWriteCacheLine(), openmsx::MSXRS232::readMem(), and openmsx::MSXRS232::writeMem().
const unsigned openmsx::RAM_SIZE = 0x800 |
Definition at line 21 of file MSXRS232.cc.
Referenced by openmsx::MSXRS232::getReadCacheLine(), openmsx::MSXRS232::getWriteCacheLine(), openmsx::MSXRS232::readMem(), and openmsx::MSXRS232::writeMem().
Definition at line 280 of file RawTrack.cc.
Definition at line 541 of file RealDrive.cc.
|
inlineconstexpr |
Definition at line 18 of file EmuDuration.hh.
Referenced by openmsx::EmuDuration::toDouble().
Definition at line 231 of file ReproCartridgeV1.cc.
Definition at line 345 of file ReproCartridgeV2.cc.
Definition at line 151 of file RomAlAlamiah30in1.cc.
Definition at line 95 of file RomAscii16_2.cc.
Definition at line 112 of file RomAscii16X.cc.
Definition at line 127 of file RomAscii8_8.cc.
Definition at line 97 of file RomDooly.cc.
Definition at line 156 of file RomFSA1FM.cc.
Definition at line 305 of file RomFSA1FM.cc.
Definition at line 120 of file RomGameMaster2.cc.
Definition at line 158 of file RomHalnote.cc.
Definition at line 127 of file RomHolyQuran2.cc.
Definition at line 166 of file ROMHunterMk2.cc.
Definition at line 79 of file RomKonami.cc.
Definition at line 75 of file RomKonamiKeyboardMaster.cc.
Definition at line 151 of file RomKonamiSCC.cc.
Definition at line 42 of file RomMajutsushi.cc.
Definition at line 244 of file RomManbow2.cc.
Definition at line 70 of file RomMatraCompilation.cc.
Definition at line 53 of file RomMatraInk.cc.
Definition at line 89 of file RomMitsubishiMLTS2.cc.
Definition at line 63 of file RomMSXtra.cc.
Definition at line 31 of file RomMultiRom.cc.
Definition at line 125 of file RomNational.cc.
Definition at line 48 of file RomNeo8.cc.
Definition at line 125 of file RomNettouYakyuu.cc.
Definition at line 191 of file RomPanasonic.cc.
Definition at line 76 of file RomPlayBall.cc.
Definition at line 112 of file RomRamFile.cc.
Definition at line 64 of file RomSynthesizer.cc.
Definition at line 37 of file RS232Connector.cc.
Definition at line 385 of file RS232Net.cc.
Definition at line 170 of file RS232Tester.cc.
Definition at line 151 of file SamplePlayer.cc.
Definition at line 150 of file SanyoFDC.cc.
Definition at line 174 of file SC3000PPI.cc.
Definition at line 69 of file Schedulable.cc.
Definition at line 130 of file Scheduler.cc.
Definition at line 842 of file SCSILS120.cc.
Definition at line 145 of file SensorKid.cc.
const int openmsx::SET_MODE = 0x80 |
Definition at line 20 of file I8255.cc.
Referenced by openmsx::I8255::reset().
Definition at line 51 of file SETetrisDongle.cc.
Definition at line 48 of file SG1000JoystickIO.cc.
Definition at line 50 of file SG1000Pause.cc.
Definition at line 329 of file SN76489.cc.
Definition at line 173 of file SpectravideoFDC.cc.
Definition at line 508 of file SpriteChecker.cc.
const unsigned openmsx::SRAM_BASE = 0x80 |
Definition at line 15 of file RomPanasonic.cc.
Referenced by openmsx::RomPanasonic::getWriteCacheLine(), openmsx::RomPanasonic::RomPanasonic(), and openmsx::RomPanasonic::writeMem().
Definition at line 229 of file SunriseIDE.cc.
Definition at line 101 of file SVIPrinterPort.cc.
const double openmsx::SYNC_INTERVAL = 0.08 |
Definition at line 18 of file RealTime.cc.
Referenced by openmsx::RealTime::resync().
Definition at line 121 of file Scheduler.cc.
const string openmsx::SYSTEM_DATA = "{{SYSTEM_DATA}}" |
Definition at line 19 of file FileContext.cc.
Referenced by preferSystemFileContext(), and systemFileContext().
Definition at line 94 of file TalentTDC600.cc.
Definition at line 1047 of file TC8566AF.cc.
Definition at line 144 of file ToshibaFDC.cc.
Definition at line 298 of file Touchpad.cc.
Definition at line 296 of file Trackball.cc.
Definition at line 17 of file TrackedRam.cc.
Definition at line 232 of file TurboRFDC.cc.
|
inlineconstexpr |
Definition at line 19 of file KeyMappings.hh.
Referenced by ImGuiKey2SDL(), and SDLKey2ImGui().
const string openmsx::USER_DATA = "{{USER_DATA}}" |
Definition at line 18 of file FileContext.cc.
Referenced by preferSystemFileContext(), and systemFileContext().
const string openmsx::USER_DIRS = "{{USER_DIRS}}" |
Definition at line 16 of file FileContext.cc.
Referenced by openmsx::FileContext::isUserContext(), userFileContext(), and userFileContext().
const string openmsx::USER_OPENMSX = "{{USER_OPENMSX}}" |
Definition at line 17 of file FileContext.cc.
Referenced by configFileContext(), userDataFileContext(), and userFileContext().
Definition at line 1905 of file V9990CmdEngine.cc.
Definition at line 59 of file V9990VRAM.cc.
Definition at line 2690 of file VDPCmdEngine.cc.
Definition at line 75 of file VDPIODelay.cc.
Definition at line 334 of file VDPVRAM.cc.
Definition at line 167 of file VictorFDC.cc.
Definition at line 170 of file Video9000.cc.
Definition at line 603 of file VLM5030.cc.
Definition at line 90 of file WavAudioInput.cc.
Definition at line 28 of file WD2793BasedFDC.cc.
Definition at line 478 of file WD33C93.cc.
Definition at line 568 of file Y8950Adpcm.cc.
Definition at line 67 of file Y8950KeyboardConnector.cc.
Definition at line 192 of file YamahaFDC.cc.
Definition at line 212 of file YamahaSKW01.cc.
Definition at line 319 of file Yamanooto.cc.
Definition at line 254 of file YMF278B.cc.