mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Removed workaround for the problem with undetected baudrate change from 1200 to 9600 baud in the scc driver
This commit is contained in:
parent
8ee69fd4b1
commit
e7defcb712
@ -366,7 +366,7 @@ void sparc_keyboard_device::device_reset()
|
||||
|
||||
// configure device_serial_interface
|
||||
set_data_frame(1, 8, PARITY_NONE, STOP_BITS_1);
|
||||
set_rate(9'600); // FIXME: should be 1'200 but the z80scc Baud rate generator is broken
|
||||
set_rate(1200);
|
||||
receive_register_reset();
|
||||
transmit_register_reset();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user