Skip to content

Commit 7a1eab1

Browse files
committed
use base 10 number for easier grepping.
1 parent 4f57fa6 commit 7a1eab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Octane/gbemu-part2.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9782,7 +9782,8 @@ var gameboy_rom='r+BPyZiEZwA+AeBPySAobeEq6gAgKlYj5WJv6SRmZjjhKuXqACDJ///////////
97829782
setupGameboy();
97839783

97849784
class Benchmark {
9785-
EXPECTED_RESULT_HASH = 0x1a2b3c4f;
9785+
EXPECTED_RESULT_HASH = 439041103;
9786+
97869787
runIteration() {
97879788
this.result = runGameboy();
97889789
}

0 commit comments

Comments
 (0)