Fix compile error in opti499.c

This commit is contained in:
Jasmine Iwanek
2023-11-03 22:25:50 -04:00
committed by GitHub
parent 4061b5317b
commit 507aa202d4

View File

@@ -33,7 +33,7 @@
#include <86box/chipset.h>
typedef struct opti499_t {
uint8_t idx,
uint8_t idx;
uint8_t regs[256];
uint8_t scratch[2];
} opti499_t;