summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/igs025.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/igs025.cpp')
-rw-r--r--src/mame/machine/igs025.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/igs025.cpp b/src/mame/machine/igs025.cpp
index e7ac5803c58..544c62d662a 100644
--- a/src/mame/machine/igs025.cpp
+++ b/src/mame/machine/igs025.cpp
@@ -16,7 +16,7 @@
#include "igs025.h"
-igs025_device::igs025_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+igs025_device::igs025_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, IGS025, "IGS025", tag, owner, clock, "igs_025_022", __FILE__)
{
m_execute_external = igs025_execute_external(FUNC(igs025_device::no_callback_setup), this);
@@ -339,7 +339,7 @@ void igs025_device::killbld_protection_calculate_hold(int y, int z)
void igs025_device::killbld_protection_calculate_hilo()
{
- UINT8 source;
+ uint8_t source;
m_kb_prot_hilo_select++;