summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mos6566.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mos6566.cpp')
-rw-r--r--src/devices/video/mos6566.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/video/mos6566.cpp b/src/devices/video/mos6566.cpp
index a6e3c246a76..80d8a7c01b6 100644
--- a/src/devices/video/mos6566.cpp
+++ b/src/devices/video/mos6566.cpp
@@ -1152,6 +1152,8 @@ void mos6566_device::execute_run()
// Third sample of border state
m_border_on_sample[2] = m_border_on;
+ [[fallthrough]]; // FIXME: really?
+
// Graphics
case 19:
@@ -1739,6 +1741,8 @@ void mos6569_device::execute_run()
// Third sample of border state
m_border_on_sample[2] = m_border_on;
+ [[fallthrough]]; // FIXME: really?
+
// Graphics
case 19: