summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-11-03 15:48:39 +0100
committer MooglyGuy <therealmogminer@gmail.com>2019-11-03 15:48:54 +0100
commit7791be49e4819855d52c5037cdf976ee37c40b14 (patch)
tree19e5d1539fb67f2deab296722c8fe07542aac763 /src/emu/screen.h
parent620ba04ce1522aaa645f409285a94584e02e056d (diff)
-screen: Fixed out-of-bounds vector accesses on interlaced snes games, nw
Diffstat (limited to 'src/emu/screen.h')
-rw-r--r--src/emu/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/screen.h b/src/emu/screen.h
index 3842a65b2e6..9ca2747fc3f 100644
--- a/src/emu/screen.h
+++ b/src/emu/screen.h
@@ -454,6 +454,8 @@ private:
void update_scan_bitmap_size(int y);
void pre_update_scanline(int y);
void create_composited_bitmap();
+ void destroy_scan_bitmaps();
+ void allocate_scan_bitmaps();
// inline configuration data
screen_type_enum m_type; // type of screen