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

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

View File

@ -3840,13 +3840,6 @@ Dolphin/os/OSResetSW.c:
.text start:0x80383678 end:0x80383A04
.sbss start:0x805A9AE0 end:0x805A9B00
Dolphin/os/OSRtc.c:
.text start:0x80383A04 end:0x803845C0
.bss start:0x80541780 end:0x805417D8
Dolphin/os/OSSync.c:
.text start:0x803845C0 end:0x80384644
Dolphin/os/OSThread.c:
.text start:0x80384644 end:0x80385584
.bss start:0x805417D8 end:0x805421D0
@ -4245,6 +4238,9 @@ musyx/runtime/hw_dolphin.c:
.bss start:0x80567A80 end:0x80569AE0
.sbss start:0x805A9D50 end:0x805A9D78
Dolphin/dummy.c:
.bss start:0x80569AE0 end:0x80569AE8
musyx/runtime/hw_memory.c:
.text start:0x803B5310 end:0x803B5364

File diff suppressed because it is too large Load Diff

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(

View File

@ -1,2 +1,2 @@
#pragma force_active on
__declspec(section ".data") char dummy[4];
__declspec(section ".data") char dummy[8];