From 8c7819e57646ad4fd44285b49e0eaa4c55b8e231 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 5 Nov 2015 12:03:59 +0100 Subject: cleanups --- src/c4.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/c4.cpp') 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 #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)); } -- cgit v1.2.3