Restore function symbols for 0-01, temporarily remove OSRtc and OSSync splits

This commit is contained in:
2024-12-20 19:20:52 -08:00
parent e0cb6ae936
commit 129bbb4390
4 changed files with 16385 additions and 16372 deletions

View File

@@ -1288,45 +1288,45 @@ config.libs = [
#minor=0,
#patch=2,
objects=[
Object(MatchingFor("GM8E01_00"), "musyx/runtime/seq.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/synth.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/seq_api.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/snd_synthapi.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/seq.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/synth.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/seq_api.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/snd_synthapi.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/stream.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/synthdata.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/synthmacros.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/synthvoice.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/synth_ac.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/synth_adsr.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/synth_vsamples.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/synth_dbtab.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/s_data.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/hw_dspctrl.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/hw_volconv.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/snd3d.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/snd_init.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/snd_math.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/snd_midictrl.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/snd_service.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/hardware.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/hw_aramdma.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/dsp_import.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/hw_dolphin.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/hw_memory.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/hw_lib_dummy.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/CheapReverb/creverb_fx.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/CheapReverb/creverb.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/StdReverb/reverb_fx.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/StdReverb/reverb.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/Delay/delay_fx.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/Chorus/chorus_fx.c"),
Object(MatchingFor("GM8E01_00"), "musyx/runtime/profile.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/synthdata.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/synthmacros.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/synthvoice.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/synth_ac.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/synth_adsr.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/synth_vsamples.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/synth_dbtab.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/s_data.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/hw_dspctrl.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/hw_volconv.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/snd3d.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/snd_init.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/snd_math.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/snd_midictrl.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/snd_service.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/hardware.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/hw_aramdma.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/dsp_import.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/hw_dolphin.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/hw_memory.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/hw_lib_dummy.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/CheapReverb/creverb_fx.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/CheapReverb/creverb.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/StdReverb/reverb_fx.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/StdReverb/reverb.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/Delay/delay_fx.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/Chorus/chorus_fx.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "musyx/runtime/profile.c"),
],
),
DolphinLib(
"Dummy",
[
Object(MatchingFor("GM8E01_00"), "Dolphin/dummy.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/dummy.c"),
],
),
DolphinLib(