Previous 199869 Revisions Next

r31035 Thursday 19th June, 2014 at 02:33:34 UTC by Alex Jackson
fix asc_device::read too (nw)
[src/emu/sound]asc.c

trunk/src/emu/sound/asc.c
r31034r31035
372372      m_regs[0x2f] = m_incr[3];
373373   }
374374
375   if (offset > 0x800)
375   if (offset >= 0x1000)
376376   {
377377      return 0xff;
378378   }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team