fix GP2X build

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@809 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-10-06 21:59:24 +00:00
parent 29fe3f5ac6
commit 199bec6101
2 changed files with 7 additions and 2 deletions

View file

@ -12,6 +12,7 @@ asm_cdmemory = 1
amalgamate = 0 amalgamate = 0
#profile = 1 #profile = 1
#use_musashi = 1 #use_musashi = 1
use_sh2mame = 1
#up = 1 #up = 1
@ -111,6 +112,10 @@ else
DEFINC += -D_USE_DRZ80 DEFINC += -D_USE_DRZ80
OBJS += cpu/DrZ80/drz80.o OBJS += cpu/DrZ80/drz80.o
endif endif
ifeq "$(use_sh2mame)" "1"
OBJS += cpu/sh2mame/sh2pico.o
else
endif
vpath %.c = ../.. vpath %.c = ../..
vpath %.s = ../.. vpath %.s = ../..
@ -118,7 +123,7 @@ vpath %.S = ../..
DIRS = platform platform/gp2x platform/linux platform/common pico pico/cd pico/pico pico/32x \ DIRS = platform platform/gp2x platform/linux platform/common pico pico/cd pico/pico pico/32x \
pico/sound pico/carthw/svp zlib unzip cpu cpu/musashi cpu/Cyclone/proj cpu/Cyclone/tools \ pico/sound pico/carthw/svp zlib unzip cpu cpu/musashi cpu/Cyclone/proj cpu/Cyclone/tools \
cpu/mz80 cpu/DrZ80 cpu/mz80 cpu/DrZ80 cpu/sh2mame
all: mkdirs PicoDrive all: mkdirs PicoDrive

View file

@ -1,2 +1,2 @@
#define VERSION "1.56" #define VERSION "1.70"