1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-01 14:41:38 +00:00

remove worthless comment

This commit is contained in:
Sam M W 2021-01-28 08:58:04 +00:00
parent 51775fbe95
commit 2d87640692

View File

@ -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)