summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/p1_rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/p1_rom.cpp')
-rw-r--r--src/devices/bus/isa/p1_rom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/p1_rom.cpp b/src/devices/bus/isa/p1_rom.cpp
index bd078972a04..7c92e76bb82 100644
--- a/src/devices/bus/isa/p1_rom.cpp
+++ b/src/devices/bus/isa/p1_rom.cpp
@@ -49,7 +49,7 @@ const rom_entry *p1_rom_device::device_rom_region() const
// p1_rom_device - constructor
//-------------------------------------------------
-p1_rom_device::p1_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+p1_rom_device::p1_rom_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, P1_ROM, "Poisk-1 ROM cart", tag, owner, clock, "p1_rom", __FILE__),
device_isa8_card_interface( mconfig, *this )
{