From b11baaea41aaef15d525e5ec2482db2d019f9450 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 16 Sep 2009 21:34:35 +0000 Subject: [PATCH] memory refactoring (mostly for cd) + ARM mem asm update git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@780 be3aeb3a-fb24-0410-a615-afba39da0efa --- gp2x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gp2x/Makefile b/gp2x/Makefile index 7b827b5..329da36 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -3,12 +3,12 @@ export CROSS = arm-linux- # settings #mz80 = 1 #debug_cyclone = 1 -#asm_memory = 1 # TODO +asm_memory = 1 asm_render = 1 asm_ym2612 = 1 asm_misc = 1 asm_cdpico = 1 -#asm_cdmemory = 1 # TODO +asm_cdmemory = 1 amalgamate = 0 #profile = 1 #use_musashi = 1 -- 2.39.2