summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8243.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8243.h')
-rw-r--r--src/devices/machine/i8243.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8243.h b/src/devices/machine/i8243.h
index 5157056491d..169564f1d27 100644
--- a/src/devices/machine/i8243.h
+++ b/src/devices/machine/i8243.h
@@ -41,7 +41,7 @@ class i8243_device : public device_t
{
public:
// construction/destruction
- i8243_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ i8243_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// static configuration helpers
template<class _Object> static devcb_base &set_read_handler(device_t &device, _Object object) { return downcast<i8243_device &>(device).m_readhandler.set_callback(object); }