summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/rgum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rgum.cpp')
-rw-r--r--src/mame/drivers/rgum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rgum.cpp b/src/mame/drivers/rgum.cpp
index 2f6ef0e5894..f0aacbbe575 100644
--- a/src/mame/drivers/rgum.cpp
+++ b/src/mame/drivers/rgum.cpp
@@ -24,7 +24,7 @@ The ppi at 3000-3003 seems to be a dual port communication thing with the z80.
class rgum_state : public driver_device
{
public:
- rgum_state(const machine_config &mconfig, device_type type, const char *tag)
+ rgum_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_vram(*this, "vram"),
m_cram(*this, "cram"),