home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
spirit
/
app
/
!NewBalls
/
!Run
< prev
next >
Wrap
Text File
|
1993-05-30
|
930b
|
26 lines
| run file for balls64 application
| This file checks that necessary modules are loaded and claims a
| "slot" from the WIMP
| Note the reduced wimp slot, compared to 110K in the original.
|
if "<System$Path>" = "" then Error 0 System resources cannot be found
|
| Note the changed loading method. Check for any version of the C
| library, and load if not found. Then check we have a good
| enough version. The original method used here is liable to crash
| the system.
|
RMEnsure SharedCLibrary 0 RMLoad System:Modules.Clib
RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
|
RMEnsure FPEmulator 0 RMLoad System:Modules.FPEmulator
RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
|
RMEnsure ColourTrans 0 RMLoad System:Modules.Colours
RMEnsure ColourTrans 0.52 Error You need ColourTrans 0.52 or later
|
*Set NewBalls$Dir <Obey$Dir>
*WimpSlot -min 64k -max 64k
*run <NewBalls$Dir>.!RunImage