mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc: RISC-V (RV64IM) code emitter, some work on MIPS64
This commit is contained in:
parent
aaea8e3ecd
commit
e7ee501075
21 changed files with 395 additions and 444 deletions
6
Makefile
6
Makefile
|
@ -68,6 +68,10 @@ else ifneq (,$(findstring aarch64,$(ARCH)))
|
|||
use_fame ?= 1
|
||||
use_cz80 ?= 1
|
||||
use_sh2drc ?= 1
|
||||
else ifneq (,$(findstring riscv,$(ARCH)))
|
||||
use_fame ?= 1
|
||||
use_cz80 ?= 1
|
||||
use_sh2drc ?= 1
|
||||
endif
|
||||
|
||||
-include Makefile.local
|
||||
|
@ -266,7 +270,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/drc/emit_arm64.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_x86.c cpu/drc/emit_mips.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_x86.c cpu/drc/emit_mips.c cpu/drc/emit_riscv.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