summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k056800.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/k056800.c')
-rw-r--r--src/emu/sound/k056800.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/k056800.c b/src/emu/sound/k056800.c
index 235b33f21e9..8bb57570024 100644
--- a/src/emu/sound/k056800.c
+++ b/src/emu/sound/k056800.c
@@ -49,7 +49,7 @@ static UINT8 k056800_host_reg_r( const device_config *device, int reg )
{
k056800_state *k056800 = k056800_get_safe_token(device);
UINT8 value = k056800->host_reg[reg];
- if (reg == 2)
+ if (reg == 2)
value &= ~3; // suppress VOLWR busy flags
return value;