diff options
Diffstat (limited to 'src/devices/cpu/m6502/m740.h')
-rw-r--r-- | src/devices/cpu/m6502/m740.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m740.h b/src/devices/cpu/m6502/m740.h index a8549813225..2b8dcdd7c9c 100644 --- a/src/devices/cpu/m6502/m740.h +++ b/src/devices/cpu/m6502/m740.h @@ -37,7 +37,7 @@ public: }; m740_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); - m740_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); + m740_device(const machine_config &mconfig, device_type type, std::string name, std::string tag, device_t *owner, UINT32 clock, std::string shortname, std::string source); virtual void device_start() override; virtual void device_reset() override; |