Diff for /xmil/io/ppi.c between versions 1.4 and 1.5

version 1.4, 2004/08/04 17:09:25 version 1.5, 2004/08/05 04:53:15
Line 91  REG8 IOINPCALL ppi_i(UINT port) { Line 91  REG8 IOINPCALL ppi_i(UINT port) {
         if (subcpu.OBF) {          if (subcpu.OBF) {
                 ppi.PORT_B |= 0x20;                                     // 1:SUB-CPU Data empty                  ppi.PORT_B |= 0x20;                                     // 1:SUB-CPU Data empty
         }          }
         if (!pccore.ROM_SW) {          if (memio.ram) {
                 ppi.PORT_B |= 0x10;                                     // 1:RAM                  ppi.PORT_B |= 0x10;                                     // 1:RAM
         }          }
 #if 1  #if 1

Removed from v.1.4  
changed lines
  Added in v.1.5


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