ROM2RAM

A place to discuss everything Dragon related that doesn't fall into the other categories.
Post Reply
zephyr
Posts: 1474
Joined: Mon Jul 21, 2008 1:18 am

ROM2RAM

Post 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
Attachments
rom2ram.zip
(2.27 KiB) Downloaded 380 times
Post Reply