Merge pull request #2960 from Ompronce/master
Minor changes to OPTi 82C929A emulation
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user