mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-15 09:27:34 +00:00
Update comments
This commit is contained in:
@@ -172,7 +172,7 @@ asm _dgrVLinPix
|
|||||||
RTS
|
RTS
|
||||||
end
|
end
|
||||||
//
|
//
|
||||||
// Plot horizontal row of pixels
|
// Draw sprite
|
||||||
//
|
//
|
||||||
export asm dgrBLT(buff, x, y, width, height, src)
|
export asm dgrBLT(buff, x, y, width, height, src)
|
||||||
LDA ESTKL,X ; SPRITE
|
LDA ESTKL,X ; SPRITE
|
||||||
@@ -325,7 +325,7 @@ asm auxRead
|
|||||||
RTS
|
RTS
|
||||||
end
|
end
|
||||||
//
|
//
|
||||||
// Plot horizontal row of pixels
|
// Draw 8x8 tile (forced to 2x2 block address)
|
||||||
//
|
//
|
||||||
export asm dgrTile(buff, x, y, src)
|
export asm dgrTile(buff, x, y, src)
|
||||||
STX ESP
|
STX ESP
|
||||||
|
Reference in New Issue
Block a user