First bit of code

Hurray Banana

Moderator
Staff member
vacBacker
Feedback
8 (100%)
Credits
2,721CR
My first working (lame) effort on pacman hardware.

still incredibly rusty with z80, but starting to think at a low level again, learned a few bits here but more to come.

Not that impressive, but using a sine wave lookup table generated using a bit of c# code, vid is jerky because of camstudio.

 

Alpha1

Do the Shake and 'VAC
Staff member
vacBacker
Feedback
95 (99%)
Credits
5,461CR
Nice work
smiley1.gif
 

Hurray Banana

Moderator
Staff member
vacBacker
Feedback
8 (100%)
Credits
2,721CR
cmonkey said:
Well done Eric
smiley20.gif
It's nice to think that I'm not the ONLY person coding for arcade hardware!
smiley1.gif

Thanks everyone, it is rather pathetic, but I've only spent about 30 minutes so far on this. My next task is to mess about with the Tiles in interesting ways to generate something a little more impressive, but time is a major problem at the moment, with heavy stuff going down at work
smiley18.gif
.

My ambitions are outstripping my memory of assembler at the minute, but it is slowly coming back.

Once I'm a little less rusty I'll move onto some slightly better hardware, 8 16x16 3 colour sprites doesn't leave much scope for jazzy showing off.
 

Hurray Banana

Moderator
Staff member
vacBacker
Feedback
8 (100%)
Credits
2,721CR
Just finished hacking some code together to write a custom sprite to the pacman.5f sprite rom.

As is normal for me, couldn't think of anything to draw, recorded this with fraps to try and get a smoother capture, watch the 480p60Hz version


Now I need to create a full sprite sheet tiler and the same for the rather more simple tile roms and I should be able to have a go at something a little better.

Was gonna attempt a version of space launcher but that will have to involve a bit of trickery with tiles as I think the original has a pixel based video buffer.

Might do some sinewave scroller exercises first.
 

cmonkey

Active member
vacBacker
Feedback
4 (100%)
Credits
1,658CR
Space Launcher does indeed use a pixel based frame buffer, as do all the 8080 based Ninty games.

I found myself in a similar situation to you when I was putting the L System tech demo together in that I too couldn't think of anything to draw! I'm a good coder, but a useless creative artist!

Looking good anyway Eric.
smiley20.gif


Your next task, should you choose to accept it, is to get all 8 sprites on screen at once with a few tiles thrown onto the background to liven things up a little. Should be no problem for a man of your calibre.
smiley32.gif
 
Top