summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/cmc_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/cmc_prot.h')
-rw-r--r--src/devices/bus/neogeo/cmc_prot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/cmc_prot.h b/src/devices/bus/neogeo/cmc_prot.h
index cbf53a865dd..1094f29a693 100644
--- a/src/devices/bus/neogeo/cmc_prot.h
+++ b/src/devices/bus/neogeo/cmc_prot.h
@@ -44,7 +44,7 @@ class cmc_prot_device : public device_t
{
public:
// construction/destruction
- cmc_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cmc_prot_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
void decrypt(UINT8 *r0, UINT8 *r1,
UINT8 c0, UINT8 c1,