summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tandy2kb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tandy2kb.h')
-rw-r--r--src/mame/machine/tandy2kb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/tandy2kb.h b/src/mame/machine/tandy2kb.h
index b5ecd01be34..aa27aa3b782 100644
--- a/src/mame/machine/tandy2kb.h
+++ b/src/mame/machine/tandy2kb.h
@@ -46,7 +46,7 @@ class tandy2k_keyboard_device : public device_t
{
public:
// construction/destruction
- tandy2k_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ tandy2k_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_clock_wr_callback(device_t &device, _Object object) { return downcast<tandy2k_keyboard_device &>(device).m_write_clock.set_callback(object); }
template<class _Object> static devcb_base &set_data_wr_callback(device_t &device, _Object object) { return downcast<tandy2k_keyboard_device &>(device).m_write_data.set_callback(object); }