7 lines
77 B
C
7 lines
77 B
C
#ifndef _IO_H
|
|
#define IO_H
|
|
|
|
#define IO_REMAP *(unsigned char*)0x7f00
|
|
|
|
#endif
|