Previous 199869 Revisions Next

r32864 Wednesday 22nd October, 2014 at 08:25:56 UTC by Miodrag Milanović
Small changes from Fabio (nw)
[src/emu/bus/intv]ecs.c
[src/mess/video]nes.c

trunk/src/emu/bus/intv/ecs.c
r241375r241376
151151         }
152152         break;
153153
154      case 1: /* disc == _fake_ analog */
154      case 4: /* disc == _fake_ analog */
155155
156156         x = m_discx[hand]->read();
157157         y = m_discy[hand]->read();
trunk/src/mess/video/nes.c
r241375r241376
5050         m_last_frame_flip = 1;
5151      }
5252
53      if (!m_io_disksel->read_safe(1) & 0x01)
53      if (!(m_io_disksel->read_safe(1) & 0x01))
5454         m_last_frame_flip = 0;
5555   }
5656   return 0;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team