How to load cart to ram off UIEC

Discussion, Reviews & High-scores

Moderator: Moderators

Post Reply
matsondawson
The Most Noble Order of Denial
Posts: 343
Joined: Fri May 01, 2009 4:44 pm

How to load cart to ram off UIEC

Post by matsondawson »

If I have a standard cart.prg file, how do I load the raw file into ram I have at $A000?

I can't seem to find the relevant load command with google, or on search on this site.
Diddl
Vic 20 Afficionado
Posts: 425
Joined: Wed Jun 10, 2009 3:18 am

Post by Diddl »

If you have a Final Expansion 3 you can do

Code: Select all

LOAD"CART.PRG",8,1,$A000 

if you don't have a FE3 you can use SJLOAD to do same. Simply load and start SJLOAD and after it you can use this modified LOAD command.

Additionally FE3 and SJLOAD speed up your LOAD 5 times.


Also some montor program can LOAD at specific address.


----

If "CART.PRG" has the startaddress $A a simple

Code: Select all

LOAD"CART.PRG",8,1
will work fine for you.
6502dude
megacart
Posts: 1581
Joined: Wed Dec 01, 2004 9:53 am

Post by 6502dude »

$A000 cart images can aloso be loaded into MegaCart using 32K RAM mode.

Load "filename",8,1
sys64802
Image Mega-Cart: the ultimate cartridge for your Commodore Vic-20
Post Reply