aboutsummaryrefslogtreecommitdiff
path: root/source/dma.h
diff options
context:
space:
mode:
authoraliaspider2014-10-29 06:47:46 +0100
committeraliaspider2014-10-29 06:47:46 +0100
commit761d752569b9bad6bdb755e91ca9e345cfb2788d (patch)
tree5eaa11c172c08039757d6bee1a3641e051462d3a /source/dma.h
parenta6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff)
downloadsnesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz
snesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2
snesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip
C++ cleanups. (in progress)
Diffstat (limited to 'source/dma.h')
-rw-r--r--source/dma.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/dma.h b/source/dma.h
index a95f20e..8628774 100644
--- a/source/dma.h
+++ b/source/dma.h
@@ -90,12 +90,10 @@
#ifndef _DMA_H_
#define _DMA_H_
-START_EXTERN_C
void S9xResetDMA (void);
uint8 S9xDoHDMA (uint8);
void S9xStartHDMA ();
void S9xDoDMA (uint8);
-END_EXTERN_C
#endif