1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-10 06:30:41 +00:00

Premature GRLIB checking

This commit is contained in:
David Schmenk 2019-12-19 18:48:14 -08:00
parent ae5e5b4237
commit 44c8bf9a13

View File

@ -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