blob: 4ade9938e79cd8968c57b6c3a01cfa435e05f9f9 (
plain)
1
2
3
4
5
6
7
8
9
|
#include "../copyright"
#ifndef _SDD1_H_
#define _SDD1_H_
void S9xSetSDD1MemoryMap(uint32_t bank, uint32_t value);
void S9xResetSDD1(void);
void S9xSDD1PostLoadState(void);
#endif
|