Thanks for the fast reply guys!
Still doesn't work
Debugger after editing mame.cfgD:\Arcade\GL>cd D:\Arcade\Mame
D:\Arcade\Mame>echo Will run: "mame.exe sonicwi2 "
Will run: "mame.exe sonicwi2 "
D:\Arcade\Mame>mame.exe sonicwi2
075-p1.bin NOT FOUND
075-s1.bin NOT FOUND
ng-sfix.rom NOT FOUND
neo-geo.rom NOT FOUND
ng-sm1.rom NOT FOUND
075-m1.bin NOT FOUND
ng-lo.rom NOT FOUND
075-v1.bin NOT FOUND
075-v2.bin NOT FOUND
075-c1.bin NOT FOUND
075-c2.bin NOT FOUND
075-c3.bin NOT FOUND
075-c4.bin NOT FOUND
ERROR: required files are missing, the game cannot be run.
It still seems like GL doesn't point to my rom directory.
My "mame.cfg" in GL looks like this now:
[Emulator]
# Emulator name, i.e. MAME
name = MAME
# Short description of emulator, i.e. Arcade Machines
description = Arcade Machines
# Location of emulator, i.e. c:\mame
directory = D:\Arcade\Mame
# Name of emulator executable, i.e. mame.exe
executable = mame.exe
# Global options passed to emulator, i.e. -sound 1
global_options =
# Command to run before running executable. If blank, then nothing
# will be run.
pre_command =
# Command to run after running executable. If blank, then nothing
# will be run.
post_command =
# Name of map file. A map file maps short ROM file names to full game
# names.
map_file = mame.map
# Options go before ROM when launching: "yes" or "no".
# i.e. yes: "emulator.exe -option1 -option2 rom"
# no: "emulator.exe rom -option1 -option2"
options_before_rom = no
# Directory to look for screen shot images, i.e. c:\mame\snap
# Supported formats are PCX, PNG, and BMP.
screen_shot_directory = D:\Arcade\Mame32\snap
# A ROM file is a list of ROMs to use. If set to "no", ROMs are
# scanned for in the rom_directory. If set to "yes" a ROM file (which
# is essentially just a list of ROMs) is used instead of trying scan.
# The default is "no". ROM files are useful for merged ROMs with
# MAME, where the actual ROM names are buried within a ZIP file.
use_rom_file = no
# rom_dir, rom_extension, use_extension, and use_rom_directory are
# only relevant if a ROM file is not used. They are ignored if not
# needed.
# Directory to ROMs
rom_directory =
# List of possible ROM extensions (without the ".")
rom_extension = zip
# Use extension when launching game: "yes" or "no"
# i.e. yes: "emulator.exe rom.ext"
# no: "emulator.exe rom"
use_extension = no
# Use rom_directory when launcher game: "yes" or "no"
# i.e. yes: "emulator.exe c:\full\path\rom"
# no: "emulator.exe rom"
use_rom_directory = no
You said something about a "mame.ini" file, doesnt have one in my mame directory.
Am I using the right version of mame? I use the "Windows command line version of MAME 0.61"
/Gus