Readded the call to serial_init() on hard reset, it's needed to initialize the serial ports' timers.

This commit is contained in:
OBattler
2017-10-08 22:51:43 +02:00
parent 048105f889
commit 460d66a058

View File

@@ -545,6 +545,10 @@ pc_reset_hard_init(void)
fdc_init();
fdc_update_is_nsc(0);
floppy_reset();
#ifndef WALTJE
/* This is needed to initialize the serial timer. */
serial_init();
#endif
/* Initialize the actual machine and its basic modules. */
machine_init();