summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaelco3d.h')
-rw-r--r--src/mame/includes/gaelco3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gaelco3d.h b/src/mame/includes/gaelco3d.h
index 8aaf90e1dc9..a0ce45bb7a8 100644
--- a/src/mame/includes/gaelco3d.h
+++ b/src/mame/includes/gaelco3d.h
@@ -55,7 +55,7 @@ private:
class gaelco3d_state : public driver_device
{
public:
- gaelco3d_state(const machine_config &mconfig, device_type type, const char *tag)
+ gaelco3d_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_adsp_ram_base(*this,"adsp_ram_base"),
m_m68k_ram_base(*this,"m68k_ram_base",0),