summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/powerbal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/powerbal.cpp')
-rw-r--r--src/mame/drivers/powerbal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/powerbal.cpp b/src/mame/drivers/powerbal.cpp
index 60d504db0ae..8c92483c44c 100644
--- a/src/mame/drivers/powerbal.cpp
+++ b/src/mame/drivers/powerbal.cpp
@@ -24,7 +24,7 @@ Magic Sticks:
class powerbal_state : public playmark_state
{
public:
- powerbal_state(const machine_config &mconfig, device_type type, std::string tag)
+ powerbal_state(const machine_config &mconfig, device_type type, const char *tag)
: playmark_state(mconfig, type, tag),
m_eeprom(*this, "eeprom") { }