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.
1 parent 40162f9 commit 6432cb2Copy full SHA for 6432cb2
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