summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index 00892bb7fa3..b69bcf0872e 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -98,11 +98,11 @@ private:
required_device<cpu_device> m_maincpu;
required_device<palette_device> m_palette;
required_device<namco_c116_device> m_c116;
- required_device<namco_c123tmap_device> m_c123tmap;
- required_device<namco_c355spr_device> m_c355spr;
+ required_device<namco_c123tmap_device> m_c123tmap;
+ required_device<namco_c355spr_device> m_c355spr;
optional_device<namco_c169roz_device> m_c169roz; // NB1 only, not NA1
required_device<screen_device> m_screen;
- required_device<cpu_device> m_mcu;
+ required_device<cpu_device> m_mcu;
required_device<eeprom_parallel_28xx_device> m_eeprom;
required_ioport m_p1;
required_ioport m_p2;