View Single Post
Old 03 August 2017, 00:54   #127
a4k-oerx
Registered User
 
Join Date: Oct 2008
Location: EU
Posts: 163
Interesting information about that "NV" volume, did somebody test it yet?

Another approach, which more or less uses the same concept, can be seen in the also otherwise interesting MegaGames1 CD32 compilation. During CD boot it checks for a disk/volume SCORES and if found, prepares/uses it for NV-saves for several games, like this:

S:Startup-Sequence
Quote:
..
FailAt 999
..
C:Assign >NIL: SCORES: EXISTS
IF NOT WARN
C:Execute S:Extra_Scores
ENDIF
..
S:Extra_Scores
Quote:
C:MakeDir >NIL: SCORES:Scores SCORES:Prefs SCORES:Prefs/Env-Archive SCORES:Prefs/Env-Archive/sys
IF NOT EXISTS SCORES:Prefs/Env-Archive/sys/nv_location
Echo "SCORES:Scores" >SCORES:Prefs/Env-Archive/sys/nv_location
C:Filenote SCORES:Scores "Don't remove me!"
C:Filenote SCORES:Prefs "Don't remove me!"
ENDIF
a4k-oerx is offline  
 
Page generated in 0.06558 seconds with 10 queries