Skip to content

Commit b1ee56b

Browse files
committed
raizing: remove obsolete postload function from base class
1 parent 9c35667 commit b1ee56b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/mame/toaplan/raizing.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,6 @@ void raizing_base_state::tx_linescroll_w(offs_t offset, u16 data, u16 mem_mask)
142142
}
143143

144144

145-
146-
void raizing_base_state::device_post_load()
147-
{
148-
if (m_tx_gfxram != nullptr)
149-
m_gfxdecode->gfx(0)->mark_all_dirty();
150-
}
151-
152-
153145
u32 raizing_base_state::screen_update_base(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
154146
{
155147
bitmap.fill(0, cliprect);

src/mame/toaplan/raizing.h

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class raizing_base_state : public driver_device
5252

5353
protected:
5454
u32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
55-
virtual void device_post_load() override ATTR_COLD;
5655

5756
// used by everything
5857
void create_tx_tilemap(int dx = 0, int dx_flipped = 0);

0 commit comments

Comments
 (0)