diff options
Diffstat (limited to 'src/devices/machine/roc10937.h')
-rw-r--r-- | src/devices/machine/roc10937.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/roc10937.h b/src/devices/machine/roc10937.h index ae826fbc7cf..a2d2a58f736 100644 --- a/src/devices/machine/roc10937.h +++ b/src/devices/machine/roc10937.h @@ -49,7 +49,7 @@ class rocvfd_t : public device_t { public: - rocvfd_t(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); + rocvfd_t(const machine_config &mconfig, device_type type, std::string name, std::string tag, device_t *owner, UINT32 clock, std::string shortname, std::string source); // inline configuration helpers static void static_set_value(device_t &device, int val); |