summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarisy2.c')
-rw-r--r--src/mame/drivers/atarisy2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarisy2.c b/src/mame/drivers/atarisy2.c
index c9152a31413..03f45563e33 100644
--- a/src/mame/drivers/atarisy2.c
+++ b/src/mame/drivers/atarisy2.c
@@ -764,7 +764,7 @@ WRITE8_MEMBER(atarisy2_state::tms5220_w)
{
if (m_has_tms5220)
{
- tms5220_data_w(machine().device("tms"), 0, data);
+ tms5220_data_w(machine().device("tms"), space, 0, data);
}
}