[arch-commits] Commit in mame/trunk (mame.sh)
Antonio Rojas
arojas at archlinux.org
Thu Jul 5 12:49:33 UTC 2018
Date: Thursday, July 5, 2018 @ 12:49:33
Author: arojas
Revision: 352710
SDLMAME -> MAME
Modified:
mame/trunk/mame.sh
---------+
mame.sh | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: mame.sh
===================================================================
--- mame.sh 2018-07-05 12:44:26 UTC (rev 352709)
+++ mame.sh 2018-07-05 12:49:33 UTC (rev 352710)
@@ -5,8 +5,8 @@
if [ "$1" != "" ] && [ "$1" = "--newini" ]; then
echo "Rebuilding the ini file at $HOME/.mame/mame.ini"
- echo "Modify this file for permanent changes to your SDLMAME"
- echo "options and paths before running SDLMAME again."
+ echo "Modify this file for permanent changes to your MAME"
+ echo "options and paths before running MAME again."
cd $HOME/.mame
if [ -e mame.ini ]; then
echo "Your old ini file has been renamed to mameini.bak"
@@ -28,10 +28,10 @@
-video opengl \
-createconfig
elif [ ! -e $HOME/.mame ]; then
- echo "Running SDLMAME for the first time..."
- echo "Creating an ini file for SDLMAME at $HOME/.mame/mame.ini"
- echo "Modify this file for permanent changes to your SDLMAME"
- echo "options and paths before running SDLMAME again."
+ echo "Running MAME for the first time..."
+ echo "Creating an ini file for MAME at $HOME/.mame/mame.ini"
+ echo "Modify this file for permanent changes to your MAME"
+ echo "options and paths before running MAME again."
mkdir $HOME/.mame
mkdir $HOME/.mame/{artwork,cfg,comments,ctrlr,diff,ini,inp,nvram,samples,snap,sta,roms}
cd $HOME/.mame
More information about the arch-commits
mailing list