1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-11-24 05:24:05 +00:00

Vertical scroll example

This commit is contained in:
alpine9000
2016-03-14 14:25:28 +11:00
parent 0e2d2619e4
commit f386a2d6d7
7 changed files with 193 additions and 0 deletions

14
018.vert_scroll/README.md Normal file
View File

@ -0,0 +1,14 @@
vertically scrolling the playfield
==================================
Vertically scrolling the playfield is the easiest thing to do on the amiga ;-)
Just offset the bitplane pointer addresses by the number of lines you want to scroll, and make sure you have enough bitplane data.
Set the scroll speed by changing ```SCROLL_SPEED``` in [constants.i](constants.i)
try it
------
* [Download disk image](bin/vert_scroll.adf?raw=true)
* <a href="http://alpine9000.github.io/ScriptedAmigaEmulator/#amiga_examples/vert_scroll.adf" target="_blank">Run in SAE</a>