summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nc.cpp')
-rw-r--r--src/mame/machine/nc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nc.cpp b/src/mame/machine/nc.cpp
index 3f5ba19fbce..2288347e151 100644
--- a/src/mame/machine/nc.cpp
+++ b/src/mame/machine/nc.cpp
@@ -48,7 +48,7 @@ int nc_state::card_calculate_mask(int size)
// load pcmcia card data
DEVICE_IMAGE_LOAD_MEMBER( nc_state, nc_pcmcia_card )
{
- UINT32 size = m_card->common_get_size("rom");
+ uint32_t size = m_card->common_get_size("rom");
m_card->rom_alloc(size, GENERIC_ROM8_WIDTH, ENDIANNESS_LITTLE);
m_card->common_load_rom(m_card->get_rom_base(), size, "rom");