summaryrefslogtreecommitdiff
path: root/src/dma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dma.cpp')
-rw-r--r--src/dma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dma.cpp b/src/dma.cpp
index bf102ed..7a6af0f 100644
--- a/src/dma.cpp
+++ b/src/dma.cpp
@@ -127,7 +127,7 @@ void S9xDoDMA (uint8 Channel)
}
else
{
- #if defined (__GP2X__) || defined (__GIZ__) || defined (__WIZ__)
+ #if 1
void *ptr = bsearch (&address, Memory.SDD1Index,
Memory.SDD1Entries, 12, S9xCompareSDD1IndexEntries);
if (ptr)