diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/devices/bus/neogeo_ctrl/irrmaze.cpp | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/irrmaze.cpp')
-rw-r--r-- | src/devices/bus/neogeo_ctrl/irrmaze.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/neogeo_ctrl/irrmaze.cpp b/src/devices/bus/neogeo_ctrl/irrmaze.cpp index 0172d6f86d4..e22941e5d09 100644 --- a/src/devices/bus/neogeo_ctrl/irrmaze.cpp +++ b/src/devices/bus/neogeo_ctrl/irrmaze.cpp @@ -90,7 +90,7 @@ READ8_MEMBER(neogeo_irrmaze_device::in0_r) res = m_ty->read(); else res = m_tx->read(); - + return res; } @@ -111,4 +111,3 @@ void neogeo_irrmaze_device::write_ctrlsel(UINT8 data) { m_ctrl_sel = data; } - |