aboutsummaryrefslogtreecommitdiff
path: root/source/c4.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/c4.c')
-rw-r--r--source/c4.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/c4.c b/source/c4.c
index 163341b..65d4c01 100644
--- a/source/c4.c
+++ b/source/c4.c
@@ -136,14 +136,3 @@ void C4Op0D()
C41FYVal = (int16_t)(C41FYVal * tanval * 0.99);
C41FXVal = (int16_t)(C41FXVal * tanval * 0.98);
}
-
-#ifdef ZSNES_C4
-void C4LoaDMem(char* C4RAM)
-{
- memmove(C4RAM + (READ_WORD(C4RAM + 0x1f45) & 0x1fff),
- S9xGetMemPointer(READ_3WORD(C4RAM + 0x1f40)),
- READ_WORD(C4RAM + 0x1f43));
-}
-#endif
-
-