Added PIC auto-EOI mode - Crystal Dream now runs

This commit is contained in:
SarahW 2016-05-03 21:27:35 +01:00
commit 57e2a4d678
2 changed files with 53 additions and 1 deletions

View file

@ -267,7 +267,7 @@ extern int key_inhibit;
/*PIC*/
typedef struct PIC
{
uint8_t icw1,mask,ins,pend,mask2;
uint8_t icw1,icw4,mask,ins,pend,mask2;
int icw;
uint8_t vector;
int read;