summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/gigatron/gigatron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/gigatron/gigatron.cpp')
-rw-r--r--src/devices/cpu/gigatron/gigatron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/gigatron/gigatron.cpp b/src/devices/cpu/gigatron/gigatron.cpp
index 5729a33633e..ea2862cda08 100644
--- a/src/devices/cpu/gigatron/gigatron.cpp
+++ b/src/devices/cpu/gigatron/gigatron.cpp
@@ -91,7 +91,7 @@ void gigatron_cpu_device::reset_cpu()
m_out = 0;
m_out_cb(0, 0);
- m_outx_cb(0, 0);
+ //m_outx_cb(0, 0); // commented out because sound system isn't ready yet.
for(uint16_t i = 0; i < m_ramMask; i++)
gigatron_writemem8(i, floor(machine().rand() & 0xff));