Skip to content

Commit 99aec4d

Browse files
committed
clean up changelog
1 parent b8c7d67 commit 99aec4d

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## [unreleased]
44
* Crunch Mode
5-
* Invisible linecap turns entire playfield invisible
6-
* Invisible mode preserves original piece colors
5+
* Marathon Mode
6+
* Added hidden score option
77
* Famicom Keyboard support
8-
* Fixed Floor-0 disabled burns
98
* MMC3 Support
109
* MMC5 Support
10+
* Invisible linecap turns entire playfield invisible
11+
* Invisible mode preserves original piece colors
12+
* Floor no longer gobbled up by top line clear
13+
* Floor 0 has original no-burns behaviour again
1114
* Fixed CNROM legal screen CHR bank
1215
* Fixed CNROM legal to title flicker
1316
* Block Tool pieces wrap around
14-
* Added hidden score option
15-
* Added marathon mode
1617
* 0001 seeds are ignored
17-
* Floor no longer gobbled up by top line clear
1818

1919
## [v5 tournament]
2020
* Linecap Menu (from CTM Masters September 2022)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* [Tap Quantity](#tap-quantity)
2222
* [Checkerboard](#checkerboard)
2323
* [Transition](#transition)
24+
* [Marathon](#marathon)
2425
* [Garbage](#garbage)
2526
* [Drought](#drought)
2627
* [DAS Delay](#das-delay)

tests/src/main.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@ fn main() {
9999
}
100100

101101
emu.ppu.render_ntsc(video::WIDTH);
102-
103-
104-
// for _ in 0..5 {
105-
view.update(&emu.ppu.filtered_screen);
106-
// }
102+
view.update(&emu.ppu.filtered_screen);
107103
});
108104
loop {
109105
}

0 commit comments

Comments
 (0)