mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2024-12-23 02:29:59 +00:00
Correct the MC6809 test code to properly initialise the MC6850
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
d2893e73ac
commit
48c2ffa99f
@ -43,7 +43,7 @@
|
||||
|
||||
// Get the ACIA ready for action
|
||||
this.Address.Word = 0b1010000000000000;
|
||||
this.ACIA.DATA = (byte)(MC6850.ControlRegister.CR0 | MC6850.ControlRegister.CR1); // Master reset
|
||||
this.Data = (byte)(MC6850.ControlRegister.CR0 | MC6850.ControlRegister.CR1); // Master reset
|
||||
this.UpdateAciaPinsWrite();
|
||||
this.ACIA.CTS.Lower();
|
||||
this.ACIA.RaisePOWER();
|
||||
|
Loading…
Reference in New Issue
Block a user