Initial commit - http://sourceforge.net/p/fceumm/code/160/
This commit is contained in:
14
src/fceu-endian.h
Normal file
14
src/fceu-endian.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef FCEU_ENDIAN_H_
|
||||
#define FCEU_ENDIAN_H_
|
||||
|
||||
#include "memory.h"
|
||||
|
||||
int write16le(uint16 b, MEM_TYPE *fp);
|
||||
int write32le(uint32 b, MEM_TYPE *fp);
|
||||
int read32le(uint32 *Bufo, MEM_TYPE *fp);
|
||||
void FlipByteOrder(uint8 *src, uint32 count);
|
||||
|
||||
void FCEU_en32lsb(uint8 *, uint32);
|
||||
uint32 FCEU_de32lsb(uint8 *);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user