pandora: use hw scaler (resolves 32x+sms), frontend refactoring

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@885 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-09-06 13:08:23 +00:00
parent 207e58ef99
commit c7eb229a3c
20 changed files with 960 additions and 596 deletions

View file

@ -19,9 +19,6 @@ asm_cdmemory = 1
#profile = 1
#drc_debug = 3
no_32x = 1
no_sms = 1
-include Makefile.local
ifeq "$(use_musashi)" "1"
@ -46,7 +43,7 @@ LD = $(CROSS)ld
OBJCOPY = $(CROSS)objcopy
# frontend
OBJS += pandora.o emu.o asm_utils.o
OBJS += plat.o asm_utils.o
# common
OBJS += platform/common/emu.o platform/common/menu.o platform/common/fonts.o platform/common/config.o \
@ -96,6 +93,8 @@ readme.txt: ../../tools/textfilter ../base_readme.txt
PicoDrive.pxml: PicoDrive.pxml.template
./make_pxml.sh PicoDrive.pxml.template PicoDrive.pxml
platform/common/menu.o: menu.c
# ----------- release -----------
VER = $(shell head -n 1 version.h | sed 's/.*"\(.*\)\.\(.*\)".*/\1\2/g')