summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/fidelz80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/fidelz80.h')
-rw-r--r--src/mess/includes/fidelz80.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/includes/fidelz80.h b/src/mess/includes/fidelz80.h
index da2e72231eb..d098a78d0b3 100644
--- a/src/mess/includes/fidelz80.h
+++ b/src/mess/includes/fidelz80.h
@@ -17,11 +17,11 @@ class fidelz80_state : public driver_device
public:
fidelz80_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_maincpu(*this, "maincpu"),
- m_speech(*this, "speech"),
- m_beep(*this, BEEPER_TAG),
- m_i8041(*this, "mcu"),
- m_i8243(*this, "i8243")
+ m_maincpu(*this, "maincpu"),
+ m_speech(*this, "speech"),
+ m_beep(*this, BEEPER_TAG),
+ m_i8041(*this, "mcu"),
+ m_i8243(*this, "i8243")
{ }
required_device<cpu_device> m_maincpu;