summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/naughtyb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/naughtyb.c')
-rw-r--r--src/mame/video/naughtyb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/naughtyb.c b/src/mame/video/naughtyb.c
index ea4f752bb1a..1972b73a2da 100644
--- a/src/mame/video/naughtyb.c
+++ b/src/mame/video/naughtyb.c
@@ -113,7 +113,7 @@ void naughtyb_state::video_start()
WRITE8_MEMBER(naughtyb_state::naughtyb_videoreg_w)
{
// bits 4+5 control the sound circuit
- pleiads_sound_control_c_w(machine().device("cust"),offset,data);
+ pleiads_sound_control_c_w(machine().device("cust"),space,offset,data);
m_cocktail =
( ( ioport("DSW0")->read() & 0x80 ) && // cabinet == cocktail
@@ -125,7 +125,7 @@ WRITE8_MEMBER(naughtyb_state::naughtyb_videoreg_w)
WRITE8_MEMBER(naughtyb_state::popflame_videoreg_w)
{
// bits 4+5 control the sound circuit
- pleiads_sound_control_c_w(machine().device("cust"),offset,data);
+ pleiads_sound_control_c_w(machine().device("cust"),space,offset,data);
m_cocktail =
( ( ioport("DSW0")->read() & 0x80 ) && // cabinet == cocktail