Author: Paulo Garcia

My first game for the 64 – Work in Progress

Just few years ago, Commodore released Jupiter Lander, based on (aka cloned from ) the 1979 Atari’s Lunar Lander. As you probably know, the game play is very simple. You have to land your space ship in one of the two flat ground while keeping track of the fuel available. Although Jupiter Lander is very challenging and well done, there is…

Commodore TV commercial

Since I heard yesterday on TV, Thismusic is stuck in my mind! I recorded in my Betamax and posted here so you can enjoy. [youtube=http://www.youtube.com/watch?v=D_f3uIzEIxo&w=512]

CRT Monitor stand for less the $15

(*) This post was originally posted on Commodore Is Awesome. If you don’t know about this site yet, you have no idea what you are missing! Check it out! This is not an article strictly related to Commodore, but it might be useful if you have CRT monitors for your machines, like I do. With the LCD monitors that we…

µIEC/SD Beginner’s Tutorial – Part 2

On the first article, I went through the installation and first steps using the uIEC/SD. Now that we have everything setup, we can try some new commands. First of all, to illustrate its use, let’s suppose we have a diskette (called SD Card) with the following structure: [sourcecode language=”CPP”] MYDISK.D64 UTILS <DIR> GAMES <DIR> [/sourcecode] If you have a file…

So it wasn't the best way to do it

After I’ve published the previous post, I was talking to TCD on #awesome BBS chat, and he suggested me use something else to position the cursor: 50000 PRINT LEFT$(“{home}{25 x down}”,y) SPC(x); And to call the function, I could use: X=10:Y=10:GOSUB 50000;PRINT “THE STUFF” My first answer was: “Well, that’s cool but I think my POKEs are faster!“. He then…

Not quite there

Last post, I told that I’d be showing new layout and stuff, but I have some ground to cover before I get to that point. I thought that the first thing I should be doing is to create a routine that allows me to position the text using X and Y coordinates, (like the PRINT AT on the Spectrum, or…