shithub: plan9front

ref: fc4bfd57d261e5c99c5d4367adf5c72e8c7e6496
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);