Previous 199869 Revisions Next

r32060 Thursday 11th September, 2014 at 02:34:21 UTC by R. Belmont
(MESS) Stop trashing DiskCopy 4.2 images that don't have tags. [R. Belmont]
[src/lib/formats]ap_dsk35.c

trunk/src/lib/formats/ap_dsk35.c
r32059r32060
470470   {
471471      *tag_offset = sector_index * 12;
472472      if (*tag_offset >= tag->tag_size)
473      {
473474         *tag_offset = ~0;
474      *tag_offset += tag->tag_offset;
475      }
476      else
477      {
478         *tag_offset += tag->tag_offset;
479      }
475480   }
476481   return sector_index * 0x200 + tag->data_offset;
477482}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team