diff options
Diffstat (limited to 'src/mame/drivers/rvoice.cpp')
-rw-r--r-- | src/mame/drivers/rvoice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rvoice.cpp b/src/mame/drivers/rvoice.cpp index 3115e508bbb..5fc455da10e 100644 --- a/src/mame/drivers/rvoice.cpp +++ b/src/mame/drivers/rvoice.cpp @@ -76,7 +76,7 @@ struct rvoicepc_t class rvoice_state : public driver_device { public: - rvoice_state(const machine_config &mconfig, device_type type, std::string tag) + rvoice_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) , m_maincpu(*this, "maincpu") { } |