Previous 199869 Revisions Next

r23567 Sunday 9th June, 2013 at 14:37:01 UTC by smf
Move & 7. I'm pretty sure that line is never called, at least in the old code it could never reach the equivalent line. (nw)
[src/emu/machine]ataflash.c

trunk/src/emu/machine/ataflash.c
r23566r23567
6363   }
6464   else if( offset <= 15)
6565   {
66      m_card->write_cs1(space, offset, data & 7, mem_mask);
66      m_card->write_cs1(space, offset & 7, data, mem_mask);
6767   }
6868}
6969

Previous 199869 Revisions Next


© 1997-2024 The MAME Team