Fixed PIC reset on the Xi8088.
This commit is contained in:
@@ -273,6 +273,7 @@ void
|
|||||||
pic_reset()
|
pic_reset()
|
||||||
{
|
{
|
||||||
int is_at = IS_AT(machine);
|
int is_at = IS_AT(machine);
|
||||||
|
is_at = is_at || !strcmp(machine_get_internal_name(), "xi8088");
|
||||||
|
|
||||||
memset(&pic, 0, sizeof(pic_t));
|
memset(&pic, 0, sizeof(pic_t));
|
||||||
memset(&pic2, 0, sizeof(pic_t));
|
memset(&pic2, 0, sizeof(pic_t));
|
||||||
|
Reference in New Issue
Block a user