From 50a3aaf1a8f2ecdb106b7cbda177b3a318283a0b Mon Sep 17 00:00:00 2001 From: SarahW Date: Fri, 8 Dec 2017 19:13:46 +0000 Subject: [PATCH] Added dma.stat_rq variable required by rev 950. --- src/ibm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibm.h b/src/ibm.h index 8d59f4a..2ad1aa3 100644 --- a/src/ibm.h +++ b/src/ibm.h @@ -336,7 +336,7 @@ typedef struct DMA int wp; uint8_t m,mode[4]; uint8_t page[4]; - uint8_t stat; + uint8_t stat, stat_rq; uint8_t command; int xfr_command, xfr_channel;