Return to
memio.h
CVS log
Up to
[RetroPC.NET]
/
xmil
/
io
Diff for /xmil/io/memio.h between versions 1.4 and 1.5
version 1.4
, 2004/08/20 23:01:16
version 1.5
, 2005/02/04 06:42:11
Line 1
Line 1
typedef struct {
UINT8 ram;
#if defined(SUPPORT_BANKMEM)
UINT8 bank;
#endif
} MEMIO;
#ifdef __cplusplus
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
#endif
Diff format:
Colored
Long colored
Unified
Context
Side by side
Removed from v.1.4
changed lines
Added in v.1.5
RetroPC.NET-CVS <
cvs@retropc.net
>