MC6809: Correct test board wiring, such the MC6850 can be allowed to work!

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-05-05 13:35:33 +01:00
parent f5582df402
commit ca0a98d9a7

View File

@ -120,6 +120,7 @@ void Board::updateAciaPins() {
bool Board::accessAcia() {
ACIA().raise(ACIA().E());
ACIA().tick();
const bool activated = ACIA().activated();
ACIA().lower(ACIA().E());
return ACIA().activated();
return activated;
}