summaryrefslogtreecommitdiffstats
path: root/src/mame/video/nes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/nes.cpp')
-rw-r--r--src/mame/video/nes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/nes.cpp b/src/mame/video/nes.cpp
index 077f4efe3a2..5443911540c 100644
--- a/src/mame/video/nes.cpp
+++ b/src/mame/video/nes.cpp
@@ -33,7 +33,7 @@ PALETTE_INIT_MEMBER(nes_state, nes)
***************************************************************************/
-UINT32 nes_state::screen_update_nes(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
+uint32_t nes_state::screen_update_nes(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
// render the ppu
m_ppu->render(bitmap, 0, 0, 0, 0);