mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
flopimg: save all possible data sectors in fm mode
This commit is contained in:
parent
9ad081a916
commit
22ee342634
@ -2563,8 +2563,9 @@ void floppy_image_format_t::extract_sectors_from_bitstream_fm_pc(const UINT8 *bi
|
||||
if(idblk_count < 100)
|
||||
idblk[idblk_count++] = i+1;
|
||||
}
|
||||
// fb
|
||||
if(shift_reg == 0xf56f) { // data mark
|
||||
// f8, f9, fa, fb
|
||||
if(shift_reg == 0xf56a || shift_reg == 0xf56b ||
|
||||
shift_reg == 0xf56e || shift_reg == 0xf56f) { // data mark
|
||||
if(dblk_count < 100)
|
||||
dblk[dblk_count++] = i+1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user