mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-01-02 03:58:54 +01:00
32x: sh2 wip, main SH2 BIOS passes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@782 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b11baaea41
commit
9a3145d622
@ -71,6 +71,8 @@ else
|
||||
DEFINES += _USE_CZ80
|
||||
OBJS += cpu/cz80/cz80.o
|
||||
endif
|
||||
# sh2
|
||||
OBJS += cpu/sh2mame/sh2pico.o
|
||||
# misc
|
||||
ifeq "$(use_fame)" "1"
|
||||
ifeq "$(use_musashi)" "1"
|
||||
@ -83,7 +85,7 @@ CFLAGS += $(addprefix -D,$(DEFINES))
|
||||
vpath %.c = ../..
|
||||
|
||||
DIRS = platform platform/gp2x platform/common pico pico/cd pico/pico pico/sound pico/carthw/svp \
|
||||
pico/32x zlib unzip cpu cpu/musashi cpu/fame cpu/mz80 cpu/cz80
|
||||
pico/32x zlib unzip cpu cpu/musashi cpu/fame cpu/mz80 cpu/cz80 cpu/sh2mame
|
||||
|
||||
all: mkdirs PicoDrive
|
||||
clean: tidy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user