Little bit I forgot in my last PR

This commit is contained in:
Jasmine Iwanek
2023-10-05 20:10:20 -04:00
committed by GitHub
parent f98ccab59c
commit 44e7fe5893

View File

@@ -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;