Program: EmulBoot by Peter Hutchison Date: 14/11/98 What is it? EmulBoot is a program will allows your startup-sequence to run the OS of your choice at boot up time whether its Amiga, Fusion, ShapeShifter, PC Task, PCx, ZXAM, C64 or whatever. How does it work? When EmulBoot is run it will display four colourful buttons on the screen. Use the mouse to select the picture of the OS you wish to start. If no selection is made it will auto run the first selection (usually the Amiga) after a few seconds. You have to create 4 BootPic files in 16 colour to display the emulator of your choice, due to copyright restriction, I cannot provide the rather good ones I use. Instead you need to make your own preferably in say 270 x 220 size to fill the HighRes screen. I have also include the Blitz Basic source code for you to modify to your tastes and browse (if you have the full BB2 program). Installation. 1. Copy the EmulBoot program to the C: directory. 2. Copy the BootPic1,2,3 and 4 files to Sys:Prefs/Patterns 3. Edit your Startup-Sequence and add these lines SetPatch etc. Assign ENV: RAM: C:EmulBoot if $Select eq 2 Quit endif if $Select eq 3 Quit endif if $select eq 4 Quit endif Assign ENV: remove ; Continue here for 1st selection ENV: if needed for the SELECT environment variable to be stored there. Use IF to compare $Select to values 1 to 4 and then execute the appropiate code to load your emulators.Use Quit to end the script.