0-01 Re-add splits, no common bss yet

This commit is contained in:
2024-12-20 18:38:39 -08:00
parent 5a8146863c
commit e0cb6ae936
2 changed files with 49 additions and 96 deletions

View File

@@ -40,7 +40,7 @@ VERSIONS = [
]
DISABLED_VERSIONS = [
1,
#1,
2,
3,
4,
@@ -383,7 +383,7 @@ config.libs = [
DolphinLib(
"TRK_MINNOW_DOLPHIN",
[
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "MetroTRK/mslsupp.c"),
Object(MatchingFor("GM8E01_00"), "MetroTRK/mslsupp.c"),
],
),
RetroLib(
@@ -1288,51 +1288,51 @@ config.libs = [
#minor=0,
#patch=2,
objects=[
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/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"), "musyx/runtime/stream.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"),
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"),
],
),
DolphinLib(
"Dummy",
[
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/dummy.c"),
Object(MatchingFor("GM8E01_00"), "Dolphin/dummy.c"),
],
),
DolphinLib(
"dtk",
[
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/dtk.c"),
Object(MatchingFor("GM8E01_00"), "Dolphin/dtk.c"),
],
),
DolphinLib(