Return to
ppi.h
CVS log
Up to
[RetroPC.NET]
/
xmil
/
io
Diff for /xmil/io/ppi.h between versions 1.2 and 1.3
version 1.2
, 2004/08/08 15:14:08
version 1.3
, 2004/08/12 11:03:09
Line 1
Line 1
typedef struct {
typedef struct {
UINT8 PORT_A;
UINT8 porta;
UINT8 PORT_B;
UINT8 portb;
UINT8 PORT_C;
UINT8 portc;
UINT8 MODE;
UINT8 mode;
} PPI;
} PPI;
Diff format:
Colored
Long colored
Unified
Context
Side by side
Removed from v.1.2
changed lines
Added in v.1.3
RetroPC.NET-CVS <
cvs@retropc.net
>