c64logo

I stopped developing for the Commodore 64 in 1993. Since then a lot has happened:

Back in late 80’s ~ beginning of 90’s:

  • I did all my coding using the Commodore 128’s MONITOR command

    • That means no text editor, no compiler, no linker. Similar to the debug.com command that used to be in DOS
  • Since I didn’t use a text editor, I put all my comments in a notepad (I still have that notepad somewhere)

  • I used the Commodore 128’s SPRDEF as the Sprite editor

  • I used my own character editor called vchar… (later I created a similar one for DOS and Linux)

  • I did some basic graphics using a graphics editor… but I can’t remember which one

  • I didn’t know any other C64 developer, so I did everything kind of isolated

    • My sources of information were Commodore Magazine, Tu Micro Commodore and some books
    • I reversed engineer some games / demos in order to learn tricks
    • I had a 300 bps modem but I didn’t find any good C64 BBS
    • I did some cracks for a local company that was “publishing” (AKA pirating) games. In exchange they were providing me games. To put things into perspective it was impossible (I mean IMPOSSIBLE) to get original games in Argentina back then.
  • I knew some basic tricks like how to use more than 8 sprites, how to open the top and bottom borders, some raster effects… but nothing very advanced.

  • I loaded all my programs / games using the disk drive, which was much faster than the datasette, but still very slow

  • I had a fast-loader cartridge to accelerate the disk drive loading times. It also had a rudimentary MONITOR.

  • Although Argentina was using the PAL-N standard I had a NTSC Commodore 128. In Argentina we also had the Argentinean Commodore, called Drean Commodore, which was a PAL-N machine assembled in Argentina

And now, in 2015:

As a reminder, the Commodore 64 was released in 1982! It is impressive all the things that can be done in a 30+ years old computer!

What I’m doing right now is to code a Unicycle game for the C64. I noticed that I needed a good map editor (CharPad is a very good one, but it doesn’t look good on the Mac), so I started one called VChar64. I can re-invent the wheel as many times as I want since I’m doing this for fun :). I’m also documenting my c64 discoveries here: c64-tips-n-tricks. I might never finish this game, since time is very limited. But for me, the goal is to enjoy the ride.

Also, my development environment is:

  • Cross-Assembler: KickAssembler
  • Cross-Cruncher: Exomizer
  • Text Editor: Vim with KickAssembler syntax highlighting
  • Emulator: VICE
  • Machines:
    • Commodore 64 PAL + Turbo Chamaleon + PC monitor
    • Commodore 128 NTSC + 1571 disk drive + Commodore 1802 monitor

Stay tuned for more c64 news!