| |
Fix
Registered: Feb 2003 Posts: 54 |
Fastload uninstall routine...
Hi all,
Been playing around with this old fastloader.
Plushsqueezer V2.0
I wonder if there is an easy way to "uninstall" the fastloader so I can use Kernal Routines like Load/Save.
Regards
Fix |
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
use a recent version of krills loader, it has such a feature. |
| |
Fix
Registered: Feb 2003 Posts: 54 |
I know, but If I want to add it here... |
| |
Flavioweb
Registered: Nov 2011 Posts: 463 |
Have you tried to reset drive with "UJ" then execute standard operations, then re-init the loader?
It might work... |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
no, that will not work. you will have to add drive code that checks for some specific command, which will then reset the drive. |
| |
Fix
Registered: Feb 2003 Posts: 54 |
So you can't just "reset" the drive ? |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
its kind of a chicken and egg problem - in order to recieve your reset command, there must be drivecode running that can accept that command. |
| |
Fix
Registered: Feb 2003 Posts: 54 |
Is that hard to implement ?
I like the loader since it's small.
If I could add Reset/Uninstall I would be very happy. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
define "hard" :)
i dont see the point though - krills current version isnt (much) bigger, its a lot more compatible and bug free too. |
| |
Fix
Registered: Feb 2003 Posts: 54 |
I've looked into Krills loader...
And I need help to get that assembling. |
| |
algorithm
Registered: May 2002 Posts: 705 |
download perl. (eg. strawberry perl.) download Cygwin (if using windows) make sure you download the make tools. download the ca65 binaries and place in a suitable path. go into the loader folder and type in
make prg RESIDENT=xxxx INSTALL=yyyy zp=zz
Where xxxx is where you want the loader to reside. yyyy is the start location of the installer and zz is the starting zp location for the loader to use. (its case sensitive by the way, perhaps the casing in the above example is incorrect)
It will then churn out the two prgs in the build folder. install.prg and loader.prg
Make sure you also edit the config.inc to activate/deactivate loader options |
... 1 post hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |