summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crei680.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crei680.cpp')
-rw-r--r--src/mame/drivers/crei680.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crei680.cpp b/src/mame/drivers/crei680.cpp
index b6ff30be9ff..f6645efa3d5 100644
--- a/src/mame/drivers/crei680.cpp
+++ b/src/mame/drivers/crei680.cpp
@@ -76,7 +76,7 @@ private:
void piaset_w(offs_t, u8);
bool m_cassbit = 0;
bool m_cassold = 0;
- u8 m_cass_data[4] = { 0, };
+ u8 m_cass_data[4]{};
void machine_start() override;
void machine_reset() override;
required_device<cpu_device> m_maincpu;