Skip to content

Commit

Permalink
Reset PCMCIA socket list
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Jun 2, 2024
1 parent 9186611 commit 64dabc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/86box.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
#include <86box/machine_status.h>
#include <86box/apm.h>
#include <86box/acpi.h>
#include <86box/pcmcia.h>

// Disable c99-designator to avoid the warnings about int ng
#ifdef __clang__
Expand Down Expand Up @@ -1150,6 +1151,9 @@ pc_reset_hard_init(void)
/* Reset the general machine support modules. */
io_init();

/* Reset PCMCIA socket list. */
pcmcia_reset();

/* Turn on and (re)initialize timer processing. */
timer_init();

Expand Down

0 comments on commit 64dabc0

Please sign in to comment.