X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2FMakefile;h=6aaf51b9dd922a038759303ae4893366c89dccd2;hb=a4221917e147ba303f2cf6c09d12362bf2802084;hp=db032d8366f076fe3b38d8c11395a02f2178a0e3;hpb=8ab3e3c1cf696cb776b14ab511f98aa8ab22797e;p=picodrive.git diff --git a/platform/psp/Makefile b/platform/psp/Makefile index db032d8..6aaf51b 100644 --- a/platform/psp/Makefile +++ b/platform/psp/Makefile @@ -4,7 +4,7 @@ PSPSDK = $(shell psp-config --pspsdk-path) # settings #use_musashi = 1 -use_mz80 = 1 +#use_mz80 = 1 amalgamate = 0 #profile = 1 #up = 1 @@ -69,13 +69,14 @@ ifeq "$(use_mz80)" "1" CFLAGS += -D_USE_MZ80 OBJS += ../../cpu/mz80/mz80.o else -$(error nothing here!) +CFLAGS += -D_USE_CZ80 +OBJS += ../../cpu/cz80/cz80.o endif # bg images OBJS += data/bg32.o data/bg40.o -LIBS += -lpng -lm -lpspgu -lpsppower -Wl,-Map=PicoDrive.map # -lpspaudio -lpsphprm +LIBS += -lpng -lm -lpspgu -lpsppower -Wl,-Map=PicoDrive.map -lpspaudio # target TARGET = PicoDrive