summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/aicartc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/aicartc.h')
-rw-r--r--src/devices/machine/aicartc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/aicartc.h b/src/devices/machine/aicartc.h
index 9bec6405cf6..6e1d9e2183e 100644
--- a/src/devices/machine/aicartc.h
+++ b/src/devices/machine/aicartc.h
@@ -31,7 +31,7 @@ class aicartc_device : public device_t,
{
public:
// construction/destruction
- aicartc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ aicartc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// I/O operations
DECLARE_WRITE16_MEMBER( write );