| run file for balls64 application
| This file checks that necessary modules are loaded and claims a 
| "slot" from the WIMP

*WimpSlot -min 110k -max 110k
*IconSprites <Obey$Dir>.!Sprites
|
if "<System$Path>" = "" then Error 0 System resources cannot be found
|
RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.Clib
RMEnsure SharedCLibrary 3.50 Error You need Clib 3.50 or later
|
RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later
|
RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
|

*Set balls64$Dir <Obey$Dir>
*WimpSlot -min 110k
*run <balls64$Dir>.!RunImage %*0
