summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/alphasma.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-06 15:52:12 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-06 15:52:12 +0100
commit0e00c47c7cdea1fc90f467cdbe7290c67eb406cb (patch)
tree2c9e142eec252b8f692ad41fc5d4589e4be6aab7 /src/mame/drivers/alphasma.cpp
parente6e4a057ecce5866e27b7a59473fafed617e3292 (diff)
some more override (nw)
Diffstat (limited to 'src/mame/drivers/alphasma.cpp')
-rw-r--r--src/mame/drivers/alphasma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alphasma.cpp b/src/mame/drivers/alphasma.cpp
index 5ffe6aea2d9..2ef3f77f253 100644
--- a/src/mame/drivers/alphasma.cpp
+++ b/src/mame/drivers/alphasma.cpp
@@ -77,7 +77,7 @@ public:
DECLARE_READ8_MEMBER(io_r);
DECLARE_WRITE8_MEMBER(io_w);
- DECLARE_WRITE8_MEMBER(port_a_w);
+ virtual DECLARE_WRITE8_MEMBER(port_a_w) override;
private:
UINT8 m_lcd_ctrl;