summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/stvcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/stvcd.c')
-rw-r--r--src/emu/machine/stvcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/stvcd.c b/src/emu/machine/stvcd.c
index 2c2422cfde4..eebb8d11cb4 100644
--- a/src/emu/machine/stvcd.c
+++ b/src/emu/machine/stvcd.c
@@ -866,7 +866,7 @@ void saturn_state::cd_exec_command( void )
if(cr4 == 0)
hirqreg |= (CMOK);
else
- hirqreg |= (CMOK|DRDY);
+ hirqreg |= (CMOK|DRDY);
status_type = 1;
}
break;