chore(cpu): comment out blargg-specific code
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
634bc2d2c0
commit
01064bab69
10
src/cpu.rs
10
src/cpu.rs
|
@ -146,11 +146,11 @@ impl Cpu {
|
||||||
self.handle_ei();
|
self.handle_ei();
|
||||||
|
|
||||||
// For use in Blargg's Test ROMs
|
// For use in Blargg's Test ROMs
|
||||||
if self.read_byte(0xFF02) == 0x81 {
|
// if self.read_byte(0xFF02) == 0x81 {
|
||||||
let c = self.read_byte(0xFF01) as char;
|
// let c = self.read_byte(0xFF01) as char;
|
||||||
self.write_byte(0xFF02, 0x00);
|
// self.write_byte(0xFF02, 0x00);
|
||||||
eprint!("{}", c);
|
// eprint!("{}", c);
|
||||||
}
|
// }
|
||||||
|
|
||||||
elapsed
|
elapsed
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue