1/*****************************************************************************\
2 Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
3 This file is licensed under the Snes9x License.
4 For further information, consult the LICENSE file in the root directory.
5\*****************************************************************************/
6
7#ifndef _SDD1EMU_H_
8#define _SDD1EMU_H_
9
10void SDD1_decompress (uint8 *, uint8 *, int);
11
12#endif
13