Tool for creation (in a PC) and display (in 8-bit Atari computers) of slides based presentations.
A minimum of 32kB of RAM is needed (~8kB for DOS, ~8kB for screen memory and display list, ~8kB for the read buffer and ~8kB for the PowSpot! executable).
- Install
luajit,lua-lgiandmakepackages. - Download, compile and install
cc65, (you'd probable like to install it usingcheckinstall). - Download and compile AtariSIO tools from http://www.horus.com/~hias/atari/ even though only
dir2atris used. - Then you'll need a proper bootable DOS according to the disk type used; which is enhanced density by default. In the provided makefile, it is extracted from the
dos2ed+2.5template fromatrcopy. You may install it usingpip install atrcopy. - Once you've completed the previous steps, create a file named
Images.makdefining the locations ofDIR2ATR,ATRCOPYand inIMAGESthe list of images used. Example:
DIR2ATR = atarisio-170702/tools/dir2atr
ATRCOPY = ~/.local/bin/atrcopy
IMAGES = \
Page0057-6.png \
Page0052-1.png \
Page0052-2.png \
Page0052-3.png
- Finally run
makeand enjoy your new presentation atpowspot.atr.
- Create a lot of black and white 320x192 images.
- List them in order in
Images.mak. - Run
make.
After compressed, each image takes about 2 ~ 3 KB. Meaning that you'll have space for about 40 ~ 50 slides in a 130KB enhanced density disk, or 55 ~ 80 slides in a double density one. You could use multiple floppy disks if you need to.