summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/pc4.h')
-rw-r--r--src/mess/includes/pc4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/includes/pc4.h b/src/mess/includes/pc4.h
index 0640c33b7fc..8e49bf32c19 100644
--- a/src/mess/includes/pc4.h
+++ b/src/mess/includes/pc4.h
@@ -17,8 +17,8 @@ class pc4_state : public driver_device
public:
pc4_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_maincpu(*this, "maincpu"),
- m_beep(*this, BEEPER_TAG)
+ m_maincpu(*this, "maincpu"),
+ m_beep(*this, BEEPER_TAG)
{ }
required_device<cpu_device> m_maincpu;
@@ -65,4 +65,4 @@ public:
virtual void palette_init();
};
-#endif // _PC4_H_
+#endif // _PC4_H_