diff options
Diffstat (limited to 'src/mame/drivers/rgum.cpp')
-rw-r--r-- | src/mame/drivers/rgum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rgum.cpp b/src/mame/drivers/rgum.cpp index f0aacbbe575..2f6ef0e5894 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, std::string tag) + rgum_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_vram(*this, "vram"), m_cram(*this, "cram"), |