trunk/src/mame/machine/stvcd.c
| r20572 | r20573 | |
| 1393 | 1393 | return; |
| 1394 | 1394 | } |
| 1395 | 1395 | |
| 1396 | /* TODO: doesn't boot if a disk isn't in? */ |
| 1397 | /* TODO: Check out when this really happens. (Daytona USA original version definitely wants it to be on).*/ |
| 1398 | //if(((cd_stat & 0x0f00) != CD_STAT_NODISC) && ((cd_stat & 0x0f00) != CD_STAT_OPEN)) |
| 1399 | hirqreg |= SCDQ; |
| 1400 | |
| 1396 | 1401 | if(cd_stat & CD_STAT_PERI) |
| 1397 | 1402 | { |
| 1398 | | /* TODO: doesn't boot if a disk isn't in? */ |
| 1399 | | //if(((cd_stat & 0x0f00) != CD_STAT_NODISC) && ((cd_stat & 0x0f00) != CD_STAT_OPEN)) |
| 1400 | | hirqreg |= SCDQ; |
| 1401 | | |
| 1402 | 1403 | cr_standard_return(cd_stat); |
| 1403 | 1404 | } |
| 1404 | 1405 | } |