Implemented NMI mask register for XT machines.

Fixed PC200 NMI stuff.
This commit is contained in:
TomW 2014-09-27 18:39:06 +01:00
commit 7eacf1408a
9 changed files with 54 additions and 8 deletions

View file

@ -141,6 +141,8 @@ uint8_t keyboard_amstrad_read(uint16_t port, void *priv)
else
temp = amstrad_systemstat_2 >> 4;
temp |= (ppispeakon ? 0x20 : 0);
if (nmi)
temp |= 0x40;
break;
default: