fc8-compression/fc8-decompress-68000.h

1 line
185 B
C
Raw Normal View History

2016-05-06 20:20:52 +00:00
#ifndef _FC8_H_ #define _FC8_H_ #pragma parameter __D0 fc8_decode(__A0, __A1, __D1) asm unsigned short fc8_decode(unsigned char* in, unsigned char* out, unsigned long outsize); #endif