summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quakeat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/quakeat.cpp')
-rw-r--r--src/mame/drivers/quakeat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/quakeat.cpp b/src/mame/drivers/quakeat.cpp
index 01aadd16139..49c8ea6ab42 100644
--- a/src/mame/drivers/quakeat.cpp
+++ b/src/mame/drivers/quakeat.cpp
@@ -72,8 +72,8 @@ public:
: pcat_base_state(mconfig, type, tag)
{ }
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void video_start() override;
UINT32 screen_update_quake(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};