diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/mame/includes/neogeo.h | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/mame/includes/neogeo.h')
-rw-r--r-- | src/mame/includes/neogeo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/neogeo.h b/src/mame/includes/neogeo.h index 3994a818796..bf7acfba103 100644 --- a/src/mame/includes/neogeo.h +++ b/src/mame/includes/neogeo.h @@ -173,7 +173,7 @@ protected: UINT8 m_el_value; UINT8 m_led1_value; UINT8 m_led2_value; - + optional_ioport m_dsw; optional_ioport m_trackx; optional_ioport m_tracky; |