From 0ff27cf174c609495eeddad051a43e82d098dc4d Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 22 Oct 2020 20:21:39 +1100 Subject: Revert of 5a545f9 - unwanted. --- src/devices/cpu/gigatron/gigatron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3