diff options
author | 2016-01-16 20:34:03 +0100 | |
---|---|---|
committer | 2016-01-16 20:47:16 +0100 | |
commit | e8512cb57bfcfc69d5abab5f2e993f139f306536 (patch) | |
tree | 8f057bb89241816e0faff5ba567c7fa8a96721a7 /src/devices/bus/isa/mufdc.h | |
parent | caba131d844ade3f2b30d6be24ea6cf46b2949d7 (diff) |
some additional (nw)
Diffstat (limited to 'src/devices/bus/isa/mufdc.h')
-rw-r--r-- | src/devices/bus/isa/mufdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/mufdc.h b/src/devices/bus/isa/mufdc.h index 0897d85a964..e9491ffec93 100644 --- a/src/devices/bus/isa/mufdc.h +++ b/src/devices/bus/isa/mufdc.h @@ -36,7 +36,7 @@ class mufdc_device : public device_t, { public: // construction/destruction - mufdc_device(const machine_config &mconfig, device_type type, std::string tag, device_t *owner, UINT32 clock, const char *name, const char *shortname); + mufdc_device(const machine_config &mconfig, device_type type, std::string tag, device_t *owner, UINT32 clock, std::string name, std::string shortname); // optional information overrides virtual machine_config_constructor device_mconfig_additions() const override; |