|
Post by spannernick on Apr 25, 2018 20:15:28 GMT
AwesomeUniverse 5 days ago Hey this is a custom game written by me. Guess the number 1-25 and it will say higher or lower. Made using a program called CBM prg Studio and for D64 creation D64 Editor. www.mediafire.com/file/gp48amikfe7k9u6/THEC64-drive8.d64(also if this is in the wrong place tell me where to put it) RetroC64Dave, Jammet, and Gurce like this. G Gurce 4 days ago Nice going I think you've made the first game release exclusive to the c64 mini saramakos, Jammet, and Goclastninja like this. G Gurce 2 days ago ...and following hot on your heels, here's the next exclusive release to the c64 mini My first demo, I call it the "Vietnamese Karaoke Machine"! (made it for my wifey ) gurce.net/c64mini_files/THEC64-drive8.d64Ce Ce's first c64 demo While it may look simplistic, I had to overcome a few hurdles in my own c64 knowledge, a good experience For ppl that want to know all the techy details: I programmed it in C with a mix of inline-assembly here and there (using the cc65 compiler) The most challenging part was the polyphonic music. I ported the example from the c64 reference manual from BASIC into c-code, deciphered the encoding mechanism, encoded a few extra fields for repeating sections of melody, and there you have it For the PETSCII art, I made use of the Kaleidoscope V4 tool, saved out my art, then wrote some loader code with inline assembly. Archon and Jammet like this.
|
|
|
Post by gurce on May 2, 2018 11:49:38 GMT
FWIW, here's the source for my first demo, just in-case anybody wants to have a sniff around of what a c-code app for the c64 looks like. github.com/gurcei/cecedemo1
|
|