diff options
Diffstat (limited to 'src/mame/drivers/ice_bozopail.cpp')
-rw-r--r-- | src/mame/drivers/ice_bozopail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ice_bozopail.cpp b/src/mame/drivers/ice_bozopail.cpp index 0fb674c3e0e..4bff01178c0 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, const char *tag) + ice_bozopail(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag) // ,m_maincpu(*this, "maincpu") { } |