summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/pvc_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/pvc_prot.h')
-rw-r--r--src/devices/bus/neogeo/pvc_prot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/pvc_prot.h b/src/devices/bus/neogeo/pvc_prot.h
index db853285a28..ef9b82f5aaf 100644
--- a/src/devices/bus/neogeo/pvc_prot.h
+++ b/src/devices/bus/neogeo/pvc_prot.h
@@ -18,7 +18,7 @@ class pvc_prot_device : public device_t
{
public:
// construction/destruction
- pvc_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ pvc_prot_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
void pvc_write_unpack_color();
void pvc_write_pack_color();