summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos22.h
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2014-09-26 18:23:39 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2014-09-26 18:23:39 +0000
commitc6d43e680ae5684e73af41d6479734afed8e5495 (patch)
tree9c6046e4fd357616ec706d711ec72be57cc5e389 /src/mame/includes/namcos22.h
parent2a72c9ca91fd464655540087db1656b380e9b159 (diff)
nw
Diffstat (limited to 'src/mame/includes/namcos22.h')
-rw-r--r--src/mame/includes/namcos22.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/namcos22.h b/src/mame/includes/namcos22.h
index 9a4ded501c7..4c05f2d949f 100644
--- a/src/mame/includes/namcos22.h
+++ b/src/mame/includes/namcos22.h
@@ -200,7 +200,7 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_screen(*this, "screen"),
m_palette(*this, "palette"),
- m_adc_inp(*this, "ADC")
+ m_adc_ports(*this, "ADC")
{ }
required_device<cpu_device> m_maincpu;
@@ -229,7 +229,7 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
- optional_ioport_array<8> m_adc_inp;
+ optional_ioport_array<8> m_adc_ports;
UINT8 m_syscontrol[0x20];