From 2b1d703c4e3a35e60c644d5c6bdfbb1c8b6155af Mon Sep 17 00:00:00 2001 From: Dean Netherton Date: Sat, 5 Apr 2025 19:20:31 +1100 Subject: [PATCH] ch376-native: further reduce some of the hardcoded delay for i/o operations --- Source/HBIOS/ch376.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/HBIOS/ch376.asm b/Source/HBIOS/ch376.asm index 1739ef22..125d1322 100644 --- a/Source/HBIOS/ch376.asm +++ b/Source/HBIOS/ch376.asm @@ -17,7 +17,6 @@ _print_hex: _delay: push af call DELAY - call DELAY pop af ret