summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-02-15 17:05:17 +0100
committer Olivier Galibert <galibert@pobox.com>2018-02-15 17:06:32 +0100
commit2ad89d83d22224316144ff20421f16a630be4b46 (patch)
treeb55f86bafa92cf608634ea1f15f28f43e8a59f61 /src/mame/includes/namconb1.h
parent301777d70ece70917a98bc0cca2f32dbfa4b4595 (diff)
Remove duplicates (nw)
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index 602a1f39d23..a669b8d87f4 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -31,8 +31,6 @@ class namconb1_state : public namcos2_shared_state
public:
namconb1_state(const machine_config &mconfig, device_type type, const char *tag)
: namcos2_shared_state(mconfig, type, tag),
- m_maincpu(*this, "maincpu"),
- m_mcu(*this, "mcu"),
m_c116(*this, "c116"),
m_eeprom(*this, "eeprom"),
m_p1(*this, "P1"),
@@ -48,8 +46,6 @@ public:
m_tilebank32(*this, "tilebank32"),
m_namconb_shareram(*this, "namconb_share") { }
- required_device<cpu_device> m_maincpu;
- required_device<cpu_device> m_mcu;
required_device<namco_c116_device> m_c116;
required_device<eeprom_parallel_28xx_device> m_eeprom;
required_ioport m_p1;