mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-09 13:33:26 +00:00
Premature GRLIB checking
This commit is contained in:
parent
ae5e5b4237
commit
44c8bf9a13
@ -213,9 +213,9 @@ export asm grBLT(x, y, width, height, src)#0
|
||||
LDA (SRC),Y
|
||||
BMI ++
|
||||
LDY TMP
|
||||
EOR (GBASE),Y
|
||||
BCS oddBLT
|
||||
; EVEN ROW
|
||||
EOR (GBASE),Y
|
||||
AND #$0F
|
||||
BCC evnBLT
|
||||
; ODD ROW
|
||||
@ -223,6 +223,7 @@ oddBLT ASL
|
||||
ASL
|
||||
ASL
|
||||
ASL
|
||||
EOR (GBASE),Y
|
||||
AND #$F0
|
||||
evnBLT EOR (GBASE),Y
|
||||
STA (GBASE),Y
|
||||
|
Loading…
x
Reference in New Issue
Block a user