S:WHDLoad.prefs
". It is a
usual ASCII file and contains one option per line. Empty lines and comments are
ignored. A comment is line based, starts with the character ";
"
and goes up to the end of line.
S/WHDLoad.prefs
").
Name of option | Type | Local | Global | Default value |
---|---|---|---|---|
BranchCache | switcher | x | - | |
ButtonWait | switcher | x | x | |
Cache | switcher | x | - | |
Chk | switcher | x | - | |
ChkBltHog | switcher | x | - | |
ChkBltSize | switcher | x | - | |
ChkBltWait | switcher | x | - | |
ChkColBst | switcher | x | - | |
ChkCopCon | switcher | x | - | |
ChkInts | switcher | x | - | |
ChipNoCache | switcher | x | x | |
CoreDump | switcher | x | - | |
CoreDumpPath | string | - | x | PROGDIR: |
Custom | string | x | - | |
Custom1 | numerical | x | - | |
Custom2 | numerical | x | - | |
Custom3 | numerical | x | - | |
Custom4 | numerical | x | - | |
Custom5 | numerical | x | - | |
D | switcher | x | - | |
Data | string | x | - | - |
DebugKey | numerical | x | x | - |
DCache | switcher | x | - | |
ExecuteCleanup | string | - | x | - |
ExecuteStartup | string | - | x | - |
Expert | switcher | - | x | |
ExpChip | switcher | x | - | |
ExpLocal | switcher | x | - | |
Exp24Bit | switcher | x | - | |
FileLog | switcher | x | - | |
FreezeKey | numerical | x | x | |
MMU | switcher | x | x | |
NoAutoVec | switcher | x | x | |
NoCache | switcher | x | - | |
NoFileCache | switcher | x | - | |
NoFilter | switcher | x | x | |
NoFlushMem | switcher | x | x | |
NoMMU | switcher | x | x | |
NoReq | switcher | x | x | |
NoTrapHandler | switcher | x | - | |
NoVBRMove | switcher | x | - | |
NoWriteCache | switcher | x | x | |
NTSC | switcher | x | x | |
PAL | switcher | x | x | |
Preload | switcher | x | - | |
QuitKey | numerical | x | x | - |
ReadDelay | numerical | - | x | 0 |
RestartKey | numerical | x | x | - |
ShowRegs | string | - | x | SYS:Utilities/MultiView |
Slave | string | x | - | WHDLoad.Slave |
Snoop | switcher | x | - | |
SnoopAGA | switcher | x | - | |
SnoopECS | switcher | x | - | |
SnoopOCS | switcher | x | - | |
SplashDelay | numerical | x | x | 200 |
StoreBuffer | switcher | x | - | |
SuperScalar | switcher | x | - | |
TimeOut | numerical | x | - | 0 |
WriteDelay | numerical | x | x | 150 |
numerical: | the value of the option is an integer, on the command line you must use decimal notation, as ToolType you can also use hexadecimal notation indicated by a leading " $ "
|
string: | the value of the option is a string |
switcher: | option will be enabled if specified (boolean) |
Workbench: | ![]() |
CLI or Shell: | 1> WHDLoad SuperGame.Slave Preload NTSC QuitKey=69 Custom1=1 |
blthog
(bltpri
) bit in the custom.dmacon register is not set.
That feature works only in conjuction with one of the SnoopOCS/SnoopECS/SnoopAGA options.
color
bit in the custom.bplcon0
register is set. That feature
works only in conjunction with one of the SnoopOCS/SnoopECS/SnoopAGA options.
custom.copcon
. That feature works only in conjunction
with one of the SnoopOCS/SnoopECS/SnoopAGA options.
intreq
and
intena
set for this interrupt. If not the installed will be
terminated with an appropriate error request. This feature allows the easy
detection of interrupt acknowledge problems on faster machines (68040/060) or
bad hardware which causes unwanted interrupts. Due the fact that the condition
my also raise if the interrupts are disabled by setting intena
at
the same time an interrupt occurs this has been implemented as a switchable
option.
DEVS:Monitors/
".
DEVS:Monitors/
".
ciaa.ciatod
timer. The time after to quit is specified in
1/50ths of a second. To measure that time for a demo or game enable option
Expert/S and set a DebugKey/K/N,
when the point you want to the quit the program is reached press the debug key.
Now look into the created .whdl-register file and search
the ciaa-event
value. If your Power Supply Frequency is 50 Hz then it's the
value you have to set with TimeOut/K/N, if the Frequency is 60 Hz you have to
multiply the value with 5/6.