summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/tehkanwc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tehkanwc.cpp')
-rw-r--r--src/mame/drivers/tehkanwc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tehkanwc.cpp b/src/mame/drivers/tehkanwc.cpp
index 21e69a3c6a5..e765e81c02f 100644
--- a/src/mame/drivers/tehkanwc.cpp
+++ b/src/mame/drivers/tehkanwc.cpp
@@ -205,7 +205,7 @@ WRITE8_MEMBER(tehkanwc_state::msm_reset_w)
WRITE_LINE_MEMBER(tehkanwc_state::adpcm_int)
{
- UINT8 *SAMPLES = memregion("adpcm")->base();
+ uint8_t *SAMPLES = memregion("adpcm")->base();
int msm_data = SAMPLES[m_msm_data_offs & 0x7fff];
if (m_toggle == 0)
@@ -699,7 +699,7 @@ DRIVER_INIT_MEMBER(tehkanwc_state,teedoff)
023A: 00 nop
*/
- UINT8 *ROM = memregion("maincpu")->base();
+ uint8_t *ROM = memregion("maincpu")->base();
ROM[0x0238] = 0x00;
ROM[0x0239] = 0x00;