summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rainbow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rainbow.cpp')
-rw-r--r--src/mame/drivers/rainbow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/rainbow.cpp b/src/mame/drivers/rainbow.cpp
index 20fed3aec02..876bfe53c68 100644
--- a/src/mame/drivers/rainbow.cpp
+++ b/src/mame/drivers/rainbow.cpp
@@ -377,7 +377,7 @@ public:
DECLARE_FLOPPY_FORMATS(floppy_formats);
protected:
- virtual void machine_start();
+ virtual void machine_start() override;
private:
enum
@@ -461,7 +461,7 @@ private:
UINT8 m_z80_mailbox, m_8088_mailbox;
void update_kbd_irq();
- virtual void machine_reset();
+ virtual void machine_reset() override;
int m_unit;
floppy_image_device *m_floppy;