mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04: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
1 changed files with 3 additions and 1 deletions
|
@ -71,6 +71,8 @@ else
|
||||||
DEFINES += _USE_CZ80
|
DEFINES += _USE_CZ80
|
||||||
OBJS += cpu/cz80/cz80.o
|
OBJS += cpu/cz80/cz80.o
|
||||||
endif
|
endif
|
||||||
|
# sh2
|
||||||
|
OBJS += cpu/sh2mame/sh2pico.o
|
||||||
# misc
|
# misc
|
||||||
ifeq "$(use_fame)" "1"
|
ifeq "$(use_fame)" "1"
|
||||||
ifeq "$(use_musashi)" "1"
|
ifeq "$(use_musashi)" "1"
|
||||||
|
@ -83,7 +85,7 @@ CFLAGS += $(addprefix -D,$(DEFINES))
|
||||||
vpath %.c = ../..
|
vpath %.c = ../..
|
||||||
|
|
||||||
DIRS = platform platform/gp2x platform/common pico pico/cd pico/pico pico/sound pico/carthw/svp \
|
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
|
all: mkdirs PicoDrive
|
||||||
clean: tidy
|
clean: tidy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue