summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74148.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74148.cpp')
-rw-r--r--src/devices/machine/74148.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74148.cpp b/src/devices/machine/74148.cpp
index 71520535f63..8786d2aa7b4 100644
--- a/src/devices/machine/74148.cpp
+++ b/src/devices/machine/74148.cpp
@@ -46,7 +46,7 @@
const device_type TTL74148 = &device_creator<ttl74148_device>;
-ttl74148_device::ttl74148_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+ttl74148_device::ttl74148_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, TTL74148, "74148 TTL", tag, owner, clock, "74148", __FILE__),
m_enable_input(0),
m_output(0),