summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/6522via.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/6522via.h')
-rw-r--r--src/devices/machine/6522via.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/6522via.h b/src/devices/machine/6522via.h
index 467ff0885fb..b0f34e14d4a 100644
--- a/src/devices/machine/6522via.h
+++ b/src/devices/machine/6522via.h
@@ -64,7 +64,7 @@ class via6522_device : public device_t
{
public:
// construction/destruction
- via6522_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ via6522_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// TODO: REMOVE THESE
template<class _Object> static devcb_base &set_readpa_handler(device_t &device, _Object object) { return downcast<via6522_device &>(device).m_in_a_handler.set_callback(object); }