mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-05 03:37:43 +00:00
commit
51480720c8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user