Z80-Optimized-Routines icon indicating copy to clipboard operation
Z80-Optimized-Routines copied to clipboard

Idea: Add ON key detection to Getkey routines.

Open NonstickAtom785 opened this issue 4 years ago • 0 comments

You could always add in a

in a,(4)
and $08
ld a,41
ret z

right after the rlc d \ ret nc

NonstickAtom785 avatar Nov 23 '20 17:11 NonstickAtom785