7.2.2-Reloaded
==============================================================
MISSING BIOS REPORT
==============================================================
SYSTEM: Naomi GD-Rom
---------------------------------------------
INCORRECT REQUIRED BIOS: naomigd.zip
Path: /recalbox/share/bios/dc/naomigd.zip
For: flycast
Current MD5: C461FACA751A311A404F2FC12A3F04CD
Possible MD5 List:
288CDE03A112E7726FA8093E05D46853
416B5914ACB3D0B4A190A1D358C8710D
BD9F19B4BE0692E92E272D0EB82402F7
BE57D3744E71A3396FB8DC59830E880A
This commit is contained in:
BIN
bios/amiga/whdl/C/DIC
Normal file
BIN
bios/amiga/whdl/C/DIC
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/C/Patcher
Normal file
BIN
bios/amiga/whdl/C/Patcher
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/C/RawDIC
Normal file
BIN
bios/amiga/whdl/C/RawDIC
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/C/WHDLoad
Normal file
BIN
bios/amiga/whdl/C/WHDLoad
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/C/exitemu
Normal file
BIN
bios/amiga/whdl/C/exitemu
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/C/uaequit
Normal file
BIN
bios/amiga/whdl/C/uaequit
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/Devs/Kickstarts/kick33180.A500.RTB
Normal file
BIN
bios/amiga/whdl/Devs/Kickstarts/kick33180.A500.RTB
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/Devs/Kickstarts/kick33192.A500.RTB
Normal file
BIN
bios/amiga/whdl/Devs/Kickstarts/kick33192.A500.RTB
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/Devs/Kickstarts/kick34005.A500.RTB
Normal file
BIN
bios/amiga/whdl/Devs/Kickstarts/kick34005.A500.RTB
Normal file
Binary file not shown.
BIN
bios/amiga/whdl/Devs/Kickstarts/kick40068.A1200.RTB
Normal file
BIN
bios/amiga/whdl/Devs/Kickstarts/kick40068.A1200.RTB
Normal file
Binary file not shown.
20
bios/amiga/whdl/S/WHDLoad-Cleanup
Normal file
20
bios/amiga/whdl/S/WHDLoad-Cleanup
Normal file
@@ -0,0 +1,20 @@
|
||||
;
|
||||
; example script to be used with WHDLoad option ExecuteCleanup
|
||||
; restart all software which has been stopped previously with ExecuteStartup
|
||||
;
|
||||
|
||||
; start Poseidon USB-stack
|
||||
;ENVARC:PsdStackLoader
|
||||
|
||||
; start Genesis with a X-Surf card
|
||||
;AmiTCP:bin/online x-surf0
|
||||
|
||||
; start Roadshow
|
||||
;AddInterface DEVS:NetInterfaces/(#?.info) Quiet
|
||||
|
||||
; start the IP-stack via ARexx
|
||||
;C:rx online.rexx
|
||||
|
||||
; enable max speed and JIT for UAE
|
||||
;uae-configuration cpu_speed max cachesize 8192
|
||||
|
||||
21
bios/amiga/whdl/S/WHDLoad-Startup
Normal file
21
bios/amiga/whdl/S/WHDLoad-Startup
Normal file
@@ -0,0 +1,21 @@
|
||||
;
|
||||
; example script to be used with WHDLoad option ExecuteStartup
|
||||
; stop all software which can cause interrupts with external hardware
|
||||
; optionally free memory to allow WHDLoad better PreLoad
|
||||
;
|
||||
|
||||
; stop the IP-stack via ARexx
|
||||
;C:rx offline.rexx
|
||||
|
||||
; stop Genesis with a X-Surf card
|
||||
;AmiTCP:bin/offline x-surf0
|
||||
|
||||
; stop Roadshow
|
||||
;C:NetShutdown
|
||||
|
||||
; stop Poseidon USB-stack
|
||||
;C:AddUSBHardware REMOVE ALL
|
||||
|
||||
; set compatible speed and disable JIT for UAE
|
||||
;uae-configuration cpu_speed real cachesize 0
|
||||
|
||||
36
bios/amiga/whdl/S/WHDLoad.prefs
Normal file
36
bios/amiga/whdl/S/WHDLoad.prefs
Normal file
@@ -0,0 +1,36 @@
|
||||
;
|
||||
; global configuration file for WHDLoad
|
||||
; searched as "S:whdload.prefs"
|
||||
;
|
||||
; CLI-Arguments and ToolTypes will overwrite these !
|
||||
;
|
||||
|
||||
;ButtonWait ;wait for button pressed (slave must support this)
|
||||
;ChipNoCache ;disable cachebility of Chip-Memory
|
||||
;ConfigDelay=400 ;wait to select options in splash window (1/50 seconds)
|
||||
;CoreDumpPath=T: ;path for coredump files
|
||||
;DebugKey=$5b ;rawkey code to quit with coredump (debug)
|
||||
;ExecuteStartup=Execute S:WHDLoad-Startup ;command to execute on WHDLoad startup
|
||||
;ExecuteCleanup=Execute S:WHDLoad-Cleanup ;command to execute on WHDLoad exit
|
||||
;Expert ;selects expert mode
|
||||
;FreezeKey=$5d ;rawkey code to enter HrtMon/TK
|
||||
;FullChip ;save/restore complete chip memory
|
||||
;LogBuffer=$40000 ;buffer size for logging facility
|
||||
;MMU ;use MMU (for 68030)
|
||||
;NoAutoVec ;ignore unwanted autovector interrupts
|
||||
;NoFilter ;disable audio filter
|
||||
;NoFlushMem ;do not flush memory
|
||||
;NoMemReverse ;do not allocate memory reverse
|
||||
;NoNetwork ;do not connect to the internet
|
||||
NoWriteCache ;disable the disk write cache
|
||||
;NTSC ;force NTSC viedo mode
|
||||
;PAL ;force PAL viedo mode
|
||||
;Proxy=proxyhost:3128 ;use this HTTP-proxy, [user:password@]hostname[:port]
|
||||
;QuitKey=$5a ;rawkey code to quit
|
||||
;ReadDelay=150 ;wait after reading from disk (1/50 seconds)
|
||||
;RestartKey=$5c ;rawkey code to restart
|
||||
;SavePath=SYS:WHDSaves ;base directory for all saves
|
||||
;ShowRegs=SYS:Utilities/MuchMore W WL=80 WT=80 WW=582 WH=700 ;command for Show Regs
|
||||
;SplashDelay=200 ;time to display splash window (1/50 seconds)
|
||||
;WriteDelay=150 ;wait after saving something to disk (1/50 seconds)
|
||||
|
||||
Reference in New Issue
Block a user