1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-08-15 09:27:34 +00:00

Update comments

This commit is contained in:
David Schmenk
2016-07-09 20:26:17 -07:00
committed by GitHub
parent c3579e2c84
commit 17578880d9

View File

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