diff options
author | 2015-12-06 15:52:12 +0100 | |
---|---|---|
committer | 2015-12-06 15:52:12 +0100 | |
commit | 0e00c47c7cdea1fc90f467cdbe7290c67eb406cb (patch) | |
tree | 2c9e142eec252b8f692ad41fc5d4589e4be6aab7 /src/mame/drivers/sshot.cpp | |
parent | e6e4a057ecce5866e27b7a59473fafed617e3292 (diff) |
some more override (nw)
Diffstat (limited to 'src/mame/drivers/sshot.cpp')
-rw-r--r-- | src/mame/drivers/sshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sshot.cpp b/src/mame/drivers/sshot.cpp index e15bea83951..97075424ff0 100644 --- a/src/mame/drivers/sshot.cpp +++ b/src/mame/drivers/sshot.cpp @@ -183,7 +183,7 @@ public: DECLARE_WRITE8_MEMBER(supershot_output0_w); DECLARE_WRITE8_MEMBER(supershot_output1_w); TILE_GET_INFO_MEMBER(get_supershot_text_tile_info); - virtual void video_start(); + virtual void video_start() override; UINT32 screen_update_supershot(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); required_device<cpu_device> m_maincpu; required_device<gfxdecode_device> m_gfxdecode; |