Previous 199869 Revisions Next

r20269 Monday 14th January, 2013 at 19:35:30 UTC by Wilbert Pol
tlcs900.c: Fake 'done serial sending' IRQ. Fixes SNK Gals' Fighter in the ngpc driver. (nw)
[src/emu/cpu/tlcs900]tlcs900.c

trunk/src/emu/cpu/tlcs900/tlcs900.c
r20268r20269
88
99TODO:
1010- review cycle counts
11- implement the remaining internal mcu features
11- implement the remaining internal mcu features (serial transfer, etc)
1212- add support for 900 and 900/M modes
1313
1414*******************************************************************/
r20268r20269
10861086   case TLCS900_MAMR1:
10871087      break;
10881088
1089   case TLCS900_SC0BUF:
1090      // Fake finish sending data
1091      cpustate->reg[TLCS900_INTES0] |= 0x80;
1092      break;
1093
10891094   case TLCS900_ADMOD:
10901095      /* Preserve read-only bits */
10911096      data = ( cpustate->reg[TLCS900_ADMOD] & 0xc0 ) | ( data & 0x3f );

Previous 199869 Revisions Next


© 1997-2024 The MAME Team