--- np2/i286x/Attic/egcmem.h 2003/10/16 17:57:33 1.1 +++ np2/i286x/Attic/egcmem.h 2005/02/07 14:46:11 1.2 @@ -5,8 +5,8 @@ extern "C" { void egcshift(void); -BYTE MEMCALL egc_read(UINT32 addr); -void MEMCALL egc_write(UINT32 addr, BYTE value); +UINT8 MEMCALL egc_read(UINT32 addr); +void MEMCALL egc_write(UINT32 addr, UINT8 value); UINT16 MEMCALL egc_read_w(UINT32 addr); void MEMCALL egc_write_w(UINT32 addr, UINT16 value);