summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ng_memcard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ng_memcard.cpp')
-rw-r--r--src/mame/machine/ng_memcard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/ng_memcard.cpp b/src/mame/machine/ng_memcard.cpp
index f9c1ea10843..720306fab95 100644
--- a/src/mame/machine/ng_memcard.cpp
+++ b/src/mame/machine/ng_memcard.cpp
@@ -19,7 +19,7 @@ const device_type NG_MEMCARD = &device_creator<ng_memcard_device>;
// ng_memcard_device - constructor
//-------------------------------------------------
-ng_memcard_device::ng_memcard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+ng_memcard_device::ng_memcard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, NG_MEMCARD, "NeoGeo Memory Card", tag, owner, clock, "ng_memcard", __FILE__),
device_image_interface(mconfig, *this)
{