summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mame/includes/4enraya.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/4enraya.h b/src/mame/includes/4enraya.h
index c72b9d5bf41..8be18aeccba 100644
--- a/src/mame/includes/4enraya.h
+++ b/src/mame/includes/4enraya.h
@@ -8,7 +8,8 @@ class _4enraya_state : public driver_device
{
public:
_4enraya_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag), m_snd_latch_bit(4) { }
+ : driver_device(mconfig, type, tag),
+ m_snd_latch_bit(4) { }
/* memory pointers */
UINT8 m_videoram[0x1000];