pouët.net

Samareu by Samar Productions
screenshot added by DKT on 2016-01-01 13:47:24
platform :
type :
release date : december 2015
  • 2
  • 1
  • 0
popularity : 46%
 46%
  • 0.67
alltime top: #44284
added on the 2016-01-01 13:40:55 by DKT DKT

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

Small demo for The 2015 REU Compo.

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 ;-)...
added on the 2016-01-01 13:49:01 by DKT DKT
Well, because it's Samar.
rulez added on the 2016-01-01 15:25:15 by w00t! w00t!
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 !

[previous edits]

add a comment