Update and link reset of MusyX

This commit is contained in:
Phillip Stephens 2024-12-16 19:52:48 -08:00
parent 10d67504b4
commit c854a74ae4
3 changed files with 11 additions and 2 deletions

View File

@ -4302,6 +4302,9 @@ musyx/runtime/hw_dolphin.c:
.bss start:0x805678A0 end:0x80569900
.sbss start:0x805A9B70 end:0x805A9B98
Dolphin/dummy.c:
.bss start:0x80569900 end:0x80569908
musyx/runtime/hw_memory.c:
.text start:0x803B5134 end:0x803B5188

View File

@ -1285,7 +1285,7 @@ config.libs = [
Object(Matching, "musyx/runtime/synth_vsamples.c"),
Object(Matching, "musyx/runtime/synth_dbtab.c"),
Object(Matching, "musyx/runtime/s_data.c"),
Object(NonMatching, "musyx/runtime/hw_dspctrl.c"),
Object(Matching, "musyx/runtime/hw_dspctrl.c"),
Object(Matching, "musyx/runtime/hw_volconv.c"),
Object(Matching, "musyx/runtime/snd3d.c"),
Object(Matching, "musyx/runtime/snd_init.c"),
@ -1307,6 +1307,12 @@ config.libs = [
Object(Matching, "musyx/runtime/profile.c"),
],
),
DolphinLib(
"Dummy",
[
Object(Matching, "Dolphin/dummy.c"),
],
),
DolphinLib(
"dtk",
[

2
extern/musyx vendored

@ -1 +1 @@
Subproject commit 1fd851887db7dbdea748b90618193dc0d2ce091d
Subproject commit a170f2ef4a3f51edb89bc792dff79d55b2c42a89