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