Home
last modified time | relevance | path

Searched refs:ROMTYPE_XPOWER (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Drommgr.h19 #define ROMTYPE_XPOWER 0x002000 macro
32 #define ROMTYPE_ALL_CART (ROMTYPE_AR | ROMTYPE_HRTMON | ROMTYPE_NORDIC | ROMTYPE_XPOWER | ROMTYPE_C…
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Drommgr.h51 #define ROMTYPE_XPOWER 0x00080005 macro
125 #define ROMTYPE_ALL_CART (ROMTYPE_AR | ROMTYPE_HRTMON | ROMTYPE_NORDIC | ROMTYPE_XPOWER | ROMTYPE_C…
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Drommgr.c174 … 1, 2, 1, 2, _T("XPOWER\0"), 131072, 65, 0, 0, ROMTYPE_XPOWER, 0, 1, N…
177 … 1, 3, 1, 3, _T("XPOWER\0"), 131072, 68, 0, 0, ROMTYPE_XPOWER, 0, 1, N…
982 if (flags & (ROMTYPE_NORDIC | ROMTYPE_XPOWER)) in descramble()
1276 …if (rd->type & (ROMTYPE_CD32CART | ROMTYPE_ARCADIAGAME | ROMTYPE_HRTMON | ROMTYPE_XPOWER | ROMTYPE… in configure_rom()
H A Dar.c1546 if (flags & ROMTYPE_XPOWER) { /* xpower */ in superiv_init()
1607 if (flags & ROMTYPE_XPOWER) { in superiv_init()
1672 if (rd->type & (ROMTYPE_SUPERIV | ROMTYPE_NORDIC | ROMTYPE_XPOWER)) { in action_replay_load()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Drommgr.cpp266 … Professional 500 v1.2"), 1, 2, 1, 2, _T("XPOWER\0"), 131072, 65, 0, 0, ROMTYPE_XPOWER, 0, 1, NULL,
270 … Professional 500 v1.3"), 1, 3, 1, 3, _T("XPOWER\0"), 131072, 68, 0, 0, ROMTYPE_XPOWER, 0, 1, NULL,
1334 if (flags & (ROMTYPE_NORDIC | ROMTYPE_XPOWER)) in descramble()
1694 …rd->type == ROMTYPE_HRTMON || rd->type == ROMTYPE_XPOWER || rd->type == ROMTYPE_NORDIC || rd->typ… in configure_rom()
H A Dar.cpp1548 if (flags == ROMTYPE_XPOWER) { /* xpower */ in superiv_init()
1616 if (flags == ROMTYPE_XPOWER) { in superiv_init()
1685 if (type == ROMTYPE_SUPERIV || rd->type == ROMTYPE_NORDIC || rd->type == ROMTYPE_XPOWER) { in action_replay_load()