/dports/emulators/mednafen/mednafen/src/psx/ |
H A D | psx.cpp | 505 V = BIOSROM->ReadU24(A & 0x7FFFF); in MemRW() 507 V = BIOSROM->Read<T>(A & 0x7FFFF); in MemRW() 853 return(BIOSROM->ReadU24(A & 0x7FFFF)); in MemPeek() 855 return(BIOSROM->Read<T>(A & 0x7FFFF)); in MemPeek() 987 BIOSROM->WriteU24(A & 0x7FFFF, V); in MemPoke() 989 BIOSROM->Write<T>(A & 0x7FFFF, V); in MemPoke() 1723 BIOSFile.read(BIOSROM->data8, 512 * 1024); in InitCommon() 1724 BIOS_SHA256 = sha256(BIOSROM->data8, 512 * 1024); in InitCommon() 2084 if(BIOSROM) in Cleanup() 2086 delete BIOSROM; in Cleanup() [all …]
|
/dports/emulators/snes9x-gtk/snes9x-1.54.1/ |
H A D | bsx.cpp | 202 #define BIOSROM Memory.BIOSROM macro 475 Map[i] = &BIOSROM[(c << 11) % BIOS_SIZE] - 0x8000; in BSX_Map_BIOS() 489 Map[i + 0x800] = &BIOSROM[(c << 11) % BIOS_SIZE] - 0x8000; in BSX_Map_BIOS() 1011 size = fread((void *) BIOSROM, 1, BIOS_SIZE, fp); in BSX_LoadBIOS() 1049 memmove(BIOSROM, Memory.ROM, BIOS_SIZE); in S9xInitBSX() 1086 if (!BSX_LoadBIOS() && !is_BSX_BIOS(BIOSROM,BIOS_SIZE)) in S9xInitBSX() 1089 memset(BIOSROM, 0, BIOS_SIZE); in S9xInitBSX()
|
H A D | memmap.h | 240 uint8 *BIOSROM; member
|
H A D | memmap.cpp | 1141 BIOSROM = ROM + 0x300000; // BS in Init()
|
/dports/emulators/mednafen/mednafen/src/pcfx/ |
H A D | pcfx.cpp | 53 static uint8 *BIOSROM = NULL; // 1MB variable 424 *Buffer = BIOSROM[Address]; in PCFXDBG_GetAddressSpaceBytes() 465 BIOSROM[Address & 0xFFFFF] = *Buffer; in PCFXDBG_PutAddressSpaceBytes() 529 BIOSROM[Address] = *Buffer; in PCFXDBG_PutAddressSpaceBytes() 566 BIOSROM = NULL; in Cleanup() 595 BIOSROM = PCFX_V810.SetFastMap(BIOSROM_Map_Addresses, 0x00100000, 1, _("BIOS ROM")); in LoadCommon() 608 BIOSFile.read(BIOSROM, 1024 * 1024); in LoadCommon()
|
H A D | mem-handler.inc | 29 return(BIOSROM[A & 0xFFFFF]); 44 return MDFN_de16lsb<true>(&BIOSROM[A & 0xFFFFF]); 67 return(BIOSROM[A & 0xFFFFF]); 114 return MDFN_de16lsb<true>(&BIOSROM[A & 0xFFFFF]);
|
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/ |
H A D | mem-handler.inc | 10 return(BIOSROM[A & 0xFFFFF]); 25 return(le16toh(*(uint16 *)&BIOSROM[A & 0xFFFFF])); 49 return(BIOSROM[A & 0xFFFFF]); 96 return(le16toh(*(uint16 *)&BIOSROM[A & 0xFFFFF]));
|
/dports/games/libretro-snes9x/snes9x-73aa348/ |
H A D | bsx.cpp | 29 #define BIOSROM Memory.BIOSROM macro 447 Map[i] = &BIOSROM[(c << 11) % BIOS_SIZE] - 0x8000; in BSX_Map_BIOS() 461 Map[i + 0x800] = &BIOSROM[(c << 11) % BIOS_SIZE] - 0x8000; in BSX_Map_BIOS() 1230 size = fread((void *) BIOSROM, 1, BIOS_SIZE, fp); in BSX_LoadBIOS() 1268 memmove(BIOSROM, Memory.ROM, BIOS_SIZE); in S9xInitBSX() 1311 if (!BSX_LoadBIOS() && !is_BSX_BIOS(BIOSROM,BIOS_SIZE)) in S9xInitBSX() 1314 memset(BIOSROM, 0, BIOS_SIZE); in S9xInitBSX()
|
H A D | memmap.h | 65 uint8 *BIOSROM; member
|
H A D | memmap.cpp | 970 BIOSROM = ROM + 0x300000; // BS in Init()
|
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/ |
H A D | bsx.c | 452 Memory.Map[i] = &Memory.BIOSROM[(c << 11) % BIOS_SIZE] - 0x8000; in BSX_Map_BIOS() 466 Memory.Map[i + 0x800] = &Memory.BIOSROM[(c << 11) % BIOS_SIZE] - 0x8000; in BSX_Map_BIOS() 986 size = filestream_read(fp, (void *)Memory.BIOSROM, BIOS_SIZE); in BSX_LoadBIOS() 1039 memcpy(Memory.BIOSROM, Memory.ROM, BIOS_SIZE); in S9xInitBSX() 1071 memset(Memory.BIOSROM, 0, BIOS_SIZE); in S9xInitBSX()
|
H A D | memmap.h | 250 uint8 *BIOSROM; member
|
H A D | memmap.c | 451 Memory.BIOSROM = Memory.ROM + 0x300000; /* BS */ in Init()
|
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/ |
H A D | libretro.cpp | 720 V = BIOSROM->ReadU24(A & 0x7FFFF); in MemRW() 722 V = BIOSROM->Read<T>(A & 0x7FFFF); in MemRW() 1067 return(BIOSROM->ReadU24(A & 0x7FFFF)); in MemPeek() 1068 return(BIOSROM->Read<T>(A & 0x7FFFF)); in MemPeek() 1240 BIOSROM->WriteU24(A & 0x7FFFF, V); in MemPoke() 1242 BIOSROM->Write<T>(A & 0x7FFFF, V); in MemPoke() 2261 BIOSROM->WriteU32(0x6990, 0); in LoadCD() 2296 BIOSROM = NULL; in Cleanup() 2308 if(BIOSROM) in Cleanup() 2309 delete BIOSROM; in Cleanup() [all …]
|
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/ |
H A D | libretro.cpp | 720 V = BIOSROM->ReadU24(A & 0x7FFFF); in MemRW() 722 V = BIOSROM->Read<T>(A & 0x7FFFF); in MemRW() 1067 return(BIOSROM->ReadU24(A & 0x7FFFF)); in MemPeek() 1068 return(BIOSROM->Read<T>(A & 0x7FFFF)); in MemPeek() 1240 BIOSROM->WriteU24(A & 0x7FFFF, V); in MemPoke() 1242 BIOSROM->Write<T>(A & 0x7FFFF, V); in MemPoke() 2261 BIOSROM->WriteU32(0x6990, 0); in LoadCD() 2296 BIOSROM = NULL; in Cleanup() 2308 if(BIOSROM) in Cleanup() 2309 delete BIOSROM; in Cleanup() [all …]
|
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/ |
H A D | libretro.cpp | 94 static uint8 *BIOSROM = NULL; // 1MB variable 418 BIOSROM = PCFX_V810.SetFastMap(BIOSROM_Map_Addresses, 0x00100000, 1, "BIOS ROM"); in LoadCommon() 419 if(!BIOSROM) in LoadCommon() 428 memcpy(BIOSROM, GET_FDATA_PTR(BIOSFile), 1024 * 1024); in LoadCommon() 483 free(BIOSROM); in LoadCommon() 485 BIOSROM = NULL; in LoadCommon() 820 BIOSROM = NULL; in CloseGame()
|
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/ |
H A D | libretro.cpp | 154 static uint16 BIOSROM[524288 / sizeof(uint16)]; variable 254 DB = (DB & 0xFFFF0000) | ne16_rbo_be<uint16>(BIOSROM, A & 0x7FFFE); in BusRW_DB_CS0() 1105 SS_SetPhysMemMap(0x00000000, 0x000FFFFF, BIOSROM, sizeof(BIOSROM), false); in InitCommon() 1151 filestream_read(BIOSFile, BIOSROM, 512 * 1024); in InitCommon() 1153 BIOS_SHA256 = sha256(BIOSROM, 512 * 1024); in InitCommon() 1157 BIOSROM[i] = MDFN_de16msb((const uint8_t*)&BIOSROM[i]); in InitCommon()
|
/dports/emulators/mednafen/mednafen/src/ss/ |
H A D | ss.cpp | 116 static uint16 BIOSROM[524288 / sizeof(uint16)]; variable 216 DB = (DB & 0xFFFF0000) | ne16_rbo_be<uint16>(BIOSROM, A & 0x7FFFE); in BusRW_DB_CS0() 1239 SS_SetPhysMemMap(0x00000000, 0x000FFFFF, BIOSROM, sizeof(BIOSROM)); in InitCommon() 1289 BIOSFile.read(BIOSROM, 512 * 1024); in InitCommon() 1290 BIOS_SHA256 = sha256(BIOSROM, 512 * 1024); in InitCommon() 1329 BIOSROM[i] = MDFN_de16msb(&BIOSROM[i]); in InitCommon()
|
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/ |
H A D | psx.h | 99 extern MultiAccessSizeMem<512 * 1024, uint32, false> *BIOSROM;
|
H A D | cpu.cpp | 3178 uint8_t *psxR = (uint8_t *) BIOSROM->data8; in print_for_big_ass_debugger() 3824 uint8_t *psxR = (uint8_t *) BIOSROM->data8; in lightrec_plugin_init()
|
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/ |
H A D | psx.h | 99 extern MultiAccessSizeMem<512 * 1024, uint32, false> *BIOSROM;
|
H A D | cpu.cpp | 3178 uint8_t *psxR = (uint8_t *) BIOSROM->data8; in print_for_big_ass_debugger() 3824 uint8_t *psxR = (uint8_t *) BIOSROM->data8; in lightrec_plugin_init()
|
/dports/emulators/snes9x-gtk/snes9x-1.54.1/libretro/ |
H A D | libretro.cpp | 394 memcpy(Memory.BIOSROM,(const uint8_t*)info[0].data,info[0].size); in retro_load_game_special()
|
/dports/games/libretro-snes9x/snes9x-73aa348/libretro/ |
H A D | libretro.cpp | 1220 memcpy(Memory.BIOSROM,(const uint8_t*)romptr[0],info[0].size); in retro_load_game_special()
|