summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8s2357.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8s2357.h')
-rw-r--r--src/devices/cpu/h8/h8s2357.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/cpu/h8/h8s2357.h b/src/devices/cpu/h8/h8s2357.h
index 81bc13b6db2..b13c0b9aab3 100644
--- a/src/devices/cpu/h8/h8s2357.h
+++ b/src/devices/cpu/h8/h8s2357.h
@@ -33,8 +33,8 @@
class h8s2357_device : public h8s2000_device {
public:
- h8s2357_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);
- h8s2357_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ h8s2357_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);
+ h8s2357_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(syscr_r);
DECLARE_WRITE8_MEMBER(syscr_w);
@@ -88,27 +88,27 @@ protected:
class h8s2352_device : public h8s2357_device {
public:
- h8s2352_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ h8s2352_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
};
class h8s2398_device : public h8s2357_device {
public:
- h8s2398_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ h8s2398_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
};
class h8s2394_device : public h8s2357_device {
public:
- h8s2394_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ h8s2394_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
};
class h8s2392_device : public h8s2357_device {
public:
- h8s2392_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ h8s2392_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
};
class h8s2390_device : public h8s2357_device {
public:
- h8s2390_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ h8s2390_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
};
extern const device_type H8S2357;