summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/thepit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/thepit.cpp')
-rw-r--r--src/mame/video/thepit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/thepit.cpp b/src/mame/video/thepit.cpp
index 58d401ca2c4..a4f68ea76df 100644
--- a/src/mame/video/thepit.cpp
+++ b/src/mame/video/thepit.cpp
@@ -133,7 +133,7 @@ void thepit_state::video_start()
m_solid_tilemap->set_scroll_cols(32);
m_tilemap->set_scroll_cols(32);
- m_dummy_tile = make_unique_clear<uint8_t[]>(8*8);
+ m_dummy_tile = make_unique_clear<uint16_t[]>(8*8);
m_graphics_bank = 0; /* only used in intrepid */