summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/diverboy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/diverboy.cpp')
-rw-r--r--src/mame/drivers/diverboy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/diverboy.cpp b/src/mame/drivers/diverboy.cpp
index b4146901107..c83c94dd26b 100644
--- a/src/mame/drivers/diverboy.cpp
+++ b/src/mame/drivers/diverboy.cpp
@@ -58,7 +58,7 @@
class diverboy_state : public driver_device
{
public:
- diverboy_state(const machine_config &mconfig, device_type type, const char *tag)
+ diverboy_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_audiocpu(*this, "audiocpu"),