1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-05 03:37:43 +00:00
Merge it
This commit is contained in:
David Schmenk 2016-07-09 20:35:30 -07:00
commit 51480720c8

View File

@ -172,7 +172,7 @@ asm _dgrVLinPix
RTS
end
//
// Plot horizontal row of pixels
// Draw sprite
//
export asm dgrBLT(buff, x, y, width, height, src)
LDA ESTKL,X ; SPRITE
@ -325,7 +325,7 @@ asm auxRead
RTS
end
//
// Plot horizontal row of pixels
// Draw 8x8 tile (forced to 2x2 block address)
//
export asm dgrTile(buff, x, y, src)
STX ESP
@ -660,6 +660,7 @@ if MACHID & $F0 <> $B0
puts("\n128K REQUIRED FOR DOUBLE LO-RES.")
^$C010
while ^$C000 < 128; loop
return -1
fin
//
// Assembly fixups