Home
last modified time | relevance | path

Searched refs:CARTNAME_EXTRAM512KB (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Emulator/
H A DFileHistory.c133 strcmp(fname, CARTNAME_EXTRAM512KB) && in verifyFileHistory()
395 strcmp(properties->media.carts[i].fileName, CARTNAME_EXTRAM512KB) &&
400 strcmp(properties->media.carts[i].fileName, CARTNAME_EXTRAM512KB) &&
H A DProperties.h54 #define CARTNAME_EXTRAM512KB "512kB External RAM" macro
H A DLaunchFile.c210 0 == strcmp(CARTNAME_EXTRAM512KB, filename) ? ROM_EXTRAM512KB : in insertCartridge()