Downloads
Arcade
Most of these will run in mame as mspacmab, you may need the color proms from an actual pacman board. The most recent versions of mame have fixed a bug in mspacmab's emulation that may cause some of these to not work correctly. I believe they were created using mame 075.
Colecovision
I ported death derby to the Colecovision. Here's
the source code. Should have everything to compile I think. That was my
first attempt so it might not be a good example to look at. Also I
don't do comments much, I made an effort to add them in and clean up
the code a little but I don't think I got real far. It's not a complete port, I didn't do attract mode or sound as I was planning on using extra hardware for that.
PC Software
Just for fun while practicing my VB.net skills I made a cheat utility for Bards Tale 3. I'm particularly proud of the spell section you can turn individual spells on and off and you get a description of the spell by doing a mouse over. Not too bad considering the idiots at MS left out control arrays for .net. Other than that there's a lot of features I like about .net. The primary use for it is saving a game and running it to get your spell points back up. I realize it's about 10 years too late for most of you but some of us still play bard's tale occassionally. Use at your own risk as it's not had a lot of testing. If you know the values of other bytes I may consider adding to it. I stopped where I did as it did everything I needed it to do so I didn't spend a lot more time reverse engineering the file.
Home