2020-05-22 22:01:48 +00:00
|
|
|
include common.mak
|
|
|
|
|
|
|
|
SRCS += \
|
|
|
|
$(filter-out %debug.cpp,$(call cppdir,pce)) \
|
|
|
|
$(call cppdir,hw_sound/pce_psg) \
|
|
|
|
$(call cppdir,hw_misc/arcade_card) \
|
|
|
|
$(call cppdir,hw_video/huc6270) \
|
2020-06-01 15:12:40 +00:00
|
|
|
$(CD_SRCS) \
|
2020-05-22 22:01:48 +00:00
|
|
|
pce.cpp
|
|
|
|
|
2020-05-27 01:23:52 +00:00
|
|
|
PER_FILE_FLAGS_mednafen/src/pce/input.cpp := -DINPUT_Read=ZZINPUT_Read
|
|
|
|
|
2020-05-22 22:01:48 +00:00
|
|
|
include ../common.mak
|