summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vindictr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vindictr.cpp')
-rw-r--r--src/mame/drivers/vindictr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vindictr.cpp b/src/mame/drivers/vindictr.cpp
index b5e4e2fbd7d..2a1e31d56cb 100644
--- a/src/mame/drivers/vindictr.cpp
+++ b/src/mame/drivers/vindictr.cpp
@@ -59,7 +59,7 @@ void vindictr_state::machine_reset()
*
*************************************/
-READ16_MEMBER(vindictr_state::port1_r)
+uint16_t vindictr_state::port1_r()
{
int result = ioport("260010")->read();
result ^= 0x0010;