Previous 199869 Revisions Next

r19661 Tuesday 18th December, 2012 at 15:02:02 UTC by smf
fix for msvc (nw)
[src/emu/cpu/mcs96]i8x9x.c

trunk/src/emu/cpu/mcs96/i8x9x.c
r19660r19661
238238   case 0x0d:
239239      logerror("%s: read timer2 h (%04x)\n", tag(), PPC);
240240      return timer_value(2, get_cycle()) >> 8;
241   case 0x0e:
241   case 0x0e: {
242242      static int last = -1;
243243      if(io->read_word(P0*2) != last) {
244244         last = io->read_word(P0*2);
245245         logerror("%s: read p0 %02x\n", tag(), io->read_word(P0*2));
246246      }
247247      return io->read_word(P0*2);
248   }
248249   case 0x0f:
249250      return io->read_word(P1*2);
250251   case 0x10:

Previous 199869 Revisions Next


© 1997-2024 The MAME Team