ekeeke31 622d308d3b
2007-08-09 20:13:54 +00:00

11 lines
162 B
C

#ifndef _LOADROM_H_
#define _LOADROM_H_
/* Function prototypes */
void deinterleave_block(uint8 *src);
int load_rom(char *filename);
#endif /* _LOADROM_H_ */