Skip to content

Instantly share code, notes, and snippets.

@indigolemon
indigolemon / StartPPC
Last active August 31, 2018 17:14
Small script to enable the PowerPC processor in my Amiga 1200
In S:Startup-Sequence I added the line:
SETENV PPCStarted 0
The below is contained in S:StartPPC, which I added to the tools menu via THE
IF `GETENV PPCStarted` NOT EQ 1
IF `RequestChoice "StartPPC?" "Are you sure you want to start*nthe PowerPC?" "_Yes" "_No"` NOT EQ 0
C:PoolMem REMOVE >NIL:
Assign LIBS: SYS:libs/powerpc ADD