summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/rx01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/rx01.cpp')
-rw-r--r--src/mame/machine/rx01.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/rx01.cpp b/src/mame/machine/rx01.cpp
index 3721c43dd61..b4cb85869ea 100644
--- a/src/mame/machine/rx01.cpp
+++ b/src/mame/machine/rx01.cpp
@@ -48,7 +48,7 @@ const device_type RX01 = &device_creator<rx01_device>;
// rx01_device - constructor
//-------------------------------------------------
-rx01_device::rx01_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+rx01_device::rx01_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, RX01, "RX01", tag, owner, clock, "rx01", __FILE__)
{
}