summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/super80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/super80.h')
-rw-r--r--src/mess/includes/super80.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mess/includes/super80.h b/src/mess/includes/super80.h
index 7ac7a97abd7..ee0682b791a 100644
--- a/src/mess/includes/super80.h
+++ b/src/mess/includes/super80.h
@@ -22,13 +22,13 @@ class super80_state : public driver_device
public:
super80_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_maincpu(*this, "maincpu"),
- m_pio(*this, "z80pio"),
- m_cass(*this, CASSETTE_TAG),
- m_wave(*this, WAVE_TAG),
- m_speaker(*this, SPEAKER_TAG),
- m_centronics(*this, "centronics"),
- m_6845(*this, "crtc")
+ m_maincpu(*this, "maincpu"),
+ m_pio(*this, "z80pio"),
+ m_cass(*this, CASSETTE_TAG),
+ m_wave(*this, WAVE_TAG),
+ m_speaker(*this, SPEAKER_TAG),
+ m_centronics(*this, "centronics"),
+ m_6845(*this, "crtc")
{ }
required_device<cpu_device> m_maincpu;