mirror of
https://github.com/mre/mos6502.git
synced 2024-11-25 02:33:26 +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);
|
||||
}
|
||||
|
||||
// TODO: Implement binary-coded decimal
|
||||
fn subtract_with_carry(&mut self, value: i8) {
|
||||
// A - M - (1 - C)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user