summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tsamurai.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tsamurai.c')
-rw-r--r--src/mame/drivers/tsamurai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tsamurai.c b/src/mame/drivers/tsamurai.c
index 3b7e49378ec..7d9e22b047c 100644
--- a/src/mame/drivers/tsamurai.c
+++ b/src/mame/drivers/tsamurai.c
@@ -128,7 +128,7 @@ static WRITE8_HANDLER( flip_screen_w )
static WRITE8_HANDLER( tsamurai_coin_counter_w )
{
- coin_counter_w(offset,data);
+ coin_counter_w(space->machine, offset,data);
}