X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/8bbf185ed81c12534c0ad9b26f0049035fde8df4..057817cb1dc71416bc798b5cd592acfcea87efaa:/z180/z180reg.inc diff --git a/z180/z180reg.inc b/z180/z180reg.inc index a248f5f..2666867 100644 --- a/z180/z180reg.inc +++ b/z180/z180reg.inc @@ -130,8 +130,8 @@ bcr1h equ IOBASE+2Fh ; dstat equ IOBASE+30h ;DMA Status Register b2m DE1,7 ;DMA enable ch 1,0 b2m DE0,6 ; - b2m DWE1,5 ;DMA Enable Bit Write Enable 1,0 - b2m DWE0,4 ; + b2m NDWE1,5 ;DMA Enable Bit Write Enable 1,0 + b2m NDWE0,4 ; b2m DIE1,3 ;DMA Interrupt Enable 1,0 b2m DIE0,2 ; b2m DME,0 ;DMA Master enable @@ -195,4 +195,3 @@ IV$ASCI0 equ 14 ;ASCI channel 0 IV$ASCI1 equ 16 ;ASCI channel 1 (lowest priority) .list -