summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8706.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8706.h')
-rw-r--r--src/devices/machine/mos8706.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8706.h b/src/devices/machine/mos8706.h
index 1a225d57792..2fd710e1337 100644
--- a/src/devices/machine/mos8706.h
+++ b/src/devices/machine/mos8706.h
@@ -50,7 +50,7 @@
class mos8706_device : public device_t
{
public:
- mos8706_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ mos8706_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );