git: 9front

ref: 78e2f69c0d7e4c17227e1ec0545cbb2a0ae1e96e
dir: /sys/src/games/c64/fns.h/

View raw version
u8int memread(u16int);
void memwrite(u16int, u8int);
void step(void);
void vicstep(void);
void flush(void);
u8int vmemread(u16int);
void io(void);
void memreset(void);
void vicreset(void);
void bordset(void);
void progress(int, int);