summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/psxcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/psxcd.c')
-rw-r--r--src/mess/machine/psxcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/psxcd.c b/src/mess/machine/psxcd.c
index c6cafed8e75..3d8c07c18a2 100644
--- a/src/mess/machine/psxcd.c
+++ b/src/mess/machine/psxcd.c
@@ -463,7 +463,7 @@ void psxcd_device::cdcmd_setloc()
void psxcd_device::cdcmd_play()
{
if(cmdbuf[0] && m_param_count)
- loc.w = lba_to_msf_ps(cdrom_get_track_start(m_cdrom_handle, bcd_to_decimal(cmdbuf[0]) - 1));
+ loc.w = lba_to_msf_ps(cdrom_get_track_start(m_cdrom_handle, bcd_to_decimal(cmdbuf[0]) - 1));
curpos.w = loc.w;
if (!curpos.w)