diff options
author | 2019-07-20 12:31:21 +1000 | |
---|---|---|
committer | 2019-07-20 12:31:21 +1000 | |
commit | d2926fa02cef5bf728eac74c9e5586aced02a80b (patch) | |
tree | 820d62305954ff68c7c8bb87c8a08d1b7ce4b2c3 /src/mame/video/thepit.cpp | |
parent | 24c462dbdb4ed2992af2f8767bf9c56979e7f1be (diff) | |
parent | 68139508715a0375e657add4197582271ef446ec (diff) |
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# src/emu/digfx.h
Diffstat (limited to 'src/mame/video/thepit.cpp')
-rw-r--r-- | src/mame/video/thepit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/thepit.cpp b/src/mame/video/thepit.cpp index a4f68ea76df..58d401ca2c4 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<uint16_t[]>(8*8); + m_dummy_tile = make_unique_clear<uint8_t[]>(8*8); m_graphics_bank = 0; /* only used in intrepid */ |