summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/kof2002_prot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/kof2002_prot.cpp')
-rw-r--r--src/devices/bus/neogeo/kof2002_prot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/kof2002_prot.cpp b/src/devices/bus/neogeo/kof2002_prot.cpp
index 27fd8751783..f234602a0c2 100644
--- a/src/devices/bus/neogeo/kof2002_prot.cpp
+++ b/src/devices/bus/neogeo/kof2002_prot.cpp
@@ -9,7 +9,7 @@
extern const device_type KOF2002_PROT = &device_creator<kof2002_prot_device>;
-kof2002_prot_device::kof2002_prot_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+kof2002_prot_device::kof2002_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, KOF2002_PROT, "NeoGeo Protection (KOF2002)", tag, owner, clock, "kof2002_prot", __FILE__)
{
}