port to updated Cyclone, debug menu

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@217 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-08-05 19:41:41 +00:00
parent e52fb441a4
commit 0ae6813e48
3 changed files with 39 additions and 7 deletions

View file

@ -6,7 +6,7 @@ CROSS = arm-linux-
# settings
#mz80 = 1
debug_cyclone = 0
#debug_cyclone = 1
asm_memory = 1
asm_render = 1
asm_ym2612 = 1
@ -180,7 +180,7 @@ testrefr.gpe : test.o gp2x.o asmutils.o
# build Cyclone
../../cpu/Cyclone/proj/Cyclone.s :
@echo building Cyclone...
@make -C ../../cpu/Cyclone/proj
@make -C ../../cpu/Cyclone/proj CONFIG_FILE=config_pico.h
../../cpu/musashi/m68kops.c :
@make -C ../../cpu/musashi