Skip to content
Snippets Groups Projects
Verified Commit 566fe125 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: removed extra line

parent b3ce0959
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2567 failed
...@@ -3216,7 +3216,6 @@ fn bit_d(cpu: &mut Cpu, bit: u8) { ...@@ -3216,7 +3216,6 @@ fn bit_d(cpu: &mut Cpu, bit: u8) {
cpu.set_half_carry(true); cpu.set_half_carry(true);
} }
fn bit_e(cpu: &mut Cpu, bit: u8) { fn bit_e(cpu: &mut Cpu, bit: u8) {
cpu.set_sub(false); cpu.set_sub(false);
cpu.set_zero(bit_zero(cpu.e, bit)); cpu.set_zero(bit_zero(cpu.e, bit));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment