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 050d30c652d..ab7b3b07218 100644
--- a/src/mess/machine/psxcd.c
+++ b/src/mess/machine/psxcd.c
@@ -1084,7 +1084,7 @@ void psxcd_device::start_read()
return;
}
send_result(intr_complete);
- status |= status_reading;
+ status |= status_reading;
m_cursec=sectail=0;