summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_cbus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_cbus.cpp')
-rw-r--r--src/mame/machine/pc9801_cbus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_cbus.cpp b/src/mame/machine/pc9801_cbus.cpp
index 2e3f6b59670..730e6ae11d5 100644
--- a/src/mame/machine/pc9801_cbus.cpp
+++ b/src/mame/machine/pc9801_cbus.cpp
@@ -51,7 +51,7 @@ device_pc9801cbus_card_interface::~device_pc9801cbus_card_interface()
// pc9801_slot_device - constructor
//-------------------------------------------------
-pc9801_slot_device::pc9801_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+pc9801_slot_device::pc9801_slot_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, PC9801CBUS_SLOT, "PC-9801 sound cbus slot", tag, owner, clock, "pc9801_slot", __FILE__),
device_slot_interface(mconfig, *this)
{