| Previous | 199869 Revisions | Next |
| r26897 Thursday 2nd January, 2014 at 19:47:45 UTC by O. Galibert |
|---|
| fd_fdc: Fix the FM sync detection [Michael Zapf] |
| [src/emu/machine] | wd_fdc.c |
| r26896 | r26897 | |
|---|---|---|
| 1383 | 1383 | cur_live.state = READ_HEADER_BLOCK_HEADER; |
| 1384 | 1384 | } |
| 1385 | 1385 | |
| 1386 | if(dden && (cur_live.shift_reg == 0xf57e || cur_live.shift_reg == 0xf57f)) { | |
| 1387 | cur_live.crc = cur_live.shift_reg == 0xf57e ? 0xef21 : 0xff00; | |
| 1386 | if(dden && cur_live.shift_reg == 0xf57e) { | |
| 1387 | cur_live.crc = 0xef21; | |
| 1388 | 1388 | cur_live.data_separator_phase = false; |
| 1389 | 1389 | cur_live.bit_counter = 0; |
| 1390 | 1390 | if(main_state == READ_ID) |
| Previous | 199869 Revisions | Next |