diff options
Diffstat (limited to 'src/mame/drivers/rotaryf.cpp')
-rw-r--r-- | src/mame/drivers/rotaryf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rotaryf.cpp b/src/mame/drivers/rotaryf.cpp index 98dcdd7810f..e903b59e4ad 100644 --- a/src/mame/drivers/rotaryf.cpp +++ b/src/mame/drivers/rotaryf.cpp @@ -22,7 +22,7 @@ driver by Barry Rodewald class rotaryf_state : public driver_device { public: - rotaryf_state(const machine_config &mconfig, device_type type, const char *tag) + rotaryf_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this,"maincpu"), m_samples(*this, "samples"), |