From 21c1cac2dd39524b9075acdaf1f7745011712d12 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 12 Sep 2012 09:14:22 +0000 Subject: [PATCH] one more (nw) --- src/mame/includes/4enraya.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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];