Previous 199869 Revisions Next

r20573 Monday 28th January, 2013 at 03:29:00 UTC by Angelo Salese
Fix Daytona USA regression
[src/mame/machine]stvcd.c

trunk/src/mame/machine/stvcd.c
r20572r20573
13931393      return;
13941394   }
13951395
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
13961401   if(cd_stat & CD_STAT_PERI)
13971402   {
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
14021403      cr_standard_return(cd_stat);
14031404   }
14041405}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team