summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/astrocde.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/astrocde.c')
-rw-r--r--src/mame/video/astrocde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/astrocde.c b/src/mame/video/astrocde.c
index f92c25ff4fc..980f3e270ea 100644
--- a/src/mame/video/astrocde.c
+++ b/src/mame/video/astrocde.c
@@ -598,7 +598,7 @@ WRITE8_MEMBER(astrocde_state::astrocade_data_chip_register_w)
case 0x17: /* noise volume register */
case 0x18: /* sound block transfer */
if (m_video_config & AC_SOUND_PRESENT)
- astrocade_sound_w(machine().device("astrocade1"), offset, data);
+ astrocade_sound_w(machine().device("astrocade1"), space, offset, data);
break;
case 0x19: /* expand register */