

- #MAC OS 9 SHEEPSHAVER HOW TO#
- #MAC OS 9 SHEEPSHAVER MAC OS#
- #MAC OS 9 SHEEPSHAVER PATCH#
- #MAC OS 9 SHEEPSHAVER ISO#
#MAC OS 9 SHEEPSHAVER MAC OS#
Select Mac OS 9, or whatever you named your disk as your destination.Ĥ. A setup folder will pop up, select Mac OS 9 Installģ. You will get a screen saying that the disk is unreadable, name it to whatever and make sure it's selected as Standard, make sure you select Initialize, and Continue.Ģ. Press Continue/Select/Agree/Start after you complete the each step from the installer.)ġ. (The following you must pay attention carefully to make sure it installs. Then go to the GUI, click start, ignore the error, and THIS TIME, it will boot up, you will get a CD background, and you will boot up into Mac OS 9. Go to the ISO, Properties, and select 'Read-Only'.
#MAC OS 9 SHEEPSHAVER ISO#
You will get an error saying something that 'it only functions on original media.' That's because our ISO is a Read, and Write, you need to first exit sheepshaver, (The X won't work so go to Task Manager, find sheepshaver, and click, End Task.) Go to Memory/Misc and put the RAM to 512MB, and check 'Ignore Illegal Memory Accesses'Ĭlick Start (NOTE: You will get an error saying The following file is missing, C:System32driverscdenable.sys or something like that, ignore that)(I actually checked, IT'S IN THAT FOLDER, IDK WHY IT SAYS IT'S MISSING) Length x Width (L x W): Whatever size can work (Recommended: 800圆00).ĩ. Go to Graphics/Sound and select the following: hfv, Recommended size is 500MB, but I will put up to 1000MB (1GB), and click OK, it will take 3-30 seconds to create, depending on the speed of the computerĨ. Create a hard drive, name it whatever you want I named mine Mac OS 9.0.4 make sure you add the extension. Enable My Computer so you can access your windows files on a mac (Pretty cool that you can do that huh?)Ħ. Enable your CD-DVD ROM Drive, it should be drive E:ĥ. (MAKE SURE YOU HAVE THE GTK2+ RUNTIME INSTALLED) Open up the GUI.Ĥ. Rename the ROM to Mac OS ROM (Letters, capitals, and spaces are CASE SENSITIVE! Rename to the ROM name above, and make sure you get rid of the extension. Extract all the files and put them in the sheepshaver folder, also download the GTK runtime as wellĢ. Mac OS 9.0.4.iso ISO on the internet ( is a good website)ġ. If it does say it will harm your computer, ignore the message. GTK 2+ Runtime, Go to sheepshaver on windows and click on GTK 2+. Sheepshaver, (with GUI, SDL.dll, etc, select “To get started, always download this”) Go to Sheepshaver On windows for this download.
#MAC OS 9 SHEEPSHAVER HOW TO#
“Wrong forum” indeed but it’s not bad to be aware of other methodologies.WARNING: The following post is a TUTORIAL a tutorial is someone showing you how to do something on, or with something. Even with these patterns though, patching seems more cumbersome. It looks ghastly but there is a way to explain it.īut I’m not aware of anywhere that presents these in a systematic way – so then algorithms become mysterious, convoluted things. E.g., accumulating a list, the three stages would be: init/ clear the list storage object (actually you might need two of them) run/ each cycle appends to the list (which will also feed back to cold = pattern 1) and saves it in a final-output storage object final/ bang the output storage. Eventually I realized that there are a few key patterns that are good entry points into typical problems: 1/ feed data back to a cold inlet of a storage object, to be available for the next iteration 2/ feed data forward to a cold inlet of a storage object, to be available for a (perhaps much) later bang 3/ using a trigger object at the top to drive a three-stage process (initialize, run, and bang final output). It took me about a year of teaching Pure Data to get more comfortable with it.
#MAC OS 9 SHEEPSHAVER PATCH#
One line of code in sc generally manifests as a fairly convoluted patch in msp It’s kind of interesting to go from a text-based thing to a data-flow paradigm.
