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:
parent
221df09912
commit
0c7dc88440
2 changed files with 38 additions and 3 deletions
|
|
@ -316,6 +316,7 @@ typedef struct DMA
|
|||
|
||||
int is_ps2;
|
||||
uint8_t arb_level[4];
|
||||
uint8_t ps2_mode[4];
|
||||
} DMA;
|
||||
|
||||
DMA dma,dma16;
|
||||
|
|
|
|||
Loading…
Reference in a new issue