mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
gigatron: patched the cpu to stop crash at start.
This commit is contained in:
parent
76537e3c5e
commit
5a545f9d9a
@ -91,7 +91,7 @@ void gigatron_cpu_device::reset_cpu()
|
|||||||
m_out = 0;
|
m_out = 0;
|
||||||
|
|
||||||
m_out_cb(0, 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++)
|
for(uint16_t i = 0; i < m_ramMask; i++)
|
||||||
gigatron_writemem8(i, floor(machine().rand() & 0xff));
|
gigatron_writemem8(i, floor(machine().rand() & 0xff));
|
||||||
|
Loading…
Reference in New Issue
Block a user