Skip to content

Commit

Permalink
Update and link reset of MusyX
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Dec 17, 2024
1 parent 10d6750 commit c854a74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config/GM8E01_00/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 7 additions & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ def MatchingFor(*versions):
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"),
Expand All @@ -1307,6 +1307,12 @@ def MatchingFor(*versions):
Object(Matching, "musyx/runtime/profile.c"),
],
),
DolphinLib(
"Dummy",
[
Object(Matching, "Dolphin/dummy.c"),
],
),
DolphinLib(
"dtk",
[
Expand Down
2 changes: 1 addition & 1 deletion extern/musyx

0 comments on commit c854a74

Please sign in to comment.