summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sauro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sauro.c')
-rw-r--r--src/mame/drivers/sauro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sauro.c b/src/mame/drivers/sauro.c
index c148d469ec4..258905c62a1 100644
--- a/src/mame/drivers/sauro.c
+++ b/src/mame/drivers/sauro.c
@@ -161,7 +161,7 @@ WRITE8_MEMBER(sauro_state::flip_screen_w)
WRITE8_MEMBER(sauro_state::adpcm_w)
{
device_t *device = machine().device("speech");
- sp0256_ALD_w(device, 0, data);
+ sp0256_ALD_w(device, space, 0, data);
}
static ADDRESS_MAP_START( sauro_map, AS_PROGRAM, 8, sauro_state )