diff options
Diffstat (limited to 'src/devices/machine/ldstub.h')
-rw-r--r-- | src/devices/machine/ldstub.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/ldstub.h b/src/devices/machine/ldstub.h index 6641b52b28e..ee49e382583 100644 --- a/src/devices/machine/ldstub.h +++ b/src/devices/machine/ldstub.h @@ -49,7 +49,7 @@ class sony_ldp1450_device : public laserdisc_device { public: // construction/destruction - sony_ldp1450_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) + sony_ldp1450_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : laserdisc_device(mconfig, SONY_LDP1450, "Sony LDP-1450", tag, owner, clock, "ldp1450", __FILE__) { } // input/output @@ -71,7 +71,7 @@ class pioneer_pr7820_device : public laserdisc_device { public: // construction/destruction - pioneer_pr7820_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) + pioneer_pr7820_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : laserdisc_device(mconfig, PIONEER_PR7820, "Pioneer PR-7820", tag, owner, clock, "pr7820", __FILE__) { } // input/output @@ -95,7 +95,7 @@ class phillips_22vp932_device : public laserdisc_device { public: // construction/destruction - phillips_22vp932_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) + phillips_22vp932_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : laserdisc_device(mconfig, PHILLIPS_22VP932, "Phillips 22VP932", tag, owner, clock, "22vp932", __FILE__) { } // input/output |