summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dpb_brushstore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dpb_brushstore.cpp')
-rw-r--r--src/mame/video/dpb_brushstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dpb_brushstore.cpp b/src/mame/video/dpb_brushstore.cpp
index e410fd464ff..e1cfe610b4e 100644
--- a/src/mame/video/dpb_brushstore.cpp
+++ b/src/mame/video/dpb_brushstore.cpp
@@ -49,7 +49,7 @@ dpb7000_brush_store_card_device::dpb7000_brush_store_card_device(const machine_c
, m_oe_brush(false)
, m_brush_write(false)
, m_store_write_out(*this)
- , m_data_out{{*this}, {*this}, {*this}}
+ , m_data_out(*this)
, m_pal(*this, "pal")
{
}