summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/baraduke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/baraduke.h')
-rw-r--r--src/mame/includes/baraduke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/baraduke.h b/src/mame/includes/baraduke.h
index f8940e08551..fb468780ea9 100644
--- a/src/mame/includes/baraduke.h
+++ b/src/mame/includes/baraduke.h
@@ -5,7 +5,7 @@
class baraduke_state : public driver_device
{
public:
- baraduke_state(const machine_config &mconfig, device_type type, std::string tag)
+ baraduke_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_videoram(*this, "videoram"),