mirror of
https://github.com/libretro/snes9x2005.git
synced 2024-11-23 16:29:43 +00:00
10 lines
182 B
C
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
|