summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.cpp
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2018-05-15 14:53:07 +0700
committer Vas Crabb <cuavas@users.noreply.github.com>2018-05-15 17:53:07 +1000
commit44d80b6fb038216e410ab633ec80d7e8b2dd7bd2 (patch)
tree7345c41c047145e8072d46fe39537ba1e22549e0 /src/mame/drivers/astrocde.cpp
parent37c6acfdad3fddcc28b0589bd61b523d26e40df7 (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/mame/drivers/astrocde.cpp')
-rw-r--r--src/mame/drivers/astrocde.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/astrocde.cpp b/src/mame/drivers/astrocde.cpp
index c2e3025aa1f..d4d882d6d91 100644
--- a/src/mame/drivers/astrocde.cpp
+++ b/src/mame/drivers/astrocde.cpp
@@ -117,7 +117,7 @@
#include "includes/astrocde.h"
#include "cpu/z80/z80.h"
-#include "cpu/z80/z80daisy.h"
+#include "machine/z80daisy.h"
#include "machine/z80ctc.h"
#include "machine/nvram.h"
#include "machine/74259.h"