Fixed PIC reset on the Xi8088.

This commit is contained in:
OBattler
2022-02-11 00:23:57 +01:00
parent 5cd1fa6c83
commit 1864a61b3e

View File

@@ -273,6 +273,7 @@ void
pic_reset()
{
int is_at = IS_AT(machine);
is_at = is_at || !strcmp(machine_get_internal_name(), "xi8088");
memset(&pic, 0, sizeof(pic_t));
memset(&pic2, 0, sizeof(pic_t));