summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8xc196.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs96/i8xc196.h')
-rw-r--r--src/devices/cpu/mcs96/i8xc196.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mcs96/i8xc196.h b/src/devices/cpu/mcs96/i8xc196.h
index 746224a39f7..b6584fcd84f 100644
--- a/src/devices/cpu/mcs96/i8xc196.h
+++ b/src/devices/cpu/mcs96/i8xc196.h
@@ -15,7 +15,7 @@
class i8xc196_device : public mcs96_device {
public:
- i8xc196_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ i8xc196_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
static const disasm_entry disasm_entries[0x100];