summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/8080bw.h')
-rw-r--r--src/mame/includes/8080bw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/8080bw.h b/src/mame/includes/8080bw.h
index 1aa38f84a98..ab9195e1c3f 100644
--- a/src/mame/includes/8080bw.h
+++ b/src/mame/includes/8080bw.h
@@ -29,8 +29,8 @@
class _8080bw_state : public mw8080bw_state
{
public:
- _8080bw_state(const machine_config &mconfig, device_type type, const char *tag)
- : mw8080bw_state(mconfig, type, tag),
+ _8080bw_state(const machine_config &mconfig, device_type type, const char *tag) :
+ mw8080bw_state(mconfig, type, tag),
m_schaser_effect_555_timer(*this, "schaser_sh_555"),
m_claybust_gun_on(*this, "claybust_gun"),
m_speaker(*this, "speaker"),