32x: move sh2 peripheral emu code to it's own file

also adds 16byte dma
This commit is contained in:
notaz 2013-08-05 02:31:47 +03:00
parent df63f1a6ff
commit 045a4c528a
6 changed files with 460 additions and 399 deletions

View file

@ -92,7 +92,7 @@ SRCS_COMMON += $(R)pico/cd/pico.c $(R)pico/cd/memory.c $(R)pico/cd/sek.c \
# 32X
ifneq "$(no_32x)" "1"
SRCS_COMMON += $(R)pico/32x/32x.c $(R)pico/32x/memory.c $(R)pico/32x/draw.c \
$(R)pico/32x/pwm.c
$(R)pico/32x/sh2soc.c $(R)pico/32x/pwm.c
else
DEFINES += NO_32X
endif