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

GRLIB WIP

This commit is contained in:
David Schmenk 2019-12-19 18:30:22 -08:00
parent 1cd9156d8d
commit ae5e5b4237
2 changed files with 9 additions and 5 deletions

View File

@ -219,7 +219,11 @@ export asm grBLT(x, y, width, height, src)#0
AND #$0F
BCC evnBLT
; ODD ROW
oddBLT AND #$F0
oddBLT ASL
ASL
ASL
ASL
AND #$F0
evnBLT EOR (GBASE),Y
STA (GBASE),Y
++ INC SRCL

View File

@ -12,10 +12,10 @@ byte[] = $00,$0A,$0F,$0F,$0F,$0F,$0A,$00
byte[] = $80,$00,$0A,$0A,$0A,$0A,$00,$80
byte[] = $80,$80,$00,$00,$00,$00,$80,$80
byte[] tile1 = $88,$11,$88,$11,$88,$11,$AA,$00
byte[] = $88,$11,$88,$11,$88,$11,$AA,$00
byte[] = $88,$11,$88,$11,$88,$11,$AA,$00
byte[] = $0A,$05,$0A,$05,$0A,$05,$0A,$00
byte[] tile1 = $11,$11,$11,$11,$11,$11,$55,$00
byte[] = $11,$11,$11,$11,$11,$11,$55,$00
byte[] = $11,$11,$11,$11,$11,$11,$55,$00
byte[] = $05,$05,$05,$05,$05,$05,$05,$00
//
// Test routine