From cfee536f22f032c7ead65075f73cc6fd8549e68b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 27 Apr 2016 08:13:59 +0200 Subject: Cleanups and version bump --- src/devices/bus/neogeo_ctrl/joystick.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/devices/bus/neogeo_ctrl/joystick.cpp') diff --git a/src/devices/bus/neogeo_ctrl/joystick.cpp b/src/devices/bus/neogeo_ctrl/joystick.cpp index a2a95c7a7e0..f30b4fa2102 100644 --- a/src/devices/bus/neogeo_ctrl/joystick.cpp +++ b/src/devices/bus/neogeo_ctrl/joystick.cpp @@ -11,9 +11,9 @@ /********************************************************************** - + Implementation through the 15-pin controller port (used by AES) - + **********************************************************************/ @@ -92,7 +92,7 @@ void neogeo_joystick_device::device_reset() UINT8 neogeo_joystick_device::read_ctrl() { - return m_joy->read(); + return m_joy->read(); } //------------------------------------------------- @@ -107,10 +107,10 @@ UINT8 neogeo_joystick_device::read_start_sel() /********************************************************************** - - Implementation through the edge connector (used by MVS) and + + Implementation through the edge connector (used by MVS) and connecting two controllers - + **********************************************************************/ //************************************************************************** @@ -203,4 +203,3 @@ READ8_MEMBER(neogeo_joy_ac_device::in1_r) { return m_joy2->read(); } - -- cgit v1.2.3-70-g09d2