undocumented opcodes added to ncpu
[fceu.git] / endian.h
1 int write16(uint16 b, FILE *fp);
2 int write32(uint32 b, FILE *fp);
3 int read32(void *Bufo, FILE *fp);