summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/kog_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/kog_prot.h')
-rw-r--r--src/devices/bus/neogeo/kog_prot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/kog_prot.h b/src/devices/bus/neogeo/kog_prot.h
index 5e19053c3d4..40d1857852d 100644
--- a/src/devices/bus/neogeo/kog_prot.h
+++ b/src/devices/bus/neogeo/kog_prot.h
@@ -17,7 +17,7 @@ class kog_prot_device : public device_t
{
public:
// construction/destruction
- kog_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ kog_prot_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
void kog_install_protection(cpu_device* maincpu);
void kog_px_decrypt(UINT8* cpurom, UINT32 cpurom_size);