mirror of
https://github.com/blondie7575/GSCats.git
synced 2024-11-22 06:31:48 +00:00
7 lines
253 B
Bash
7 lines
253 B
Bash
|
#!/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
|
||
|
|