summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dcheese.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dcheese.cpp')
-rw-r--r--src/mame/drivers/dcheese.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dcheese.cpp b/src/mame/drivers/dcheese.cpp
index f970b280065..2aad3a511de 100644
--- a/src/mame/drivers/dcheese.cpp
+++ b/src/mame/drivers/dcheese.cpp
@@ -160,7 +160,7 @@ READ8_MEMBER(dcheese_state::sound_status_r)
WRITE8_MEMBER(dcheese_state::sound_control_w)
{
- UINT8 diff = data ^ m_sound_control;
+ uint8_t diff = data ^ m_sound_control;
m_sound_control = data;
/* bit 0x20 = LED */