diff options
Diffstat (limited to 'src/mame/audio/dkong.cpp')
-rw-r--r-- | src/mame/audio/dkong.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/dkong.cpp b/src/mame/audio/dkong.cpp index 8ca9f121dda..869c15d24ce 100644 --- a/src/mame/audio/dkong.cpp +++ b/src/mame/audio/dkong.cpp @@ -1239,7 +1239,7 @@ READ8_MEMBER(dkong_state::dkong_voice_status_r) READ8_MEMBER(dkong_state::dkong_tune_r) { latch8_device *m_ls175_3d = machine().device<latch8_device>("ls175.3d"); - UINT8 page = m_dev_vp2->read(space, 0) & 0x47; + uint8_t page = m_dev_vp2->read(space, 0) & 0x47; if ( page & 0x40 ) { |