From ddcabc5683718742969d575370145026db83b7a7 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sun, 12 Jan 2020 13:06:40 -0800 Subject: [PATCH] Really brief delay for CFFA. --- js/cards/cffa.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/cards/cffa.js b/js/cards/cffa.js index 69aab01..e3f3560 100644 --- a/js/cards/cffa.js +++ b/js/cards/cffa.js @@ -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