mirror of
https://github.com/libretro/snes9x2005.git
synced 2024-11-23 16:29:43 +00:00
11 lines
166 B
C
11 lines
166 B
C
#include "../copyright"
|
|
|
|
#ifndef _DMA_H_
|
|
#define _DMA_H_
|
|
|
|
void S9xResetDMA(void);
|
|
uint8_t S9xDoHDMA(uint8_t);
|
|
void S9xStartHDMA(void);
|
|
void S9xDoDMA(uint8_t);
|
|
#endif
|