mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
sound, add FM filtering
This commit is contained in:
parent
21e0cd52e6
commit
68a950875c
13 changed files with 73 additions and 854 deletions
|
@ -122,8 +122,7 @@ SRCS_COMMON += $(R)pico/carthw/svp/stub_arm.S
|
|||
SRCS_COMMON += $(R)pico/carthw/svp/compiler.c
|
||||
endif
|
||||
# sound
|
||||
SRCS_COMMON += $(R)pico/sound/sound.c
|
||||
SRCS_COMMON += $(R)pico/sound/resampler.c # $(R)pico/sound/blipper.c
|
||||
SRCS_COMMON += $(R)pico/sound/sound.c $(R)pico/sound/resampler.c
|
||||
SRCS_COMMON += $(R)pico/sound/sn76496.c $(R)pico/sound/ym2612.c
|
||||
SRCS_COMMON += $(R)pico/sound/emu2413/emu2413.c
|
||||
ifneq "$(ARCH)$(asm_mix)" "arm1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue