summaryrefslogtreecommitdiff
path: root/src/c4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c4.cpp')
-rw-r--r--src/c4.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c4.cpp b/src/c4.cpp
index 511e414..bc0cd78 100644
--- a/src/c4.cpp
+++ b/src/c4.cpp
@@ -79,7 +79,6 @@
#include <math.h>
#include "c4.h"
-#include "bsd_mem.h"
//#include "memmap.h"
extern "C" {
@@ -423,7 +422,7 @@ void C4Op0D()
#ifdef ZSNES_C4
void C4LoaDMem(char *C4RAM)
{
- bsd_memmove(C4RAM+(READ_WORD(C4RAM+0x1f45)&0x1fff),
+ memmove(C4RAM+(READ_WORD(C4RAM+0x1f45)&0x1fff),
C4GetMemPointer(READ_3WORD(C4RAM+0x1f40)),
READ_WORD(C4RAM+0x1f43));
}