Page 1 of 1

Compusense Edit+ for DragonPlus - Cartridge

Posted: Sat Jan 04, 2025 8:13 pm
by bluearcus
This is the rather unusual DragonPlus cartridge version of Edit+. Few people who bought a DragonPlus would presumably have NOT had disk systems, so I can't imagine many copy of this version were sold.

Will try and scan the manuals at some point too.

Re: Compusense Edit+ for DragonPlus - Cartridge

Posted: Sun Jan 05, 2025 1:19 pm
by pser1
bluearcus wrote: Sat Jan 04, 2025 8:13 pm This is the rather unusual DragonPlus cartridge version of Edit+. Few people who bought a DragonPlus would presumably have NOT had disk systems, so I can't imagine many copy of this version were sold.
Will try and scan the manuals at some point too.
Thx a lot for sharing this!
cheers!

Re: Compusense Edit+ for DragonPlus - Cartridge

Posted: Sun Jan 12, 2025 6:12 pm
by zephyr
Your attached EDIT+ cartridge ROM dump file appears to be corrupt. Could you please type in and run the following simple checksum program on your real Dragon to see if it matches the checksum on my emulator.

The checksum returned from your cartridge ROM dump on my emulator was 772203.

I see that currently nine other people have also downloaded the ROM dump file. If any of the people who have downloaded the same file have got the cartridge ROM working ok under emulation or on their real Dragon, then please post here to let me know that I'm incorrect about it being corrupt.

Code: Select all

10 CLS:PRINT "PLEASE WAIT..."
20 CS=0:FOR I=&HC000 TO &HDFFF:CS=CS+PEEK(I):NEXT
30 CLS:PRINT "8K ROM CHECKSUM =";CS