summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-12 09:14:22 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-12 09:14:22 +0000
commit21c1cac2dd39524b9075acdaf1f7745011712d12 (patch)
tree31dcfaae3b9c2e9104a44f8a0a4b41d1673d5a6d /src
parent2144b273a3331e4b6ea5ddb680b74ef275da36d1 (diff)
one more (nw)
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];