Skip to content

Commit

Permalink
v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pinobatch committed Nov 5, 2020
1 parent 9c9f72d commit fa05e8e
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 22 deletions.
5 changes: 3 additions & 2 deletions gameboy/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
0.22
0.22 (2020-11-04)
* Add MDFourier audio test
* Color bars: A to toggle NTSC 7.5% setup
* Color bleed: Rearrange to 10 rectangles
* Add a back story for Gus
* Document deliberately replaced assets
* Change random formula to reflect new cc65
* More micro-optimizations
* Continuing micro-optimizations
* Free space occupied by RSTs and interrupts that won't be used
* Migrate to RGBDS 0.4.0 (no dedent, no duplicate section names,
rename GLOBAL to EXPORT)
Expand Down
4 changes: 2 additions & 2 deletions gameboy/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
#
# Makefile for 144p Test Suite for Game Boy
# Copyright 2014-2019 Damian Yerrick
# Copyright 2014-2020 Damian Yerrick
#
# Copying and distribution of this file, with or without
# modification, are permitted in any medium without royalty
Expand All @@ -11,7 +11,7 @@

# Used in the title of the zipfile and .gb executable
title:=gb240p
version:=0.22wip
version:=0.22

# Space-separated list of asm files without .z80 extension
# (use a backslash to continue on the next line)
Expand Down
5 changes: 3 additions & 2 deletions gameboy/src/helppages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ crosstalk artifacts.

== 144p Test Suite ==

Ver. 0.22wip (2020-10-28)
Ver. 0.22 (2020-11-04)
MDFourier; more bleed

© 2011-2016
Expand All @@ -740,7 +740,8 @@ Special thanks:
GBDev Forum & Discord
Antonio Vivace
Thank you to my patrons:
Johnathan Roatch
Rin Marina
Artemio Urbina
Joe Parsell
Brad Smith
----
Expand Down
5 changes: 4 additions & 1 deletion gba/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
0.22
0.22 (2020-11-04)
* Color bars: A to toggle NTSC 7.5% setup
* Color bleed: Rearrange to 10 rectangles
* Add a back story for Gus
* Document deliberately replaced assets

0.21 (2020-06-01)
* Help: Make some descriptions more concise (with Artemio's help)
Expand Down
7 changes: 3 additions & 4 deletions gba/src/helppages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Select: Show or hide

== 160p Test Suite ==

Version 0.22wip (2020-10-28)
Version 0.22 (2020-11-04)
If it bleeds, it leads.

© 2011-2016 Artemio Urbina
Expand All @@ -636,9 +636,8 @@ Special thanks:
gbadev.org

Thank you to my patrons:
Johnathan Roatch
Joe Parsell
Brad Smith
Rin Marina, Artemio Urbina,
Joe Parsell, and Brad Smith
----
You can help:
- Run tests on authentic
Expand Down
12 changes: 11 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
#!/usr/bin/make -f
#
# Makefile for 240p test suite outer packaging
# Copyright 2020 Damian Yerrick
#
# Copying and distribution of this file, with or without
# modification, are permitted in any medium without royalty
# provided the copyright notice and this notice are preserved.
# This file is offered as-is, without any warranty.
#
title := 240p-test-mini
version := 0.22wip
version := 0.22

# Make $(MAKE) work correctly even when Make is installed inside
# C:\Program Files
Expand Down
11 changes: 7 additions & 4 deletions nes/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
0.22
0.22 (2020-11-04)
* Add Safe areas pattern
* Color bleed: Rearrange to 10 rectangles
* Add a back story for Gus
* Begin printable manual
* SMPTE bars: Move I and Q to correct hues ($0C and $03)
* Color bleed: Rearrange to 10 rectangles
* MDFourier: Run automatically if Start+A held during Reset
* Help: Improve antialiasing of Gus's outline
* Change random formula to reflect new cc65
* Add a back story for Gus
* Document deliberately replaced assets
* Begin work on printable manual

0.21 (2020-06-01)
* Build-time option to exit to menu if included in Action 53
Expand Down
4 changes: 2 additions & 2 deletions nes/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
#
# Makefile for 240p test suite for NES
# Copyright 2011-2019 Damian Yerrick
# Copyright 2011-2020 Damian Yerrick
#
# Copying and distribution of this file, with or without
# modification, are permitted in any medium without royalty
Expand All @@ -11,7 +11,7 @@

# These are used in the title of the NES program and the zip file.
title:=240pee
version:=0.22wip
version:=0.22

# Space-separated list of assembly language files that make up the
# PRG ROM. If it gets too long for one line, you can add a backslash
Expand Down
7 changes: 3 additions & 4 deletions nes/src/helppages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ less than 5 lines (317 us).

== 240p Test Suite ==

Version 0.22wip (2020-10-28)
Version 0.22 (2020-11-04)
Safe areas; more color bleed;
correct SMPTE I/Q phase

Expand All @@ -828,9 +828,8 @@ or FITNESS FOR A
PARTICULAR PURPOSE.
----
Thank you to my patrons:
Johnathan Roatch
Joe Parsell
Brad Smith
Rin Marina, Artemio Urbina,
Joe Parsell, and Brad Smith

You can help this project by
running the test on authentic
Expand Down

0 comments on commit fa05e8e

Please sign in to comment.