Diff for /xmil/io/ctc.c between versions 1.2 and 1.3

version 1.2, 2004/08/04 10:49:21 version 1.3, 2004/08/05 11:30:12
Line 116  static void ctcch_o(CTCCH *ch, UINT port Line 116  static void ctcch_o(CTCCH *ch, UINT port
   
 static REG8 ctcch_i(CTCCH *ch, UINT port) {  static REG8 ctcch_i(CTCCH *ch, UINT port) {
   
         UINT    scale;          REG8    scale;
   
         port &= 3;          port &= 3;
         if (port != 3) {          if (port != 3) {

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>