summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/deco104.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/deco104.cpp')
-rw-r--r--src/mame/machine/deco104.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/deco104.cpp b/src/mame/machine/deco104.cpp
index 554ad3ac47f..f750c6f776d 100644
--- a/src/mame/machine/deco104.cpp
+++ b/src/mame/machine/deco104.cpp
@@ -1055,7 +1055,7 @@ const device_type DECO104PROT = &device_creator<deco104_device>;
-deco104_device::deco104_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+deco104_device::deco104_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: deco_146_base_device(mconfig, DECO104PROT, "DECO 104 Protection", tag, owner, clock, "deco104", __FILE__)
{
m_bankswitch_swap_read_address = 0x66;