mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-01-10 15:29:47 +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
|
// Get the ACIA ready for action
|
||||||
this.Address.Word = 0b1010000000000000;
|
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.UpdateAciaPinsWrite();
|
||||||
this.ACIA.CTS.Lower();
|
this.ACIA.CTS.Lower();
|
||||||
this.ACIA.RaisePOWER();
|
this.ACIA.RaisePOWER();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user