LIBTUI:bugfix in LBOX for PRESSED event

This commit is contained in:
burniouf 2024-02-29 07:38:14 +01:00
parent 70a1e940ed
commit adc09c0812
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -119,6 +119,8 @@ LBOX.Run ldy #S.OBJ.S
.3 cmp #C.SPACE
bne .9
jsr LBOX.SetpVar
ldy #S.LBOX.EV.PRESSED
lda (ZPObjPtr),y
@ -191,7 +193,7 @@ LBOX.SetpVar ldy #S.LBOX.Idx
.8 clc
LBOX.SetpVar.9 rts
rts
*--------------------------------------
MAN
SAVE usr/src/lib/libtui.s.lbox