summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/kof2002_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/kof2002_prot.h')
-rw-r--r--src/devices/bus/neogeo/kof2002_prot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/kof2002_prot.h b/src/devices/bus/neogeo/kof2002_prot.h
index 8ed4873b1be..d553ed6de7a 100644
--- a/src/devices/bus/neogeo/kof2002_prot.h
+++ b/src/devices/bus/neogeo/kof2002_prot.h
@@ -17,7 +17,7 @@ class kof2002_prot_device : public device_t
{
public:
// construction/destruction
- kof2002_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ kof2002_prot_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
void kof2002_decrypt_68k(UINT8* cpurom, UINT32 cpurom_size);
void matrim_decrypt_68k(UINT8* cpurom, UINT32 cpurom_size);