mirror of
https://github.com/blondie7575/GSCats.git
synced 2024-11-22 06:31:48 +00:00
d37d1165f8
ALso added MAME boot script
7 lines
253 B
Bash
Executable File
7 lines
253 B
Bash
Executable File
#!/bin/sh
|
|
|
|
MAME=/Applications/Ample.app/Contents/MacOS/mame64
|
|
cd '/Users/qd/Library/Application Support/Ample'
|
|
$MAME apple2gsr1 -skip_gameinfo -nosamples -window -nomax -bgfx_screen_chains unfiltered -flop3 /Users/qd/Documents/Apple2/GSCats/gscats.2mg
|
|
|