Skip to content

Commit

Permalink
update SameSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
c-sp committed Jul 24, 2023
1 parent 7a04105 commit 272c8fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## master

- upgrade to
[mooneye-test-suite:8d742b9d55](https://github.com/Gekkio/mooneye-test-suite/tree/8d742b9d55)
[Mooneye Test Suite:8d742b9d55](https://github.com/Gekkio/mooneye-test-suite/tree/8d742b9d55)
*(2022-03-17)*
- compile Mooneye Test Suite with
[wla-dx:d8b51a99ff](https://github.com/vhelin/wla-dx/tree/d8b51a99ff)
*(2022-05-05)*
- upgrade to
[SameSuite:f71b4b3c37](https://github.com/LIJI32/SameSuite/tree/f71b4b3c37)
*(2022-04-10)*

## [v5.1](https://github.com/c-sp/gameboy-test-roms/releases/tag/v5.1) *(2022-12-10)*

Expand Down
7 changes: 4 additions & 3 deletions src/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ build_release_zip()
fi

mkdir -p "$ARTIFACTS_DIR"
cp README.md CHANGELOG.md "$ARTIFACTS_DIR"
cp "$REPO_DIR/README.md" "$REPO_DIR/CHANGELOG.md" "$ARTIFACTS_DIR"

# remove old zip file
cd "$ARTIFACTS_DIR"
Expand All @@ -480,7 +480,8 @@ build_rgbds()
# https://rgbds.gbdev.io/install/source
#
# As of 2023-07-24 a lot of test rom source code is not compatible
# to RGBDS 0.6, which is why we still default to RGBDS 0.5.
# to RGBDS 0.6 (e.g. dmc-acid2, cgb-acid2, bully), which is why we still
# default to RGBDS 0.5.
REPO_RGBDS=$(mktemp -d)
cd "$REPO_RGBDS"
git clone https://github.com/gbdev/rgbds.git .
Expand Down Expand Up @@ -544,7 +545,7 @@ build_same_suite()
REPO_SAME_SUITE=$(mktemp -d)
cd "$REPO_SAME_SUITE"
git clone https://github.com/LIJI32/SameSuite.git .
git checkout eb48ef5a9015ae2a0be7e6bf458bd5ef551a69be
git checkout f71b4b3c3773b771f94955f5081dd2b36aabe54d

rgbasm -V
make
Expand Down

0 comments on commit 272c8fe

Please sign in to comment.