mirror of
https://github.com/libretro/snes9x2005.git
synced 2025-02-21 17:21:06 +00:00
13 lines
164 B
C
13 lines
164 B
C
#include "../copyright"
|
|
|
|
#ifndef _DMA_H_
|
|
#define _DMA_H_
|
|
|
|
void S9xResetDMA(void);
|
|
uint8_t S9xDoHDMA(uint8_t);
|
|
void S9xStartHDMA();
|
|
void S9xDoDMA(uint8_t);
|
|
|
|
#endif
|
|
|