snes9x2005/source/sdd1.h

10 lines
182 B
C

#include "../copyright"
#ifndef _SDD1_H_
#define _SDD1_H_
void S9xSetSDD1MemoryMap(uint32_t bank, uint32_t value);
void S9xResetSDD1(void);
void S9xSDD1PostLoadState(void);
#endif