summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nmk004.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nmk004.cpp')
-rw-r--r--src/mame/machine/nmk004.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nmk004.cpp b/src/mame/machine/nmk004.cpp
index 3ff6d37c69f..08c579fce3d 100644
--- a/src/mame/machine/nmk004.cpp
+++ b/src/mame/machine/nmk004.cpp
@@ -92,7 +92,7 @@ ROM_END
const device_type NMK004 = &device_creator<nmk004_device>;
-nmk004_device::nmk004_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+nmk004_device::nmk004_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, NMK004, "NMK004", tag, owner, clock, "nmk004", __FILE__),
m_cpu(*this, "mcu"),
m_systemcpu(*this, ":maincpu"),