Compusense Edit+ for DragonPlus - Cartridge

Use this forum to submit new files for the download section of the archive. I will check each submission and upload it to the archive on a regular basis.
Post Reply
bluearcus
Posts: 178
Joined: Wed Sep 07, 2016 4:45 pm

Compusense Edit+ for DragonPlus - Cartridge

Post 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.
Attachments
Compusense Edit+ DragonPlus Cartridge D3_0_0.zip
8k cartridge ROM, autostart with *CART line
(5.92 KiB) Downloaded 170 times
pser1
Posts: 1787
Joined: Sun Mar 25, 2012 7:32 pm
Location: Barcelona (SPAIN)

Re: Compusense Edit+ for DragonPlus - Cartridge

Post 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!
zephyr
Posts: 1531
Joined: Mon Jul 21, 2008 1:18 am
Location: England

Re: Compusense Edit+ for DragonPlus - Cartridge

Post 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
Post Reply