From b98c506baf41367c335d79fb618981c654da6ae7 Mon Sep 17 00:00:00 2001 From: Dean Netherton Date: Sat, 5 Apr 2025 14:49:14 +1100 Subject: [PATCH] ch376-native: reduce some of the hardcoded delay for i/o operations --- Source/HBIOS/ch376.asm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/HBIOS/ch376.asm b/Source/HBIOS/ch376.asm index 5374a471..1739ef22 100644 --- a/Source/HBIOS/ch376.asm +++ b/Source/HBIOS/ch376.asm @@ -18,12 +18,6 @@ _delay: push af call DELAY call DELAY - call DELAY - call DELAY - call DELAY - call DELAY - call DELAY - call DELAY pop af ret