All emulators I've played so far that were included on the disk will run in horizontal mode as expected, with the exception of Mame0.94. 094 runs every game in vertical mode. I've been unable to figure out how to configure the horizontal mode. Some of my favorite games (Puzzle Bobble 2-4 for example) are on that emulator.
I tried opening the Mame094 menu in game, but it's impossible to read due to the vertical resolution. I did figure out which one is the resolution option, but all selections maintained a stretched vertical view.
Then I looked through the code a bit and see that /BOOT/launchers/advmame094.sh calls resSwitch.sh. It reads in variables from a temp file created by resSwitch. I inspected the file using the midnight browser to see if it was passing vars that made sense. Here are the file contents:
Code: Select all
# =====================
# /var/cache/apt/tmp.txt
# =====================
rom=pbobble2 sourcefile=taito_f3.cpp
type=raster
rotate=0
width=320
height=232
refresh=58.970000


