Skip to content

nakedmcse/C64Toasters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published