Skip to content

kklis/sidplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a set of simple SID player routines for Commodore 64 written in C:

  • sidplay.c uses a simple loop to play patterns on every frame
  • sidplayint.c uses raster interrupts to play patterns on every frame

To compile the program you need the following:

To run the program:

  • LOAD "SIDPLAY",8 : RUN simple loop player
  • LOAD "SIDPLAYINT",8 : RUN interrupt driven player

Ginger is a tune by Kristian Røstøen and comes form the High Voltage SID Collection.

Read more about the project here and here.

About

llvm-mos sid playing routines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published