Unbreak marble (nw)

This commit is contained in:
AJR 2018-04-02 19:43:55 -04:00
parent 8ed432758a
commit 0ff709ed13

View File

@ -273,6 +273,9 @@ READ8_MEMBER(atarisy1_state::adc_r)
WRITE8_MEMBER(atarisy1_state::adc_w) WRITE8_MEMBER(atarisy1_state::adc_w)
{ {
if (!m_adc.found())
return;
m_adc->address_offset_start_w(space, offset & 7, 0); m_adc->address_offset_start_w(space, offset & 7, 0);
/* the A4 bit enables/disables joystick IRQs */ /* the A4 bit enables/disables joystick IRQs */