mirror of
https://github.com/libretro/snes9x2005.git
synced 2024-12-03 14:40:52 +00:00
11 lines
175 B
C
11 lines
175 B
C
#include "../copyright"
|
|
|
|
#ifndef _SDD1_H_
|
|
#define _SDD1_H_
|
|
|
|
void S9xSetSDD1MemoryMap(uint32_t bank, uint32_t value);
|
|
void S9xResetSDD1();
|
|
void S9xSDD1PostLoadState();
|
|
|
|
#endif
|