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
View File
@@ -0,0 +1,6 @@
#!/bin/sh
export DYLD_FALLBACK_FRAMEWORK_PATH=../embedded
../embedded/mame64 $* -listmedia
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
export DYLD_FALLBACK_FRAMEWORK_PATH=../embedded
../embedded/mame64 $* -listslots
Regular → Executable
View File