Genesis-Plus-GX/source/unused/loadrom.h
ekeeke31 217ca8de3f
2007-08-10 20:34:06 +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_ */