Files
libretro/bios/Other/Recalbox/WHDLoad.prefs
Abdessamad Derraz 13c561888d v2: automated BIOS platform with full pipeline
Reorganized 6 branches into bios/Manufacturer/Console/.
Scrapers for RetroArch, Batocera, Recalbox, and libretro core-info.
Platform-aware verification replicating native logic per platform.
Pack generation with dedup, alias resolution, variant support.
CI/CD: weekly auto-scrape, auto-release, PR validation.
Large files (>50MB) stored as GitHub Release assets, auto-fetched at build time.
2026-03-17 10:54:39 +01:00

37 lines
1.6 KiB
INI

;
; 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)