diff --git a/Mac OS 8.6.command b/Mac OS 8.6.command new file mode 100755 index 0000000..dab44f2 --- /dev/null +++ b/Mac OS 8.6.command @@ -0,0 +1,16 @@ +#!/bin/sh + +SHSH_ROM="$SHSH_ROM_DIR/79D68D63 - Power Mac G3 desktop.ROM" + +$SHSH_BIN \ + --rom "$SHSH_ROM" \ + --disk "$SHSH_TMP_DIR/Mac OS 8.6.img" \ + --ramsize 68157440 \ + --jit true \ + --idlewait true \ + --ignoresegv true \ + --ignoreillegal true \ + --gfxaccel true \ + --screen window \ + --frameskip 0 \ + $@