Home
last modified time | relevance | path

Searched refs:ARCADIA_BIOS (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Darcadia.c53 { 49, _T("ar_bios.zip"), _T("scpa21"), ARCADIA_BIOS, 0, 6, 1, 0, 2, 3, 4, 5, 7 },
54 { 50, _T("ar_bios.zip"), _T("gcp-"), ARCADIA_BIOS, 3, 7, 6, 5, 4, 3, 2, 1, 0 },
55 { 51, _T("ar_bios.zip"), _T("scpav3_0."), ARCADIA_BIOS, 0, 6, 1, 0, 2, 3, 4, 5, 7 },
161 if (rom->type == ARCADIA_BIOS) in load_roms()
180 if (rom->type == ARCADIA_BIOS) in load_roms()
187 …write_log (_T("Arcadia: %s rom load failed ('%s')\n"), rom->type == ARCADIA_BIOS ? _T("bios") : _T… in load_roms()
194 …write_log (_T("Arcadia: %s rom %s loaded\n"), rom->type == ARCADIA_BIOS ? _T("bios") : _T("game"),… in load_roms()
217 if (rom->type == ARCADIA_BIOS) { in decrypt_roms()
358 if (rom->type == ARCADIA_BIOS) { in is_arcadia_rom()
360 return ARCADIA_BIOS; in is_arcadia_rom()
H A Dmemory.c1721 if (is_arcadia_rom (romextfile) == ARCADIA_BIOS) { in load_extendedkickstart()
2828 if (is_arcadia_rom (currprefs.romextfile) == ARCADIA_BIOS) { in memory_reset()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Darsystems.cpp402 ARCADIA_BIOS in ROM_START()
416 ARCADIA_BIOS in ROM_START()
424 ARCADIA_BIOS in ROM_START()
437 ARCADIA_BIOS in ROM_START()
451 ARCADIA_BIOS in ROM_START()
469 ARCADIA_BIOS in ROM_START()
513 ARCADIA_BIOS in ROM_START()
540 ARCADIA_BIOS in ROM_START()
567 ARCADIA_BIOS in ROM_START()
594 ARCADIA_BIOS in ROM_START()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Darsystems.cpp402 ARCADIA_BIOS in ROM_START()
416 ARCADIA_BIOS in ROM_START()
424 ARCADIA_BIOS in ROM_START()
437 ARCADIA_BIOS in ROM_START()
451 ARCADIA_BIOS in ROM_START()
469 ARCADIA_BIOS in ROM_START()
513 ARCADIA_BIOS in ROM_START()
540 ARCADIA_BIOS in ROM_START()
567 ARCADIA_BIOS in ROM_START()
594 ARCADIA_BIOS in ROM_START()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Darcadia.cpp63 …{ 49, _T("ar_bios.zip"), _T("scpa_01_v2.11"), _T("scpa_01"),ARCADIA_BIOS, 3, 6, 1, 0, 2, 3, 4, 5, …
65 { 50, _T("ar_bios.zip"), _T("gcp"), _T("gcp-"), ARCADIA_BIOS, 7, 7, 6, 5, 4, 3, 2, 1, 0 },
67 …{ 75, _T("ar_bios.zip"), _T("scpa_01_v2.20"), _T("scpa_01"),ARCADIA_BIOS, 3, 6, 1, 0, 2, 3, 4, 5, …
69 …{ 51, _T("ar_bios.zip"), _T("scpa_01_v3.00"), _T("scpa_01"),ARCADIA_BIOS, 3, 6, 1, 0, 2, 3, 4, 5, …
71 …{ 76, _T("ar_bios.zip"), _T("gcp_v11"), _T("gcp_v311_"), ARCADIA_BIOS, 7, 7, 6, 5, 4, 3, 2, 1, 0, …
204 if (rom->type == ARCADIA_BIOS) { in load_roms()
235 …write_log (_T("Arcadia: %s rom load failed ('%s')\n"), rom->type == ARCADIA_BIOS ? _T("bios") : _T… in load_roms()
242 …write_log (_T("Arcadia: %s rom %s loaded\n"), rom->type == ARCADIA_BIOS ? _T("bios") : _T("game"),… in load_roms()
265 if (rom->type == ARCADIA_BIOS) { in decrypt_roms()
433 if (rom->type == ARCADIA_BIOS) { in is_arcadia_rom()
[all …]
H A Dmemory.cpp1380 if (is_arcadia_rom (romextfile) == ARCADIA_BIOS) { in load_extendedkickstart()
2637 if (is_arcadia_rom (currprefs.romextfile) == ARCADIA_BIOS) { in memory_reset()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Darcadia.h24 #define ARCADIA_BIOS 1 macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Darcadia.h28 #define ARCADIA_BIOS 1 macro