summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bzone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bzone.c')
-rw-r--r--src/mame/drivers/bzone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bzone.c b/src/mame/drivers/bzone.c
index 1c467ce3992..c1350bffb01 100644
--- a/src/mame/drivers/bzone.c
+++ b/src/mame/drivers/bzone.c
@@ -286,7 +286,7 @@ WRITE8_MEMBER(bzone_state::redbaron_joysound_w)
{
device_t *device = machine().device("custom");
m_rb_input_select = data & 1;
- redbaron_sounds_w(device, offset, data);
+ redbaron_sounds_w(device, space, offset, data);
}