summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gberet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gberet.h')
-rw-r--r--src/mame/includes/gberet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gberet.h b/src/mame/includes/gberet.h
index fc5ff97bf7a..6911d47fc40 100644
--- a/src/mame/includes/gberet.h
+++ b/src/mame/includes/gberet.h
@@ -11,7 +11,7 @@
class gberet_state : public driver_device
{
public:
- gberet_state(const machine_config &mconfig, device_type type, std::string tag)
+ gberet_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_colorram(*this, "colorram"),
m_videoram(*this, "videoram"),