aboutsummaryrefslogtreecommitdiff
path: root/source/dma.c
diff options
context:
space:
mode:
authorJoão Silva2017-01-24 20:32:46 +0000
committerJoão Silva2017-01-24 20:34:46 +0000
commitd8b66ac6d0524b3538ad595825651b28329f9033 (patch)
treeadfe26e0b4277bae4a3c4f8219c5912d4fcba830 /source/dma.c
parent47d3fc8ce090ec6ca06ff4e27dcf7db09588dae0 (diff)
downloadsnesemu-d8b66ac6d0524b3538ad595825651b28329f9033.tar.gz
snesemu-d8b66ac6d0524b3538ad595825651b28329f9033.tar.bz2
snesemu-d8b66ac6d0524b3538ad595825651b28329f9033.zip
Sound improvements - some by me, most from snes9x2002 and snes9x 1.51.
Diffstat (limited to 'source/dma.c')
-rw-r--r--source/dma.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/dma.c b/source/dma.c
index fc1356b..f404d4f 100644
--- a/source/dma.c
+++ b/source/dma.c
@@ -31,13 +31,6 @@ extern uint8_t* HDMABasePointers [8];
uint32_t HDMARawPointers[8]; // Cart address space pointer
#endif
-#if defined(__linux__) || defined(__WIN32__)
-static int S9xCompareSDD1IndexEntries(const void* p1, const void* p2)
-{
- return (*(uint32_t*) p1 - * (uint32_t*) p2);
-}
-#endif
-
/**********************************************************************************************/
/* S9xDoDMA() */
/* This function preforms the general dma transfer */