summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/8530scc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/8530scc.h')
-rw-r--r--src/devices/machine/8530scc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/8530scc.h b/src/devices/machine/8530scc.h
index 2e6e703ceb8..2032c89ad34 100644
--- a/src/devices/machine/8530scc.h
+++ b/src/devices/machine/8530scc.h
@@ -29,7 +29,7 @@ public:
IRQ_B_EXT
};
- scc8530_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ scc8530_t(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_intrq_wr_callback(device_t &device, _Object object) { return downcast<scc8530_t &>(device).intrq_cb.set_callback(object); }