mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-04-04 14:29:38 +00:00
Correct a layout issue in the MC6809 implementation.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
4977df7330
commit
53a203b4a1
@ -700,7 +700,7 @@
|
||||
this.Jump(destination);
|
||||
}
|
||||
|
||||
return condition;
|
||||
return condition;
|
||||
}
|
||||
|
||||
private bool Branch(Register16 destination, bool condition) => this.Branch(destination.Word, condition);
|
||||
|
Loading…
x
Reference in New Issue
Block a user