diff --git a/Mac OS 8.1.command b/Mac OS 8.1.command new file mode 100755 index 0000000..bbb255e --- /dev/null +++ b/Mac OS 8.1.command @@ -0,0 +1,15 @@ +#!/bin/sh + +SHSH_ROM="$SHSH_ROM_DIR/9630C68B - Power Mac 7200&7500&8500&9500 v2.ROM" + +$SHSH_BIN \ + --rom "$SHSH_ROM" \ + --disk "$SHSH_TMP_DIR/Mac OS 8.1.img" \ + --ramsize 33554432 \ + --jit true \ + --idlewait true \ + --ignoresegv true \ + --gfxaccel true \ + --screen window \ + --frameskip 0 \ + $@