From 28ca446347fd0ca9678dee7d982d38d5e79ec448 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Wed, 22 Nov 2023 09:31:37 -0600 Subject: [PATCH] Fix configure file --- config/GMPE01_00/splits.txt | 4 ++-- configure.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/GMPE01_00/splits.txt b/config/GMPE01_00/splits.txt index 4e160c46..0490a5fa 100644 --- a/config/GMPE01_00/splits.txt +++ b/config/GMPE01_00/splits.txt @@ -35,10 +35,10 @@ game/dvd.c: game/data.c: .text start:0x80006E38 end:0x80009400 .data start:0x8011EF58 end:0x8011FDE0 - .bss start:0x80142840 end:0x80145640 + .bss start:0x80142840 end:0x80145640 .sdata start:0x801D3438 end:0x801D3448 .sbss start:0x801D3AE8 end:0x801D3AF8 - + game/decode.c: .text start:0x80009400 end:0x80009AFC .data start:0x8011FDE0 end:0x8011FE00 diff --git a/configure.py b/configure.py index 5f92cfd7..b0fdec5f 100755 --- a/configure.py +++ b/configure.py @@ -225,6 +225,7 @@ config.libs = [ Object(NonMatching, "game/main.c"), Object(NonMatching, "game/pad.c"), Object(NonMatching, "game/dvd.c"), + Object(NonMatching, "game/data.c"), Object(NonMatching, "game/decode.c"), Object(Matching, "game/malloc.c"), Object(Matching, "game/memory.c"),