summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/8080bw.h')
-rw-r--r--src/mame/includes/8080bw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/8080bw.h b/src/mame/includes/8080bw.h
index 2472bc91105..eb83dd8ad5d 100644
--- a/src/mame/includes/8080bw.h
+++ b/src/mame/includes/8080bw.h
@@ -91,6 +91,7 @@ public:
DECLARE_READ_LINE_MEMBER(claybust_gun_on_r);
protected:
+ virtual void video_start() override { m_color_map = m_screen_red = m_flip_screen = 0; }
void clear_extra_columns( bitmap_rgb32 &bitmap, int color );
inline void set_8_pixels( bitmap_rgb32 &bitmap, uint8_t y, uint8_t x, uint8_t data, int fore_color, int back_color );