Readded the call to serial_init() on hard reset, it's needed to initialize the serial ports' timers.
This commit is contained in:
4
src/pc.c
4
src/pc.c
@@ -545,6 +545,10 @@ pc_reset_hard_init(void)
|
|||||||
fdc_init();
|
fdc_init();
|
||||||
fdc_update_is_nsc(0);
|
fdc_update_is_nsc(0);
|
||||||
floppy_reset();
|
floppy_reset();
|
||||||
|
#ifndef WALTJE
|
||||||
|
/* This is needed to initialize the serial timer. */
|
||||||
|
serial_init();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Initialize the actual machine and its basic modules. */
|
/* Initialize the actual machine and its basic modules. */
|
||||||
machine_init();
|
machine_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user