summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/appoooh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/appoooh.cpp')
-rw-r--r--src/mame/drivers/appoooh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/appoooh.cpp b/src/mame/drivers/appoooh.cpp
index 8ffff3e27fe..a2aab70cc97 100644
--- a/src/mame/drivers/appoooh.cpp
+++ b/src/mame/drivers/appoooh.cpp
@@ -176,7 +176,7 @@ WRITE_LINE_MEMBER(appoooh_state::adpcm_int)
{
if (m_adpcm_data == 0xffffffff)
{
- UINT8 *RAM = memregion("adpcm")->base();
+ uint8_t *RAM = memregion("adpcm")->base();
m_adpcm_data = RAM[m_adpcm_address++];
m_msm->data_w(m_adpcm_data >> 4);