Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/86box.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,11 +1071,13 @@ pc_reset_hard_init(void)
/* Reset and reconfigure the Sound Card layer. */
sound_card_reset();

/* Initialize parallel devices. */
/* note: PLIP LPT side has to be initialized before the network side */
lpt_devices_init();

/* Reset and reconfigure the Network Card layer. */
network_reset();

lpt_devices_init();

/* Reset and reconfigure the serial ports. */
serial_standalone_init();
serial_passthrough_init();
Expand Down