summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gcpinbal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gcpinbal.h')
-rw-r--r--src/mame/includes/gcpinbal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gcpinbal.h b/src/mame/includes/gcpinbal.h
index 7b383d0af41..fa32062eb1c 100644
--- a/src/mame/includes/gcpinbal.h
+++ b/src/mame/includes/gcpinbal.h
@@ -14,7 +14,7 @@ public:
TIMER_GCPINBAL_INTERRUPT3
};
- gcpinbal_state(const machine_config &mconfig, device_type type, std::string tag)
+ gcpinbal_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_oki(*this, "oki"),