Page[] mappings in mapper code, X.DB update for games with no controls
[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);