Merge pull request #2960 from Ompronce/master

Minor changes to OPTi 82C929A emulation
This commit is contained in:
Miran Grča
2022-12-12 19:23:45 +01:00
committed by GitHub

View File

@@ -40,7 +40,7 @@
#include <86box/rom.h>
static int optimc_wss_dma[4] = { 0, 0, 1, 3 };
static int optimc_wss_irq[4] = { 7, 9, 10, 11, };
static int optimc_wss_irq[4] = { 7, 9, 10, 11 };
enum optimc_local_flags {
OPTIMC_CS4231 = 0x100,