mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Really brief delay for CFFA.
This commit is contained in:
parent
91d1d753ad
commit
ddcabc5683
@ -143,8 +143,8 @@ export default function CFFA() {
|
||||
|
||||
rom[SETTINGS.Max32MBPartitionsDev0] = 0x1;
|
||||
rom[SETTINGS.Max32MBPartitionsDev1] = 0x0;
|
||||
rom[SETTINGS.BootTimeDelayTenths] = 0x14; // 2 seconds
|
||||
rom[SETTINGS.CheckDeviceTenths] = 0x14; // 2 seconds
|
||||
rom[SETTINGS.BootTimeDelayTenths] = 0x5; // 0.5 seconds
|
||||
rom[SETTINGS.CheckDeviceTenths] = 0x5; // 0.5 seconds
|
||||
}
|
||||
|
||||
// Verbose debug method
|
||||
|
Loading…
Reference in New Issue
Block a user