trunk/src/mess/machine/pce.c
| r20040 | r20041 | |
| 670 | 670 | } |
| 671 | 671 | else |
| 672 | 672 | { |
| 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); |
| 674 | 674 | cdda_start_audio( machine.device( "cdda" ), pce_cd.current_frame, pce_cd.end_frame - pce_cd.current_frame ); |
| 675 | 675 | pce_cd.end_mark = 1; |
| 676 | 676 | } |
| r20040 | r20041 | |
| 1030 | 1030 | } |
| 1031 | 1031 | else |
| 1032 | 1032 | { |
| 1033 | | /* Check for data and pessage phases */ |
| 1033 | /* Check for data and message phases */ |
| 1034 | 1034 | if ( pce_cd.scsi_BSY ) |
| 1035 | 1035 | { |
| 1036 | 1036 | if ( pce_cd.scsi_MSG ) |