summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/pcm2_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/pcm2_prot.h')
-rw-r--r--src/devices/bus/neogeo/pcm2_prot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/pcm2_prot.h b/src/devices/bus/neogeo/pcm2_prot.h
index 72f59dac1b3..68df5591db2 100644
--- a/src/devices/bus/neogeo/pcm2_prot.h
+++ b/src/devices/bus/neogeo/pcm2_prot.h
@@ -17,7 +17,7 @@ class pcm2_prot_device : public device_t
{
public:
// construction/destruction
- pcm2_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ pcm2_prot_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
void neo_pcm2_snk_1999(UINT8* ymrom, UINT32 ymsize, int value);
void neo_pcm2_swap(UINT8* ymrom, UINT32 ymsize, int value);