mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-08-14 17:27:24 +00:00
Ugly fix for off-by-one in clipping (SHR)
This commit is contained in:
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@@ -310,8 +310,9 @@ SHRPOINT REP #$30 ; 16 bit M & X
|
|||||||
CMP SHRWINBTM
|
CMP SHRWINBTM
|
||||||
BMI :OUT
|
BMI :OUT
|
||||||
CMP SHRWINTOP
|
CMP SHRWINTOP
|
||||||
|
BEQ :S1
|
||||||
BPL :OUT
|
BPL :OUT
|
||||||
LDA A1L ; x coordinate
|
:S1 LDA A1L ; x coordinate
|
||||||
CMP SHRWINLFT
|
CMP SHRWINLFT
|
||||||
BMI :OUT
|
BMI :OUT
|
||||||
CMP SHRWINRGT
|
CMP SHRWINRGT
|
||||||
|
Reference in New Issue
Block a user