home *** CD-ROM | disk | FTP | other *** search
- | © Atle Mjelde Bårdholt 1992 - 1993
- |
- | Filename : !3DMatrix.!Run
- |
- WimpSlot -min 128k -max 128k
- Set 3DMatrix$Dir <Obey$Dir>
- Set File$Type_A1B 3D_Data
- IconSprites <Obey$Dir>.!Sprites
- |
- | Install the floating point emulator
- | -----------------------------------
- RMEnsure FPEmulator 2.70 RMLoad <Obey$Dir>.Resources.FPEmulator
- |
- | Install the shared C library (CLib)
- | -----------------------------------
- RMEnsure SharedCLibrary 3.75 RMLoad <Obey$Dir>.Resources.Clib
- |
- | Install the TrackerModule
- | -------------------------
- RMEnsure TrackerModule RMLoad <Obey$Dir>.Resources.STracker
- |
- | Memory for bankswitching <- Not yet implemented
- | ------------------------
- RMEnsure MemAlloc 0.11 RMLoad <Obey$Dir>.Resources.MemAlloc
- RMEnsure MemAlloc 0.11 Error 0 No room in RMA
- SCREENSIZE 320k Error 0 I need 320k ScreenSize
- RMKill MemAlloc
- |
- | Routine to turn off the ScreenBlanker module in RISC OS 3.10
- | ------------------------------------------------------------
- |Set Tmp 0
- |RMEnsure UtilityModule 3.10 Set Tmp 1
- |IF <Tmp>=0 THEN RMEnsure ScreenBlanker 2.15 RMReinit ScreenBlanker
- |IF <Tmp>=0 THEN RMKill ScreenBlanker
- |
- WimpSlot -min 128k -max 128k
- |
- Run <Obey$Dir>.!RunImage
- |
- | Install the ScreenBlanker after quiting the program
- | ---------------------------------------------------
- |IF <Tmp>=0 THEN RMReinit ScreenBlanker
- |Unset Tmp
- RMKill TrackerModule