2019-01-05 14:52:42 +00:00
|
|
|
# greenscale
|
|
|
|
low res monochrome experiments for Apple II
|
2019-01-05 14:53:49 +00:00
|
|
|
|
2019-01-09 21:58:46 +00:00
|
|
|
Works best in Virtual II. (http://www.virtualii.com/)
|
2019-01-05 14:53:49 +00:00
|
|
|
|
2019-01-09 21:58:46 +00:00
|
|
|
Self-booting DSK, runs animation at 46FPS. Loads DATA.BIN directly off disk. Up to 41 frames of animation.
|
2019-01-09 21:19:55 +00:00
|
|
|
|
2019-01-10 18:24:28 +00:00
|
|
|
Now has the ability to change the interframe delay. Press + or - to increase or decrease the delay.
|
|
|
|
|
|
|
|
Space bar pauses/restarts the animation.
|
|
|
|
|
|
|
|
|
2019-01-09 21:19:55 +00:00
|
|
|
Video here:
|
|
|
|
https://youtu.be/uejBb3Na7lc
|
|
|
|
|
2019-01-09 21:58:46 +00:00
|
|
|
|
|
|
|
To convert a GIF (named animation.gif) with the included greenscale.sh script requires ImageMagick and Python.
|
2019-01-13 14:46:42 +00:00
|
|
|
|
2019-01-14 21:11:31 +00:00
|
|
|
Put resulting DATA file on disk as DATA00, optionally with other DATA files named DATA01 through DATA99.
|
2019-01-13 14:48:27 +00:00
|
|
|
|
|
|
|
Replace BASIC.SYSTEM with LOADER.SYSTEM and put GREENSCALE binary on the disk. LOADER will load GREENSCALE, which loads the DATA files to display.
|
|
|
|
|