Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -90,8 +90,9 @@ enum {
|
|||||||
IRQ_ERROR = 4
|
IRQ_ERROR = 4
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct mcd_t {
|
||||||
int dma, irq;
|
int dma;
|
||||||
|
int irq;
|
||||||
int change;
|
int change;
|
||||||
int data;
|
int data;
|
||||||
uint8_t stat;
|
uint8_t stat;
|
||||||
|
Reference in New Issue
Block a user