mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc: add mipsel backend for MIPS32 Release 1 (for JZ47xx)
This commit is contained in:
parent
1747b6712d
commit
d80a5fd2ab
13 changed files with 1922 additions and 23 deletions
5
Makefile
5
Makefile
|
@ -55,6 +55,9 @@ use_cz80 ?= 1
|
|||
ifneq (,$(findstring 86,$(ARCH)))
|
||||
use_sh2drc ?= 1
|
||||
endif
|
||||
ifneq (,$(findstring mips,$(ARCH)))
|
||||
use_sh2drc ?= 1
|
||||
endif
|
||||
endif
|
||||
|
||||
-include Makefile.local
|
||||
|
@ -245,7 +248,7 @@ pico/carthw_cfg.c: pico/carthw.cfg
|
|||
# random deps
|
||||
pico/carthw/svp/compiler.o : cpu/drc/emit_arm.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_arm.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_x86.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_x86.c cpu/drc/emit_mips.c
|
||||
cpu/sh2/mame/sh2pico.o : cpu/sh2/mame/sh2.c
|
||||
pico/pico.o pico/cd/mcd.o pico/32x/32x.o : pico/pico_cmn.c pico/pico_int.h
|
||||
pico/memory.o pico/cd/memory.o pico/32x/memory.o : pico/pico_int.h pico/memory.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue