Previous 199869 Revisions Next

r20041 Thursday 3rd January, 2013 at 15:32:18 UTC by Angelo Salese
TYPOs
[src/mess/machine]pce.c

trunk/src/mess/machine/pce.c
r20040r20041
670670      }
671671      else
672672      {
673         printf("%08x %08x\n",pce_cd.current_frame,pce_cd.end_frame - pce_cd.current_frame);
673         //printf("%08x %08x\n",pce_cd.current_frame,pce_cd.end_frame - pce_cd.current_frame);
674674         cdda_start_audio( machine.device( "cdda" ), pce_cd.current_frame, pce_cd.end_frame - pce_cd.current_frame );
675675         pce_cd.end_mark = 1;
676676      }
r20040r20041
10301030   }
10311031   else
10321032   {
1033      /* Check for data and pessage phases */
1033      /* Check for data and message phases */
10341034      if ( pce_cd.scsi_BSY )
10351035      {
10361036         if ( pce_cd.scsi_MSG )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team