| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to ppi.c CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / io | 
| 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 |