From b1ee56b4e7ffa25a86f1991099fd4957d26f569c Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 3 Jan 2025 16:13:28 +0100 Subject: raizing: remove obsolete postload function from base class --- src/mame/toaplan/raizing.cpp | 8 -------- src/mame/toaplan/raizing.h | 1 - 2 files changed, 9 deletions(-) diff --git a/src/mame/toaplan/raizing.cpp b/src/mame/toaplan/raizing.cpp index 46145bdf89d..35857f08b3a 100644 --- a/src/mame/toaplan/raizing.cpp +++ b/src/mame/toaplan/raizing.cpp @@ -142,14 +142,6 @@ void raizing_base_state::tx_linescroll_w(offs_t offset, u16 data, u16 mem_mask) } - -void raizing_base_state::device_post_load() -{ - if (m_tx_gfxram != nullptr) - m_gfxdecode->gfx(0)->mark_all_dirty(); -} - - u32 raizing_base_state::screen_update_base(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect) { bitmap.fill(0, cliprect); diff --git a/src/mame/toaplan/raizing.h b/src/mame/toaplan/raizing.h index 99203d3ee5f..55810770738 100644 --- a/src/mame/toaplan/raizing.h +++ b/src/mame/toaplan/raizing.h @@ -52,7 +52,6 @@ public: protected: u32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); - virtual void device_post_load() override ATTR_COLD; // used by everything void create_tx_tilemap(int dx = 0, int dx_flipped = 0); -- cgit v1.2.3