summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-10-22 20:21:39 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2020-10-22 20:21:39 +1100
commit0ff27cf174c609495eeddad051a43e82d098dc4d (patch)
treef6745b7ef3861200f93b9ac6af4f916b9440503d
parent0e466c241bb91696d98bd46889cf606a07899b8c (diff)
Revert of 5a545f9 - unwanted.
-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 ea2862cda08..5729a33633e 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); // commented out because sound system isn't ready yet.
+ m_outx_cb(0, 0);
for(uint16_t i = 0; i < m_ramMask; i++)
gigatron_writemem8(i, floor(machine().rand() & 0xff));