Page 1 of 1

ROM2RAM

Posted: Tue Jan 20, 2009 3:49 am
by zephyr
Here's a simple little program that copies the BASIC operating system ($8000-$BFFF) and any cartridge based software ($C000 - $FEFF) from ROM to the same location in RAM on a Dragon 64 or expanded Dragon 32. The program features a different cursor for 64 RAM (MAP1) mode, and a routine to return the machine to 64K RAM mode after pressing the reset button. If you don't like the the reset feature, it can easily be disabled by POKE31785,0 before the EXEC.

The program is attached for all to enjoy.

Regards,
Steve