diff options
Diffstat (limited to 'src/mame/drivers/trvmadns.cpp')
-rw-r--r-- | src/mame/drivers/trvmadns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trvmadns.cpp b/src/mame/drivers/trvmadns.cpp index 89723355948..aabba09848a 100644 --- a/src/mame/drivers/trvmadns.cpp +++ b/src/mame/drivers/trvmadns.cpp @@ -95,7 +95,7 @@ Technology = NMOS class trvmadns_state : public driver_device { public: - trvmadns_state(const machine_config &mconfig, device_type type, std::string tag) + trvmadns_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_gfxram(*this, "gfxram"), m_tileram(*this, "tileram"), |