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.
Compusense Edit+ for DragonPlus - Cartridge
Compusense Edit+ for DragonPlus - Cartridge
- Attachments
-
- Compusense Edit+ DragonPlus Cartridge D3_0_0.zip
- 8k cartridge ROM, autostart with *CART line
- (5.92 KiB) Downloaded 170 times
Re: Compusense Edit+ for DragonPlus - Cartridge
Thx a lot for sharing this!
cheers!
Re: Compusense Edit+ for DragonPlus - Cartridge
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.
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