diff options
author | 2018-05-15 14:53:07 +0700 | |
---|---|---|
committer | 2018-05-15 17:53:07 +1000 | |
commit | 44d80b6fb038216e410ab633ec80d7e8b2dd7bd2 (patch) | |
tree | 7345c41c047145e8072d46fe39537ba1e22549e0 /src/devices/machine/z80dma.h | |
parent | 37c6acfdad3fddcc28b0589bd61b523d26e40df7 (diff) |
proposal: move z80daisy* to devices/machine (#3572)
* proposal: move z80daisy* to devices/machine
Seems to me this is a machine, not a CPU? Main reason was to stop the Z80 CPU from being dragged into systems that don't have one just because they use a Z80 family peripheral.
* missed this one (nw)
* missed a spot (nw)
Diffstat (limited to 'src/devices/machine/z80dma.h')
-rw-r--r-- | src/devices/machine/z80dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z80dma.h b/src/devices/machine/z80dma.h index 0cdc020e9ef..d119f3800d8 100644 --- a/src/devices/machine/z80dma.h +++ b/src/devices/machine/z80dma.h @@ -34,7 +34,7 @@ #pragma once -#include "cpu/z80/z80daisy.h" +#include "machine/z80daisy.h" //************************************************************************** |