From 44d80b6fb038216e410ab633ec80d7e8b2dd7bd2 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Tue, 15 May 2018 14:53:07 +0700 Subject: 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) --- src/devices/machine/scnxx562.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/scnxx562.h') diff --git a/src/devices/machine/scnxx562.h b/src/devices/machine/scnxx562.h index c47dbaf2798..fe4f5442a87 100644 --- a/src/devices/machine/scnxx562.h +++ b/src/devices/machine/scnxx562.h @@ -41,7 +41,7 @@ #pragma once -#include "cpu/z80/z80daisy.h" +#include "machine/z80daisy.h" #include "diserial.h" //************************************************************************** -- cgit v1.2.3