Minor changes to OPTi 82C929A emulation

Corrected typographical error in code at line 43
This commit is contained in:
Ompronce
2022-12-12 12:36:16 -04:00
committed by GitHub
parent b7800ca254
commit c6de006c24

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,