mirror of
https://github.com/tebl/RC6502-Apple-1-Replica.git
synced 2024-11-21 23:31:14 +00:00
...
This commit is contained in:
parent
7e9fb543ca
commit
6a96e92948
@ -155,8 +155,8 @@ void serial_transmit() {
|
||||
char c = bridge.readPort(IO_VIDEO) & 127;
|
||||
debug_value("PIA TX", c, 10);
|
||||
digitalWrite(VIDEO_RDA, LOW);
|
||||
delay(12);
|
||||
|
||||
delay(12);
|
||||
send_ascii(c);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user