summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/r10696.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/r10696.h')
-rw-r--r--src/devices/machine/r10696.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/r10696.h b/src/devices/machine/r10696.h
index b3e821a9ed9..6a7cd728adf 100644
--- a/src/devices/machine/r10696.h
+++ b/src/devices/machine/r10696.h
@@ -32,7 +32,7 @@
class r10696_device : public device_t
{
public:
- r10696_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ r10696_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~r10696_device() {}
DECLARE_READ8_MEMBER ( io_r );