diff options
Diffstat (limited to 'src/mame/drivers/molecular.cpp')
-rw-r--r-- | src/mame/drivers/molecular.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/molecular.cpp b/src/mame/drivers/molecular.cpp index 1c063b40a86..8915163ea43 100644 --- a/src/mame/drivers/molecular.cpp +++ b/src/mame/drivers/molecular.cpp @@ -59,7 +59,7 @@ TODO: class molecula_state : public driver_device { public: - molecula_state(const machine_config &mconfig, device_type type, std::string tag) + molecula_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_filecpu(*this, "filecpu") { } |