HOME  |  NEWS  |  GAMES  |  CODE TIPS  |  HELP/LINKS  |  ABOUT

HELP/LINKS

Development Software
 
 
 
CBM .PRG STUDIO
There are many programs you can use do develop C64-games, the one I use is CBM Studio, you can code both with Basic and Assembly Language with this software.
www.ajordison.co.uk/index.html
 
 
VICE EMULATOR
You need an emulator to run your games, this is a great one.
https://vice-emu.sourceforge.io

 
 
DIRMASTER
DirMaster is a Windows-based GUI application designed to help Commodore enthusiasts explore and manage their disk image collections. Just drag and drop your prg-files.
https://style64.org/dirmaster

 
 

 

 

Music

 
 
HIGH VOLTAGE SID COLLECTION
Do you need sid-music to your project, here is a large collection.
www.hvsc.c64.org

 
 
SIDPLAY2
To play sid music files you need a sid player. With Sidplay2 you can also get information from a sid-file that will help you to play it in your own code. Sid music files is not really a standard. The sid-files contain both player code and music data. The important data is the “Load Range” you need to load the music into this memory address, or it will not work. We also have the “Init address” so we can initialize the music playback routine. Last, we have the “Play address” to start the playback.
https://csdb.dk/release/?id=103781

 
 
SIDRELOC
It would be very nice if you could move sid-files to a different memory location, fortunately there’s a tool for this, Sidreloc!
https://www.linusakesson.net/software/sidreloc/index.php