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-23 17:34:47 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2014-09-23 17:34:47 +0000
commitfde0ff778d669ee3b13a3fb1d44d97238912bedd (patch)
treebc39a7da47236fbc1242e7a46e817056549dd5d3 /src/mame/includes/namcos22.h
parente2003e3f1fa645f27722ac6b4364e6f2e6c2956f (diff)
ioport array for outrun and sega-yboard
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];