Redo version handling

Former-commit-id: d2138c8256
This commit is contained in:
Phillip Stephens 2023-10-09 20:47:33 -07:00
parent 5abfb8dea3
commit 4c5c5fde8f
19 changed files with 23 additions and 24 deletions

View File

@ -0,0 +1 @@
949c5ed7368aef547e0b0db1c3678f466e2afbff build/GM8E01_00/main.dol

View File

@ -0,0 +1,12 @@
object: orig/GM8E01_00/sys/main.dol
hash: 949c5ed7368aef547e0b0db1c3678f466e2afbff
symbols: config/GM8E01_00/symbols.txt
splits: config/GM8E01_00/splits.txt
mw_comment_version: 8
fill_gaps: false
#modules:
#- object: orig/GM8E01_00/files/NESemuP.rel
#hash: 5ad6bb727d6dd220e6aceef9143c61a86a6f2bb5
#symbols: config/GM8E01_00/NESemu/symbols.txt
#splits: config/GM8E01_00/NESemu/splits.txt

View File

@ -1 +0,0 @@
949c5ed7368aef547e0b0db1c3678f466e2afbff build/mp-v1.088/main.dol

View File

@ -1,12 +0,0 @@
object: orig/mp-v1.088/sys/main.dol
hash: 949c5ed7368aef547e0b0db1c3678f466e2afbff
symbols: config/mp-v1.088/symbols.txt
splits: config/mp-v1.088/splits.txt
mw_comment_version: 8
fill_gaps: false
#modules:
#- object: orig/mp-v1.088/files/NESemuP.rel
#hash: 5ad6bb727d6dd220e6aceef9143c61a86a6f2bb5
#symbols: config/mp-v1.088/NESemu/symbols.txt
#splits: config/mp-v1.088/NESemu/splits.txt

View File

@ -27,15 +27,15 @@ from tools.project import (
# Game versions
DEFAULT_VERSION = 0
VERSIONS = [
"mp-v1.088", # 0-00
# "mp-v1.093", # 0-01
# "mp-v1.097", # 0-30 NTSC-K
# "mp-v1.110", # 0-00 PAL
# "mp-v1.111_j", # 0-00 NTSC-J
# "mp-v1.111_u", # 0-02 NTSC-U
# "mp-v3.570", # New Play Controls
# "mp-v3.593", # Trilogy NTSC
# "mp-v3.629", # Trilogy PAL
"GM8E01_00", # mp-v1.088 NTSC-U
#"GM8E01_01", # mp-v1.093 NTSC-U
#"GM8E01_30", # mp-v1.097 NTSC-K
#"GM8P01_00", # mp-v1.110 PAL
#"GM8J01_00", # mp-v1.111 NTSC-J
#"GM8E01_02", # mp-v1.111 NTSC-U
#"R3IJ01_00", # mp-v3.570 New Play Controls
#"R3ME01_00", # mp-v3.593 Trilogy NTSC
#"R3MP01_00", # mp-v3.629 Trilogy PAL
]
if len(VERSIONS) > 1:
@ -155,8 +155,7 @@ cflags_base = [
"-nosyspath",
"-i include",
"-i libc",
"-DPRIME1"
"-DVERSION={version_num}",
"-DPRIME1" "-DVERSION={version_num}",
"-DNONMATCHING=0",
]

0
orig/GM8E01_00/.gitkeep Normal file
View File

0
orig/GM8E01_01/.gitkeep Normal file
View File

0
orig/GM8E01_02/.gitkeep Normal file
View File

0
orig/GM8E01_30/.gitkeep Normal file
View File

0
orig/GM8J01_00/.gitkeep Normal file
View File

0
orig/GM8P01_00/.gitkeep Normal file
View File

0
orig/R3IJ01_00/.gitkeep Normal file
View File

0
orig/R3ME01_00/.gitkeep Normal file
View File

0
orig/R3MP01_00/.gitkeep Normal file
View File