pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

Add boot sector for FTDos !MASTER disk check to detect_image_type() #149

Closed assinie closed 4 years ago

assinie commented 4 years ago

FTDOS boot sector of the original FTDOS disk is different from the one written by the !MASTER command. Original disk contains 2 DOS, one for Oric-1 and one for Atmos, disk after !MASTER contains only 1 DOS (the one in memory when !MASTER is issued)

I add ftdos_masterdetect[] with the boot sector written by the !MASTER_ command

iss000 commented 4 years ago

+1 for merge