Contents | < Browse | Browse >
NAME   rev ADDR type chip Description
---------------------------------------------------------------------------
DMACON  096  W  A D P DMA control write (clear or set)
DMACONR 002  R  A   P DMA control (and blitter status) read

	This register controls all of the DMA channels, and contains
	blitter DMA status bits.

         +------+----------+--------------------------------------------+
         | BIT# | FUNCTION | DESCRIPTION                                |
         +------+----------+--------------------------------------------+
         | 15   | SET/CLR  | Set/Clear control bit. Determines if bits  |
         |      |          | written wit a 1 get set or cleared.        |
         |      |          | Bits written witn a zero are unchanged.    |
         | 14   | BBUSY    | Blitter busy status bit (read only)        |
         | 13   | BZERO    | Blitter logic zero status bit. (read only) |
         | 12   | X        |                                            |
         | 11   | X        |                                            |
         | 10   | BLTPRI   | Blitter DMA prioiry (over CPU micro)       |
         |      |          | (also called "blitter nasty")              |
         |      |          | (disables /BLS pin, preventing micro       |
         |      |          | from stealing any bus cycles while         |
         |      |          | blitter DMA is running)                    |
         | 09   | DMAEN    | Enable all DMA below (also UHRES DMA)      |
         | 08   | BPLEN    | Bit plane DMA enable                       |
         | 07   | COPEN    | Coprocessor DMA enable                     |
         | 06   | BLTEN    | Blitter DMA enable                         |
         | 05   | SPREN    | Sprite DMA enable                          |
         | 04   | DSKEN    | Disk DMA enable                            |
         | 03   | AUD3EN   | Audio chanel 3 DMA enable                  |
         | 02   | AUD2EN   | Audio chanel 2 DMA enable                  |
         | 01   | AUD1EN   | Audio chanel 1 DMA enable                  |
         | 00   | AUD0EN   | Audio chanel 0 DMA enable                  |
         +------+----------+--------------------------------------------+