| Previous | 199869 Revisions | Next |
| r23484 Thursday 6th June, 2013 at 08:24:21 UTC by Barry Rodewald |
|---|
| fmtowns: remove fix, looks like the issue is with cue files that have both Index 00 and Index 01 defined for each track. (no whatsnew) |
| [src/mess/drivers] | fmtowns.c |
| r23483 | r23484 | |
|---|---|---|
| 1562 | 1562 | lba2 = m_towns_cd.parameter[4] << 16; |
| 1563 | 1563 | lba2 += m_towns_cd.parameter[3] << 8; |
| 1564 | 1564 | lba2 += m_towns_cd.parameter[2]; |
| 1565 | m_towns_cd.cdda_current = msf_to_lbafm(lba1) | |
| 1565 | m_towns_cd.cdda_current = msf_to_lbafm(lba1); | |
| 1566 | 1566 | m_towns_cd.cdda_length = msf_to_lbafm(lba2) - m_towns_cd.cdda_current; |
| 1567 | 1567 | |
| 1568 | 1568 | m_cdda->set_cdrom(device->get_cdrom_file()); |
| Previous | 199869 Revisions | Next |