Appalm/palmapple/memory.h

3 lines
73 B
C

typedef UInt8 (*READBYTE)(void);
typedef void (*WRITEBYTE)(UInt8 value);