Fix configure file

This commit is contained in:
gamemasterplc 2023-11-22 09:31:37 -06:00
parent 5cb53ace31
commit 28ca446347
2 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,7 @@ game/dvd.c:
game/data.c: game/data.c:
.text start:0x80006E38 end:0x80009400 .text start:0x80006E38 end:0x80009400
.data start:0x8011EF58 end:0x8011FDE0 .data start:0x8011EF58 end:0x8011FDE0
.bss start:0x80142840 end:0x80145640 .bss start:0x80142840 end:0x80145640
.sdata start:0x801D3438 end:0x801D3448 .sdata start:0x801D3438 end:0x801D3448
.sbss start:0x801D3AE8 end:0x801D3AF8 .sbss start:0x801D3AE8 end:0x801D3AF8

View file

@ -225,6 +225,7 @@ config.libs = [
Object(NonMatching, "game/main.c"), Object(NonMatching, "game/main.c"),
Object(NonMatching, "game/pad.c"), Object(NonMatching, "game/pad.c"),
Object(NonMatching, "game/dvd.c"), Object(NonMatching, "game/dvd.c"),
Object(NonMatching, "game/data.c"),
Object(NonMatching, "game/decode.c"), Object(NonMatching, "game/decode.c"),
Object(Matching, "game/malloc.c"), Object(Matching, "game/malloc.c"),
Object(Matching, "game/memory.c"), Object(Matching, "game/memory.c"),