From d44c54a99484b4f2c428b1d208201d73d802db18 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 9 Nov 2003 08:19:54 +0000 Subject: [PATCH] New variable dma.cpp needs Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1420 --- include/dma.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dma.h b/include/dma.h index f97be390..1d42efcf 100644 --- a/include/dma.h +++ b/include/dma.h @@ -105,6 +105,7 @@ public: Bit32s currcnt; DmaController *myController; bool DMA16; + bool addr_changed; public: Bit8u dmamode; bool dir;