PS/2 DMA fixes - Windows 3.x now sets DMA mode correctly (fixes hangs), auto-init mode now works correctly.

This commit is contained in:
SarahW 2017-04-18 22:04:06 +01:00
commit 0c7dc88440
2 changed files with 38 additions and 3 deletions

View file

@ -316,6 +316,7 @@ typedef struct DMA
int is_ps2;
uint8_t arb_level[4];
uint8_t ps2_mode[4];
} DMA;
DMA dma,dma16;