salve a tutti
ieri ho trovato un programma su internet ,server c64 (scaricabile da
http://www.kemuland.com/cs64utility.php ) che mi è sembrato interessante in quanto permette di utilizzare il Pc come drive esterno per il C64.
nella guida dice che per farlo funzionare va configurato il file server64.ini
Example of how to use this program.
-----------------------------------
Setup the SERVER.INI file.
Start your PC
Start your C64
Start SERVER64 on the PC
type LOAD"qix.bin",8 on the C64
and run it.
Or to get a directory you type
LOAD"$",8
Or make a small basic program save it and then reload it.
Wilcard are also suported.
Press ESC to exit SERVER64.
c'è anche un esempio su come configurarlo
;This INI is VERY STRICT (made it in a hurry)
;First 4 characters are '1541' or 'PC ' (mind de captials and the spaces)
;Then a ; followes next is the device number (fill it up with 0) 2 positions
;As last the file or path. See the examples bellow. If it is empty the
;current directory is used for the PC filesystem for the 1541 filesystem it
;may not be empty!!
;
;An empty line or a line beginning with a ; is comment. That's it.
;For example : (the first two are comments!! remove ; to activate. do this
;only if you have the directory or the file!)
;
;1541;08;D:\C64\SERVER64\LORDOTR1.D64
;PC ;09;
;
PC ;08;
io quindi per farlo funzionare, ho impostato la directory dove ho i giochi come è impostata nella scritta in grassetto. (ed ho levatpo anche il ; )
però mi da errore di runtime, che esce quando la directory è sbagliata
Runtime error's
---------------
if you use an invalid path the program will abort with an runtime error.
sapete come posso fare pe fallo funzionare ?
grazie in anticipo dell'aiuto