commit b00923fcf73eebdc7b4ea1447e4fc77819f34dbd Author: Wolf Gratz Date: Wed Feb 3 13:58:10 2021 +0100 initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf9dfdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.swp +.DS_Store diff --git a/Mac OS 7.6.1.command b/Mac OS 7.6.1.command new file mode 100755 index 0000000..920d616 --- /dev/null +++ b/Mac OS 7.6.1.command @@ -0,0 +1,14 @@ +#!/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 7.6.1.img" \ + --ramsize 33554432 \ + --jit true \ + --idlewait true \ + --ignoresegv true \ + --gfxaccel true \ + --screen window \ + $@