summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rmt32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rmt32.cpp')
-rw-r--r--src/mame/drivers/rmt32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/rmt32.cpp b/src/mame/drivers/rmt32.cpp
index 9579adc778c..60116d4324e 100644
--- a/src/mame/drivers/rmt32.cpp
+++ b/src/mame/drivers/rmt32.cpp
@@ -196,8 +196,8 @@ public:
mt32_state(const machine_config &mconfig, device_type type, const char *tag);
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
DECLARE_PALETTE_INIT(mt32);
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);