mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-03-12 00:33:55 +00:00
The extra _getch isn't required as I fix the MC6809 CPU emulation.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
12dc90c064
commit
769c65394b
@ -106,7 +106,6 @@ void Board::updateAciaPins(const EightBit::Chip::PinLevel rw) {
|
||||
void Board::Cpu_ExecutedInstruction_Acia(EightBit::mc6809&) {
|
||||
if (_kbhit()) {
|
||||
ACIA().RDR() = _getch();
|
||||
_getch(); // XXXX Why do I need the second getch??
|
||||
ACIA().markReceiveStarting();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user