1.1 --- a/src/state.h Sun Dec 05 16:20:00 2010 +0000 1.2 +++ b/src/state.h Mon Dec 06 01:26:37 2010 +0000 1.3 @@ -47,6 +47,15 @@ 1.4 /// DMA Address Register 1.5 uint32_t dma_address; 1.6 1.7 + /// DMA count 1.8 + uint32_t dma_count; 1.9 + 1.10 + /// DMA direction 1.11 + bool idmarw; 1.12 + /// DMA enable 1.13 + bool dmaen; 1.14 + bool dmaenb; 1.15 + 1.16 /// Floppy disc controller context 1.17 WD2797_CTX fdc_ctx; 1.18 } S_state;