summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/apple2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/apple2.h')
-rw-r--r--src/mame/includes/apple2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/apple2.h b/src/mame/includes/apple2.h
index ec8b9963db5..f353598e614 100644
--- a/src/mame/includes/apple2.h
+++ b/src/mame/includes/apple2.h
@@ -344,7 +344,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(ay3600_data_ready_w);
DECLARE_WRITE_LINE_MEMBER(ay3600_iie_data_ready_w);
void apple2_update_memory_postload();
- virtual void machine_reset();
+ virtual void machine_reset() override;
void apple2_setup_memory(const apple2_memmap_config *config);
void apple2_update_memory();
inline UINT32 effective_a2();