summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/ram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/ram.cpp')
-rw-r--r--src/devices/bus/comx35/ram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/ram.cpp b/src/devices/bus/comx35/ram.cpp
index bfe694d83d7..0e096c5dc15 100644
--- a/src/devices/bus/comx35/ram.cpp
+++ b/src/devices/bus/comx35/ram.cpp
@@ -33,7 +33,7 @@ const device_type COMX_RAM = &device_creator<comx_ram_device>;
// comx_ram_device - constructor
//-------------------------------------------------
-comx_ram_device::comx_ram_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+comx_ram_device::comx_ram_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, COMX_RAM, "COMX-35 RAM Card", tag, owner, clock, "comx_ram", __FILE__),
device_comx_expansion_card_interface(mconfig, *this),
m_ram(*this, "ram"),