diff options
author | 2010-09-19 05:09:00 +0000 | |
---|---|---|
committer | 2010-09-19 05:09:00 +0000 | |
commit | 7a4744d31da401404f7e67de707021fa5cc12711 (patch) | |
tree | e32c4f80a2a61643c42350b07437b33b63086f55 /src/emu/mame.c | |
parent | cbffdbb1d7111774a87284797bc2f753706f43ec (diff) |
Cleanups and version bump.mame0139u3
Diffstat (limited to 'src/emu/mame.c')
-rw-r--r-- | src/emu/mame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/mame.c b/src/emu/mame.c index 3ece8d55ec3..166ed0705c7 100644 --- a/src/emu/mame.c +++ b/src/emu/mame.c @@ -239,7 +239,7 @@ core_options *mame_options(void) /*------------------------------------------------- set_mame_options - set mame options, used by - validate option + validate option -------------------------------------------------*/ void set_mame_options(core_options *options) |