diff --git a/src/mess/machine/pce.c b/src/mess/machine/pce.c index 8e6fd2ede18..6c505defa4d 100644 --- a/src/mess/machine/pce.c +++ b/src/mess/machine/pce.c @@ -670,7 +670,7 @@ static void pce_cd_nec_set_audio_stop_position( running_machine &machine ) } 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 ); pce_cd.end_mark = 1; } @@ -1030,7 +1030,7 @@ static void pce_cd_update( running_machine &machine ) } else { - /* Check for data and pessage phases */ + /* Check for data and message phases */ if ( pce_cd.scsi_BSY ) { if ( pce_cd.scsi_MSG )