Samareu by Samar Productions | ||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 48% |
|||||||
alltime top: #49198 |
|
|||||||
added on the 2016-01-01 13:40:55 by DKT |
popularity helper
comments
Well, because it's Samar.
yes
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !
This demo utilizes:
- $67464 bytes of REU
- 288 dots (plotted every frame with full-screen cleaning using DMA transfer of $1f40 bytes)
- 180 frames (for nice smoothness)
- drawing using unrolled code (generator)
Example:
LDA #$80 ; dot 1
ORA BMP+XY1
STA BMP+XY1
LDA #$04 ; dot 2
ORA BMP+XY2
STA BMP+XY2
... ; next dots...
RTS
Code for drawing all dots is transferred every frame from REU.
LDAORASTA(8 bytes) * DOTSNR(288) + RTS = 2305 bytes.
And there is quite a lot of raster time left \o/. But there was no time to do more. Maybe next time ;-)...