summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/neogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spectrum/neogs.cpp')
-rw-r--r--src/devices/bus/spectrum/neogs.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/neogs.cpp b/src/devices/bus/spectrum/neogs.cpp
index de36a3c5fdf..f1733f83947 100644
--- a/src/devices/bus/spectrum/neogs.cpp
+++ b/src/devices/bus/spectrum/neogs.cpp
@@ -310,7 +310,9 @@ void neogs_device::dac_flush()
right += out;
if (BIT(m_gscfg0, 2) && BIT(m_gscfg0, 6)) // PAN4CH
- ;
+ {
+ // TODO
+ }
}
m_dac[0]->data_w(left);
m_dac[1]->data_w(right);