Devbranch OPL4-ML daughterboard emulation (part 1)

This commit is contained in:
Cacodemon345
2024-02-14 02:51:19 +06:00
committed by GitHub
parent da8e798aef
commit c7204f3c9f

View File

@@ -18,7 +18,7 @@ add_library(snd OBJECT sound.c snd_opl.c snd_opl_nuked.c snd_opl_ymfm.cpp snd_re
snd_lpt_dss.c snd_ps1.c snd_adlib.c snd_adlibgold.c snd_ad1848.c snd_audiopci.c
snd_azt2316a.c snd_cms.c snd_cmi8x38.c snd_cs423x.c snd_gus.c snd_sb.c snd_sb_dsp.c
snd_emu8k.c snd_mpu401.c snd_sn76489.c snd_ssi2001.c snd_wss.c snd_ym7128.c
snd_optimc.c midi_opl4.c midi_opl4_yrw801.c)
snd_optimc.c)
if(OPENAL)
if(VCPKG_TOOLCHAIN)
@@ -125,5 +125,10 @@ if(GUSMAX)
target_compile_definitions(snd PRIVATE USE_GUSMAX)
endif()
if(OPL4ML)
target_compile_definitions(snd PRIVATE USE_OPL4ML)
target_sources(snd PRIVATE target_sources(snd PRIVATE midi_opl4.c midi_opl4_yrw801.c)
endif()
add_subdirectory(resid-fp)
target_link_libraries(86Box resid-fp)