mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00
Unbreak marble (nw)
This commit is contained in:
parent
8ed432758a
commit
0ff709ed13
@ -273,6 +273,9 @@ READ8_MEMBER(atarisy1_state::adc_r)
|
||||
|
||||
WRITE8_MEMBER(atarisy1_state::adc_w)
|
||||
{
|
||||
if (!m_adc.found())
|
||||
return;
|
||||
|
||||
m_adc->address_offset_start_w(space, offset & 7, 0);
|
||||
|
||||
/* the A4 bit enables/disables joystick IRQs */
|
||||
|
Loading…
Reference in New Issue
Block a user