more useful scripts.

This commit is contained in:
Kelvin Sherlock 2021-06-17 23:44:15 -04:00
parent c10f2153ff
commit 34fcc3b3ed
3 changed files with 12 additions and 0 deletions

6
python/listmedia.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
export DYLD_FALLBACK_FRAMEWORK_PATH=../embedded
../embedded/mame64 $* -listmedia

6
python/listslots.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
export DYLD_FALLBACK_FRAMEWORK_PATH=../embedded
../embedded/mame64 $* -listslots

0
python/listxml.sh Normal file → Executable file
View File