We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40162f9 + 6432cb2 commit c016343Copy full SHA for c016343
2 files changed
src/arch/zx48k/library/input.bas
@@ -50,7 +50,7 @@ FUNCTION input(MaxLen AS UINTEGER) AS STRING
50
BEEPER EQU 0x3B5
51
52
ld a, (PIP)
53
- or a
+ cp 0xFF
54
jr z, NO_CLICK
55
push ix
56
ld e, a
src/arch/zxnext/library/input.bas
0 commit comments