aboutsummaryrefslogtreecommitdiff
path: root/source/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/dma.h')
-rw-r--r--source/dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dma.h b/source/dma.h
index c93ce64..7782ee2 100644
--- a/source/dma.h
+++ b/source/dma.h
@@ -3,7 +3,7 @@
#ifndef _DMA_H_
#define _DMA_H_
-void S9xResetDMA(void);
+void S9xResetDMA();
uint8_t S9xDoHDMA(uint8_t);
void S9xStartHDMA();
void S9xDoDMA(uint8_t);