Home
last modified time | relevance | path

Searched refs:ROM_OPCODEMEGA (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Media/
H A DMediaDb.h188 ROM_OPCODEMEGA = 158, enumerator
H A DMediaDb.cpp261 if (iequals(name, "opcodeega")) return ROM_OPCODEMEGA; in mediaDbStringToType()
722 case ROM_OPCODEMEGA: return "ColecoVision Opcode MegaRam"; in romTypeToString()
883 case ROM_OPCODEMEGA: return "OPCODE MEGA"; in romTypeToShortString()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Memory/
H A DromMapperOpcodeMegaRam.c160 rm->deviceHandle = deviceManagerRegister(ROM_OPCODEMEGA, &callbacks, rm); in romMapperOpcodeMegaRamCreate()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Board/
H A DMachine.c1322 if (machine->slotInfo[i].romType == ROM_OPCODEMEGA) { in machineInitialize()