summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aztarac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aztarac.cpp')
-rw-r--r--src/mame/drivers/aztarac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aztarac.cpp b/src/mame/drivers/aztarac.cpp
index 43c8dc6fb72..49c038a60f2 100644
--- a/src/mame/drivers/aztarac.cpp
+++ b/src/mame/drivers/aztarac.cpp
@@ -63,7 +63,7 @@ void aztarac_state::nvram_store_w(uint16_t data)
*
*************************************/
-READ16_MEMBER(aztarac_state::joystick_r)
+uint16_t aztarac_state::joystick_r()
{
return (((ioport("STICKZ")->read() - 0xf) << 8) |
((ioport("STICKY")->read() - 0xf) & 0xff));