1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00
cc65/libsrc/apple2/ser
Colin Leroy-Mira 8b71fafb84 IIgs SCC: Allow choosing 115200bps as the card allows it
Of course, that won't work full speed with the standard
IRQ-based RX. But that will allow users to setup the port
at this speed without duplicating the setup part of the
code. Up to them to add hooks to disable IRQs and read
directly in a tight asm loop.
2024-02-23 01:20:47 +01:00
..
a2.gs.s IIgs SCC: Allow choosing 115200bps as the card allows it 2024-02-23 01:20:47 +01:00
a2.ssc.s Disable IRQ if opening at 115200 bps 2024-02-19 19:31:47 +01:00