mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
TYPOs
This commit is contained in:
parent
244b2e200c
commit
b9c0b34082
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user