Previous 199869 Revisions Next

r19524 Thursday 13th December, 2012 at 15:08:41 UTC by Miodrag Milanović
wd_fdc: Side compare (bit 2) is 0 for disable side compare (no whatsnew)

This makes Specialist MX to boot properly
[src/emu/machine]wd_fdc.c

trunk/src/emu/machine/wd_fdc.c
r19523r19524
361361
362362   if(cur_live.idbuf[0] != track || cur_live.idbuf[2] != sector)
363363      return false;
364   if(!side_compare || (command & 2))
364   if(!side_compare || ((command & 2)==0))
365365      return true;
366366   if(command & 8)
367367      return cur_live.idbuf[1] & 1;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team