summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ice_bozopail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ice_bozopail.cpp')
-rw-r--r--src/mame/drivers/ice_bozopail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ice_bozopail.cpp b/src/mame/drivers/ice_bozopail.cpp
index 4bff01178c0..0fb674c3e0e 100644
--- a/src/mame/drivers/ice_bozopail.cpp
+++ b/src/mame/drivers/ice_bozopail.cpp
@@ -22,7 +22,7 @@ http://www.highwaygames.com/arcade-machines/bozo-s-grand-prize-game-6751/
class ice_bozopail : public driver_device
{
public:
- ice_bozopail(const machine_config &mconfig, device_type type, std::string tag)
+ ice_bozopail(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
// ,m_maincpu(*this, "maincpu")
{ }