Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 621 Bytes

C64Toasters

Commodore 64 Version of Flying Toasters Screensaver.

Built to use PETSCII representations of the taosters, with animation and parallax effect between the near and far toasters.

Configuration

The maximum number of toasters in each layer can be adjusted by editing this define:

C64Toasters.c:

#define MAXTOASTERS 4

Building

This uses make and requires both VICE and CC65 to be installed in order to compile.

Build the prg file, which can be loaded into VICE using the smart attach -> autostart feature:

make

Compile the prg file to a D64 disk file:

make
make disk