mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-29 07:49:20 +00:00
Calc: special case button bounds checks
This commit is contained in:
parent
c08a2f69cc
commit
a97edd4712
@ -708,7 +708,7 @@ L0E95: lda #window_id
|
||||
lda tpp1l
|
||||
cmp #col4_left-border_lt
|
||||
bcc miss
|
||||
cmp #col4_right+border_br
|
||||
cmp #col4_right+border_br-1 ; is -1 bug in original?
|
||||
bcs miss
|
||||
lda #'+'
|
||||
sec
|
||||
|
Loading…
Reference in New Issue
Block a user