Diagnostic Rom: wrong image size

Looking for a Dragon or CoCo game not already in the archive - Then request it here and hopefully it will either be uploaded to the archive or another member can upload it to this forum.
Post Reply
User avatar
Rolo
Posts: 228
Joined: Sun Feb 10, 2013 7:36 pm

Diagnostic Rom: wrong image size

Post by Rolo »

The image of "Dragon Data Ltd - Diagnostic Rom.ROM" of the download section has a size of 8193 bytes (8k plus 1).The last significant byte is at $0600. $0601 to $2000 is made up of $FF and $B4 (and a final $10). In reality, it's just a 4k cartridge. I simply cut off the last byte for my multi-cart.
User avatar
tormod
Posts: 416
Joined: Sat Apr 27, 2013 12:06 pm
Location: Switzerland
Contact:

Re: Diagnostic Rom: wrong image size

Post by tormod »

I had a look too. From 0x600 up to 4k it is all FF which is unused ROM. From 4k to 8k it is all B4 which I guess is reading from nowhere. The 0x10 at 8k is probably a wrap-around to address 0 which also has 0x10 - the cartridge ROM is 4k, its address decoding is 8k, but the CTS* line enables it on the whole 16k space.
User avatar
Rolo
Posts: 228
Joined: Sun Feb 10, 2013 7:36 pm

Re: Diagnostic Rom: wrong image size

Post by Rolo »

Yes, obviously it is a 4k cartridge. The rest of the file is garbage.
For my multi-cart however I need 8k images.
Post Reply