summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/jeutel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jeutel.cpp')
-rw-r--r--src/mame/drivers/jeutel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/jeutel.cpp b/src/mame/drivers/jeutel.cpp
index f8288b4ae03..9977c942037 100644
--- a/src/mame/drivers/jeutel.cpp
+++ b/src/mame/drivers/jeutel.cpp
@@ -41,8 +41,8 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(timer_a);
private:
bool m_timer_a;
- UINT8 m_sndcmd;
- UINT8 m_digit;
+ uint8_t m_sndcmd;
+ uint8_t m_digit;
virtual void machine_reset() override;
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_cpu2;
@@ -114,7 +114,7 @@ WRITE8_MEMBER( jeutel_state::porta_w )
WRITE8_MEMBER( jeutel_state::ppi0a_w )
{
- UINT16 segment;
+ uint16_t segment;
bool blank = !BIT(data, 7);
if (BIT(data, 6))