1 # Message displayed for a fresh install.
5 echo "***************************************************************"
6 echo " SDLMAME and the additional MAME utilities have been installed"
7 echo " in /usr/share/sdlmame However, SDLMAME can be run by"
8 echo " typing sdlmame and it's options. Try running SDLMAME with"
10 echo " sdlmame <rom> -nowindow -noswitchres"
11 echo "***************************************************************"
15 # Message for an update.
19 echo "***************************************************************"
20 echo " SDLMAME has been updated. If you are upgrading directly from"
21 echo " 0.117 or earlier, you must delete all .cfg files and"
22 echo " re-configure your controllers. You should also run"
23 echo " 'SDLMAME --newini' to force the script to create a new ini"
24 echo " file with default settings at ~/.mame/sdlmame.ini"
25 echo " since there may be new ini options."
26 echo "***************************************************************"