summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/a310.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/a310.cpp')
-rw-r--r--src/mame/drivers/a310.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/a310.cpp b/src/mame/drivers/a310.cpp
index e1a1b7ed301..7acb2a355c9 100644
--- a/src/mame/drivers/a310.cpp
+++ b/src/mame/drivers/a310.cpp
@@ -86,8 +86,8 @@ public:
DECLARE_WRITE_LINE_MEMBER(a310_wd177x_intrq_w);
DECLARE_WRITE_LINE_MEMBER(a310_wd177x_drq_w);
DECLARE_DRIVER_INIT(a310);
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
DECLARE_INPUT_CHANGED_MEMBER(key_stroke);
DECLARE_FLOPPY_FORMATS( floppy_formats );