summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/econet/e01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/econet/e01.h')
-rw-r--r--src/devices/bus/econet/e01.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/econet/e01.h b/src/devices/bus/econet/e01.h
index 6e123a7a84c..4cf86c6cabd 100644
--- a/src/devices/bus/econet/e01.h
+++ b/src/devices/bus/econet/e01.h
@@ -29,8 +29,8 @@ class e01_device : public device_t,
{
public:
// construction/destruction
- e01_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);
- e01_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ e01_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);
+ e01_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
enum
{
@@ -124,7 +124,7 @@ class e01s_device : public e01_device
{
public:
// construction/destruction
- e01s_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ e01s_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
};