diff options
Diffstat (limited to 'src/devices/bus/dmv/k230.h')
-rw-r--r-- | src/devices/bus/dmv/k230.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/dmv/k230.h b/src/devices/bus/dmv/k230.h index 993e449f2aa..d05d6ef8317 100644 --- a/src/devices/bus/dmv/k230.h +++ b/src/devices/bus/dmv/k230.h @@ -29,8 +29,8 @@ class dmv_k230_device : { public: // construction/destruction - dmv_k230_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); - dmv_k230_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + dmv_k230_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); + dmv_k230_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); // optional information overrides virtual const rom_entry *device_rom_region() const override; @@ -69,7 +69,7 @@ class dmv_k231_device : { public: // construction/destruction - dmv_k231_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + dmv_k231_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); // optional information overrides virtual const rom_entry *device_rom_region() const override; @@ -83,7 +83,7 @@ class dmv_k234_device : { public: // construction/destruction - dmv_k234_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + dmv_k234_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); DECLARE_READ8_MEMBER(snr_r); DECLARE_WRITE8_MEMBER(snr_w); @@ -113,7 +113,7 @@ class dmv_k235_device : { public: // construction/destruction - dmv_k235_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + dmv_k235_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); protected: // optional information overrides |