summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k057714.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k057714.cpp')
-rw-r--r--src/mame/video/k057714.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/k057714.cpp b/src/mame/video/k057714.cpp
index 2ab8685cf56..405f0e722c2 100644
--- a/src/mame/video/k057714.cpp
+++ b/src/mame/video/k057714.cpp
@@ -35,11 +35,11 @@ void k057714_device::device_reset()
m_vram_fifo0_addr = 0;
m_vram_fifo1_addr = 0;
- for (int i=0; i < 4; i++)
+ for (auto & elem : m_frame)
{
- m_frame[i].base = 0;
- m_frame[i].width = 0;
- m_frame[i].height = 0;
+ elem.base = 0;
+ elem.width = 0;
+ elem.height = 0;
}
}