View Single Post
Old 05 August 2018, 13:57   #9
Retroplay
Lemon Curry ?
 
Retroplay's Avatar
 
Join Date: Sep 2004
Location: Denmark
Age: 49
Posts: 4,079
I edited startup-sequence in ClassicWB Full (Scalos) v28 edition.
Disabled icon.lib (and scsi.device) since they're in rom being softkicked.
Code:
C:ACATune -maprom DEVS:Kickstarts/KS39_A1200.rom p -cache on -burst on >NIL:

;IF EXISTS LIBS:icon.library
;   C:Version >NIL: LIBS:icon.library VERSION 46 REVISION 4 FILE
;   IF NOT WARN
;      IF EXISTS DEVS:scsi.device
;         C:LoadModule DEVS:scsi.device LIBS:icon.library
;      ELSE
;         C:LoadModule LIBS:icon.library
;      EndIF
;      IF EXISTS LIBS:newicon.library
;         C:Version >NIL: LIBS:newicon.library VERSION 44 FILE
;         IF WARN
;            C:Copy >NIL: LIBS:newicon.library LIBS:newicon.library.orig
;            IF EXISTS LIBS:newicon.library.emu
;               C:Copy >NIL: LIBS:newicon.library.emu LIBS:newicon.library
;            EndIF
;         EndIF
;      EndIF
;      SKIP LoadModuleDone
;   EndIF
;EndIF

;IF EXISTS LIBS:newicon.library.orig
;   C:Copy >NIL: LIBS:newicon.library.orig LIBS:newicon.library
;EndIF

;IF EXISTS DEVS:scsi.device
;   C:LoadModule DEVS:scsi.device
;EndIF
I have scsi.device 43.45 in rom, that's why I disabled it in startup-sequence too.
Retroplay is offline  
 
Page generated in 0.07948 seconds with 11 queries