summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gsword.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gsword.c')
-rw-r--r--src/mame/drivers/gsword.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gsword.c b/src/mame/drivers/gsword.c
index bfcccea8c97..f45e00d7091 100644
--- a/src/mame/drivers/gsword.c
+++ b/src/mame/drivers/gsword.c
@@ -150,10 +150,10 @@ reg: 0->1 (main->2nd) / : (1->0) 2nd->main :
#if 0
-static int gsword_coins_in(void)
+int ::gsword_coins_in(void)
{
/* emulate 8741 coin slot */
- if (machine.root_device().ioport("IN4")->read() & 0xc0)
+ if (machine().root_device().ioport("IN4")->read() & 0xc0)
{
logerror("Coin In\n");
return 0x80;