Go to file
John Bintz 16c6aa0ef7 add the files 2022-01-08 09:59:47 -05:00
README.md add the files 2022-01-08 09:59:47 -05:00
build.sh add the files 2022-01-08 09:59:47 -05:00
star-ca65.cfg add the files 2022-01-08 09:59:47 -05:00
star-ca65.prg add the files 2022-01-08 09:59:47 -05:00
star-ca65.s add the files 2022-01-08 09:59:47 -05:00
star-joystick.s add the files 2022-01-08 09:59:47 -05:00

README.md

HackingStarDragon

A modified version of a C64 tech demo to add joystick support.

Watch the video: https://youtu.be/3JdcgiPp60k

Decompiling

star-ca65.prg already has the two byte memory header stripped. You can decompile it with da65:

da65 -o star-ca65.s star-ca65.prg

Hacking

I put comments into star-joysitck.s with all of the modifications I made.

Building

You'll need a virtual floppy made in VICE called disk.d64 in this directory. Then run build.sh and VICE will start with the floppy drive attached. You'll need to type in the BASIC part of Star Dragon to make this work. (https://archive.org/details/1986-06-computegazette/page/n55/mode/2up) Get to typing!