Gottlieb/Mylstar Q*Bert 8088 programming

iggins

Member
Joined
Feb 3, 2010
Messages
364
Reaction score
12
Location
Gladstone, Oregon
I was considering writing some code to make a simple self test ROM for Q*Bert boards. Maybe a simple RAM/ROM test?

I noticed that there is a ROM available that will test board inputs.

Has anyone tried this? Does anyone have some sample assembly code that runs on a Q*Bert board (or even better, the disassembled original code)?

Thanks,
Rob
 
You can disassble the code yourself. There are a number of free disassemblers on the web. Google showed me this one: http://gedmin.as/disasm/index-en.html

You should also be able to use MAME in debug mode to examine the code. Run with -debug, then press the configure key (I forget the default) to enter the debugger.
 
You can disassble the code yourself. There are a number of free disassemblers on the web. Google showed me this one: http://gedmin.as/disasm/index-en.html

You should also be able to use MAME in debug mode to examine the code. Run with -debug, then press the configure key (I forget the default) to enter the debugger.

What, you want me to do the work!? :) I'll look at doing this... I was more hoping that someone had written a simple test ROM.

Thanks for the reply!
 
Back
Top Bottom