This commit is contained in:
Angelo Salese 2013-01-03 15:32:18 +00:00
parent 244b2e200c
commit b9c0b34082

View File

@ -670,7 +670,7 @@ static void pce_cd_nec_set_audio_stop_position( running_machine &machine )
} }
else else
{ {
printf("%08x %08x\n",pce_cd.current_frame,pce_cd.end_frame - pce_cd.current_frame); //printf("%08x %08x\n",pce_cd.current_frame,pce_cd.end_frame - pce_cd.current_frame);
cdda_start_audio( machine.device( "cdda" ), pce_cd.current_frame, pce_cd.end_frame - pce_cd.current_frame ); cdda_start_audio( machine.device( "cdda" ), pce_cd.current_frame, pce_cd.end_frame - pce_cd.current_frame );
pce_cd.end_mark = 1; pce_cd.end_mark = 1;
} }
@ -1030,7 +1030,7 @@ static void pce_cd_update( running_machine &machine )
} }
else else
{ {
/* Check for data and pessage phases */ /* Check for data and message phases */
if ( pce_cd.scsi_BSY ) if ( pce_cd.scsi_BSY )
{ {
if ( pce_cd.scsi_MSG ) if ( pce_cd.scsi_MSG )