CompuServe Messages

Supra Ships PC Emulator

    16-Jul-92 01:58:13
Fm: Brian Bartlett 72037,570
To: Christopher Tolmie 73657,3335
SS.LZH, AmigaTech, lib 11. Below is an example of the way I have it implemented in my s:user-startup file. I hope this helps. ; ; Allow for custom startups using Khalid Aldoseri's SS program ; Echo "" Echo " Hit F1 for Enforcer debugging mode" Echo " default: normal startup" Echo "" ; Now emulate a switch command Wait 3 secs SetEnv Test DEF ; ss :f1 SetEnv Test F1 ; If user presses F1, make Test=F1 ; Skip $Test ; Skip on whatever user gave us ; LAB F1 CPU CACHE BURST ; Enable cpu in burst cache mode Run <NIL: >NIL: Term:BackTalk ; Load Backtalk so Enforcer has output Wait 3 secs ; Wait for Backtalk to load Enforcer >NIL: ; load Enforcer Skip DONE ; Jump to done ; LAB DEF CPU CACHE BURST FASTROM ; Enable all modes, copy ROM to 32 bit mem Skip DONE ; Jump to done ; LAB DONE ; End switch ; The last Skip command is redundant, but I like to keep things structured.