blob: 0d3fab80011949a5c8a03b27f476fb4aadaf29a6 (
plain)
1
2
3
4
5
6
7
8
|
post_install()
{
echo " SDLMAME and the additional MAME utilities have been installed"
echo " in /usr/share/sdlmame However, SDLMAME can be run by"
echo " typing sdlmame and it's options. Try running SDLMAME with"
echo " these options:"
echo " sdlmame <rom> -nowindow -noswitchres"
}
|