Skip to content

Commit dc3fc5a

Browse files
committed
tweaks to tests
1 parent d236819 commit dc3fc5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* M Score changed to Classic Scoring + Millions counter
99
* Invisible linecap turns entire playfield invisible
1010
* Invisible mode preserves original piece colors
11+
* Added "negative delay" to the hz display
1112
* Block Tool pieces wrap around
1213
* Always Next Box removed
1314
* 0001 seeds are ignored
@@ -21,11 +22,10 @@
2122
* Fixed crashes in garbage mode 4
2223
* Fixed line clearing happening on pause
2324
* Fixed PAL colours
25+
* Keep hz display enabled when topped out
2426
* Famicom Keyboard support
2527
* MMC3 Support
2628
* MMC5 Support
27-
* Added "negative delay" to the hz display
28-
* Keep hz display enabled when topped out
2929

3030
## [v5 tournament]
3131
* Linecap Menu (from CTM Masters September 2022)

tests/src/cycle_count.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn test_hz_cycles() {
4646
util::run_n_vblanks(&mut emu, debounce + 1);
4747
}
4848

49-
println!("hz display most cycles {}", highest);
49+
println!("hz display most cycles to vblank: {}", highest);
5050
}
5151

5252
fn test_max_score_cycles() {
@@ -135,6 +135,6 @@ fn test_mode_score_cycles() {
135135
}
136136
}
137137

138-
println!("cycles {} lines {} mode {}", highest, lines, mode);
138+
println!("cycles to vblank {} lines {} mode {}", highest, lines, mode);
139139
}
140140
}

0 commit comments

Comments
 (0)