summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/plygonet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/plygonet.h')
-rw-r--r--src/mame/includes/plygonet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/plygonet.h b/src/mame/includes/plygonet.h
index f849a54556f..91caec85865 100644
--- a/src/mame/includes/plygonet.h
+++ b/src/mame/includes/plygonet.h
@@ -95,9 +95,9 @@ public:
TILE_GET_INFO_MEMBER(roz_get_tile_info);
TILEMAP_MAPPER_MEMBER(plygonet_scan);
TILEMAP_MAPPER_MEMBER(plygonet_scan_cols);
- virtual void machine_reset();
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_reset() override;
+ virtual void machine_start() override;
+ virtual void video_start() override;
UINT32 screen_update_polygonet(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(polygonet_interrupt);
DECLARE_WRITE_LINE_MEMBER(k054539_nmi_gen);