Correct the MC6809 test code to properly initialise the MC6850

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-05-04 15:19:18 +01:00
parent d2893e73ac
commit 48c2ffa99f

View File

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