diff options
Diffstat (limited to 'src/mame/drivers/bmcbowl.cpp')
-rw-r--r-- | src/mame/drivers/bmcbowl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bmcbowl.cpp b/src/mame/drivers/bmcbowl.cpp index 13a12271374..f41f470f429 100644 --- a/src/mame/drivers/bmcbowl.cpp +++ b/src/mame/drivers/bmcbowl.cpp @@ -116,7 +116,7 @@ Main board: class bmcbowl_state : public driver_device { public: - bmcbowl_state(const machine_config &mconfig, device_type type, const char *tag) + bmcbowl_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_stats_ram(*this, "nvram", 16), |