summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8s2320.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8s2320.h')
-rw-r--r--src/devices/cpu/h8/h8s2320.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/devices/cpu/h8/h8s2320.h b/src/devices/cpu/h8/h8s2320.h
index 68ef4f7ba66..e8a979127cf 100644
--- a/src/devices/cpu/h8/h8s2320.h
+++ b/src/devices/cpu/h8/h8s2320.h
@@ -39,8 +39,8 @@
class h8s2320_device : public h8s2000_device {
public:
- h8s2320_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);
- h8s2320_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2320_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source);
+ h8s2320_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
DECLARE_READ8_MEMBER(syscr_r);
DECLARE_WRITE8_MEMBER(syscr_w);
@@ -79,8 +79,8 @@ protected:
required_device<h8_sci_device> sci2;
required_device<h8_watchdog_device> watchdog;
- UINT32 ram_start;
- UINT8 syscr;
+ uint32_t ram_start;
+ uint8_t syscr;
virtual bool exr_in_stack() const override;
virtual void update_irq_filter() override;
@@ -88,7 +88,7 @@ protected:
virtual int trace_setup() override;
virtual int trapa_setup() override;
virtual void irq_setup() override;
- virtual void internal_update(UINT64 current_time) override;
+ virtual void internal_update(uint64_t current_time) override;
virtual machine_config_constructor device_mconfig_additions() const override;
DECLARE_ADDRESS_MAP(map, 16);
@@ -99,42 +99,42 @@ protected:
class h8s2321_device : public h8s2320_device {
public:
- h8s2321_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2321_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
class h8s2322_device : public h8s2320_device {
public:
- h8s2322_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2322_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
class h8s2323_device : public h8s2320_device {
public:
- h8s2323_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2323_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
class h8s2324_device : public h8s2320_device {
public:
- h8s2324_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2324_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
class h8s2326_device : public h8s2320_device {
public:
- h8s2326_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2326_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
class h8s2327_device : public h8s2320_device {
public:
- h8s2327_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2327_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
class h8s2328_device : public h8s2320_device {
public:
- h8s2328_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2328_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
class h8s2329_device : public h8s2320_device {
public:
- h8s2329_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ h8s2329_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};
extern const device_type H8S2320;