summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/mslugx_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/mslugx_prot.h')
-rw-r--r--src/devices/bus/neogeo/mslugx_prot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/mslugx_prot.h b/src/devices/bus/neogeo/mslugx_prot.h
index fb1f2261957..80b1fe5444b 100644
--- a/src/devices/bus/neogeo/mslugx_prot.h
+++ b/src/devices/bus/neogeo/mslugx_prot.h
@@ -17,7 +17,7 @@ class mslugx_prot_device : public device_t
{
public:
// construction/destruction
- mslugx_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ mslugx_prot_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_WRITE16_MEMBER( mslugx_protection_16_w );