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 _SDD1_H_
8#define _SDD1_H_
9
10void S9xSetSDD1MemoryMap (uint32, uint32);
11void S9xResetSDD1 (void);
12void S9xSDD1PostLoadState (void);
13
14#endif
15