diff options
Diffstat (limited to 'src/devices/machine/upd1990a.h')
-rw-r--r-- | src/devices/machine/upd1990a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd1990a.h b/src/devices/machine/upd1990a.h index ee8ed3bd1b2..682ceed6402 100644 --- a/src/devices/machine/upd1990a.h +++ b/src/devices/machine/upd1990a.h @@ -52,7 +52,7 @@ class upd1990a_device : public device_t, { public: // construction/destruction - upd1990a_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, UINT32 variant, const char *shortname, const char *source); + upd1990a_device(const machine_config &mconfig, device_type type, std::string name, std::string tag, device_t *owner, UINT32 clock, UINT32 variant, std::string shortname, std::string source); upd1990a_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); template<class _data> void set_data_callback(_data data) { m_write_data.set_callback(data); } |