mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
rename cd/pico.c -> cd/mcd.c
This commit is contained in:
parent
08769494e8
commit
89dbbf2b2f
7 changed files with 10 additions and 8 deletions
|
@ -63,7 +63,7 @@ SRCS_COMMON += $(R)pico/cd/misc_arm.s
|
|||
endif
|
||||
ifeq "$(asm_cdpico)" "1"
|
||||
DEFINES += _ASM_CD_PICO_C
|
||||
SRCS_COMMON += $(R)pico/cd/pico_arm.s
|
||||
SRCS_COMMON += $(R)pico/cd/mcd_arm.s
|
||||
endif
|
||||
ifeq "$(asm_cdmemory)" "1"
|
||||
DEFINES += _ASM_CD_MEMORY_C
|
||||
|
@ -92,7 +92,7 @@ else
|
|||
DEFINES += NO_SMS
|
||||
endif
|
||||
# CD
|
||||
SRCS_COMMON += $(R)pico/cd/pico.c $(R)pico/cd/memory.c $(R)pico/cd/sek.c \
|
||||
SRCS_COMMON += $(R)pico/cd/mcd.c $(R)pico/cd/memory.c $(R)pico/cd/sek.c \
|
||||
$(R)pico/cd/LC89510.c $(R)pico/cd/cd_sys.c $(R)pico/cd/cd_file.c \
|
||||
$(R)pico/cd/cue.c $(R)pico/cd/gfx_cd.c $(R)pico/cd/misc.c \
|
||||
$(R)pico/cd/pcm.c $(R)pico/cd/buffering.c
|
||||
|
@ -184,10 +184,12 @@ $(FR)cpu/cyclone/Cyclone.h:
|
|||
@echo "Cyclone submodule is missing, please run 'git submodule update --init'"
|
||||
@false
|
||||
|
||||
$(FR)cpu/cyclone/Cyclone.s:
|
||||
$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/cyclone_config.h
|
||||
@echo building Cyclone...
|
||||
@make -C $(R)cpu/cyclone/ CONFIG_FILE=../cyclone_config.h
|
||||
|
||||
$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/cyclone/*.cpp $(FR)cpu/cyclone/*.h
|
||||
|
||||
$(FR)cpu/musashi/m68kops.c:
|
||||
@make -C $(R)cpu/musashi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue