Appalm/palmapple/memory.h
2019-04-21 06:53:32 -07:00

3 lines
73 B
C

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