diff options
Diffstat (limited to 'src/mame/drivers/swtpc.cpp')
-rw-r--r-- | src/mame/drivers/swtpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/swtpc.cpp b/src/mame/drivers/swtpc.cpp index cb2c032193c..78052d6fec1 100644 --- a/src/mame/drivers/swtpc.cpp +++ b/src/mame/drivers/swtpc.cpp @@ -64,7 +64,7 @@ public: DECLARE_WRITE8_MEMBER(swtpc_terminal_w); DECLARE_WRITE8_MEMBER(kbd_put); UINT8 m_term_data; - virtual void machine_reset(); + virtual void machine_reset() override; }; // bit 0 - ready to receive a character; bit 1 - ready to send a character to the terminal |