summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pce_cd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pce_cd.cpp')
-rw-r--r--src/mame/machine/pce_cd.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/machine/pce_cd.cpp b/src/mame/machine/pce_cd.cpp
index 1ac84e7ba2f..44746349fbe 100644
--- a/src/mame/machine/pce_cd.cpp
+++ b/src/mame/machine/pce_cd.cpp
@@ -442,14 +442,14 @@ void pce_cd_device::nec_set_audio_start_position()
m_cdda_status = PCE_CD_CDDA_PAUSED;
// old code for reference, seems unlikely that this puts status in standby (and breaks Snatcher at the title screen)
-// if (m_cdda_status == PCE_CD_CDDA_PAUSED)
-// {
-// m_cdda_status = PCE_CD_CDDA_OFF;
-// m_cdda->stop_audio();
-// m_end_frame = m_last_frame;
-// m_end_mark = 0;
-// }
-// else
+// if (m_cdda_status == PCE_CD_CDDA_PAUSED)
+// {
+// m_cdda_status = PCE_CD_CDDA_OFF;
+// m_cdda->stop_audio();
+// m_end_frame = m_last_frame;
+// m_end_mark = 0;
+// }
+// else
{
if (m_command_buffer[1] & 0x03)
{