mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: sh2 wip, main SH2 BIOS passes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@782 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
eaa10a6eb8
commit
acd35d4c08
5 changed files with 283 additions and 34 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue