Implement port 0x70 NMI mask. Patch from Greatpsycho.

This commit is contained in:
SarahW 2017-07-19 19:35:01 +01:00
commit 8b433633c0
4 changed files with 11 additions and 3 deletions

View file

@ -317,6 +317,7 @@ void at_init()
nvr_init();
pic2_init();
device_add(&gameport_device);
nmi_mask = 0;
}
void ibm_at_init()