Home
last modified time | relevance | path

Searched refs:LOADROM_EVENONLY (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Drommgr.h209 #define LOADROM_EVENONLY 2 macro
210 #define LOADROM_EVENONLY_ODDONE ((255 << 16) | LOADROM_EVENONLY)
213 #define LOADROM_ODDFILL(x) ((x << 16) | LOADROM_EVENONLY)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Drommgr.cpp1959 if (flags & LOADROM_EVENONLY) { in load_rom_rc()