Browse Source

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

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

1
Source/HBIOS/ch376.asm

@ -17,7 +17,6 @@ _print_hex:
_delay: _delay:
push af push af
call DELAY call DELAY
call DELAY
pop af pop af
ret ret

Loading…
Cancel
Save