summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dominob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dominob.cpp')
-rw-r--r--src/mame/drivers/dominob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dominob.cpp b/src/mame/drivers/dominob.cpp
index c1d6fa52b96..1e64e010e4e 100644
--- a/src/mame/drivers/dominob.cpp
+++ b/src/mame/drivers/dominob.cpp
@@ -69,7 +69,7 @@ Notes:
class dominob_state : public driver_device
{
public:
- dominob_state(const machine_config &mconfig, device_type type, std::string tag)
+ dominob_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_spriteram(*this, "spriteram"),