summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/konami.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6809/konami.h')
-rw-r--r--src/devices/cpu/m6809/konami.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6809/konami.h b/src/devices/cpu/m6809/konami.h
index 957a4c4d3e5..d791803ca4e 100644
--- a/src/devices/cpu/m6809/konami.h
+++ b/src/devices/cpu/m6809/konami.h
@@ -33,7 +33,7 @@ class konami_cpu_device : public m6809_base_device
{
public:
// construction/destruction
- konami_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ konami_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// configuration
template<class _Object> static devcb_base &set_line_callback(device_t &device, _Object object) { return downcast<konami_cpu_device &>(device).m_set_lines.set_callback(object); }