summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/a7800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/a7800.cpp')
-rw-r--r--src/mame/drivers/a7800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/a7800.cpp b/src/mame/drivers/a7800.cpp
index aa35459d5a5..179b521e6ef 100644
--- a/src/mame/drivers/a7800.cpp
+++ b/src/mame/drivers/a7800.cpp
@@ -267,7 +267,7 @@ WRITE8_MEMBER(a7800_state::tia_w)
m_ctrl_reg = data;
}
}
- m_tia->tia_sound_w(space, offset, data);
+ m_tia->tia_sound_w(offset, data);
}