shithub: riscv

ref: fc9e8b2b11001c3f90fbf6cefb0ec612c754da2c
dir: /sys/src/games/2600/fns.h/

View raw version
u8int memread(u16int);
void memwrite(u16int, u8int);
void step(void);
void tiastep(void);
void flush(void);
void io(void);
void initaudio(void);
void sample(void);
int audioout(void);