aboutsummaryrefslogtreecommitdiff
path: root/source/dma.h
blob: 7782ee23287eac6a668a793ab3da79db3b5d48c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "../copyright"

#ifndef _DMA_H_
#define _DMA_H_

void S9xResetDMA();
uint8_t S9xDoHDMA(uint8_t);
void S9xStartHDMA();
void S9xDoDMA(uint8_t);

#endif