Browse Source

ch376-native: reduce some of the hardcoded delay for i/o operations

pull/592/head
Dean Netherton 10 months ago
parent
commit
b98c506baf
  1. 6
      Source/HBIOS/ch376.asm

6
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

Loading…
Cancel
Save