mirror of
https://github.com/mre/mos6502.git
synced 2025-02-20 09:29:02 +00:00
remove worthless comment
This commit is contained in:
parent
51775fbe95
commit
2d87640692
@ -566,7 +566,6 @@ impl CPU {
|
|||||||
self.load_accumulator(a_after);
|
self.load_accumulator(a_after);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Implement binary-coded decimal
|
|
||||||
fn subtract_with_carry(&mut self, value: i8) {
|
fn subtract_with_carry(&mut self, value: i8) {
|
||||||
// A - M - (1 - C)
|
// A - M - (1 - C)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user