aboutsummaryrefslogtreecommitdiff
path: root/source/dma.h
diff options
context:
space:
mode:
authorJoão Silva2017-06-18 16:16:19 +0100
committerJoão Silva2017-06-18 16:16:19 +0100
commitbcaf44c511efaad9d803dde9b0fdbb046498c66f (patch)
treec526c7d332be548a42364eea9113b6d33345b840 /source/dma.h
parent10a58e72aa3f74a821fa9be07ffd3992ffa93600 (diff)
downloadsnesemu-bcaf44c511efaad9d803dde9b0fdbb046498c66f.tar.gz
snesemu-bcaf44c511efaad9d803dde9b0fdbb046498c66f.tar.bz2
snesemu-bcaf44c511efaad9d803dde9b0fdbb046498c66f.zip
Support for savestate versioning. Plenty of cleanups.
Diffstat (limited to 'source/dma.h')
-rw-r--r--source/dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dma.h b/source/dma.h
index 7782ee2..c2ab8d2 100644
--- a/source/dma.h
+++ b/source/dma.h
@@ -3,9 +3,9 @@
#ifndef _DMA_H_
#define _DMA_H_
-void S9xResetDMA();
+void S9xResetDMA(void);
uint8_t S9xDoHDMA(uint8_t);
-void S9xStartHDMA();
+void S9xStartHDMA(void);
void S9xDoDMA(uint8_t);
#endif