Menu Madness
Posted on 2009-10-11 23:28:29
I added the missing instruction (VMINI.I) that was preventing the main menu to show up.


Screenshot #000195 Screenshot #000196


In the first screen shot, we can see the main menu. For some odd reason, the game detects an hard drive within the virtual machine, so there the option to install the game... Also, the cursor is invisible, so it's a bit hard to see which item we're selecting. I don't really know why we don't see it.

In the second screen shot, we can see what looks like the game data load menu. There's no text in the menu. I think it might be related to a weird TEX0 GS register write I'm getting. The game generates a TEX0 register value which has a PSM value of 9, which isn't valid. It's not a CPU bug because the TEX0 value is a constant in the executable. It could be because of the way I handle register writes within the REGLIST GIF command.