summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
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/machine
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/machine')
-rw-r--r--src/mame/machine/cedar_magnet_board.h2
-rw-r--r--src/mame/machine/cedar_magnet_sprite.h2
-rw-r--r--src/mame/machine/inder_sb.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/cedar_magnet_board.h b/src/mame/machine/cedar_magnet_board.h
index 08cc36d9a9a..de063591ea4 100644
--- a/src/mame/machine/cedar_magnet_board.h
+++ b/src/mame/machine/cedar_magnet_board.h
@@ -9,7 +9,7 @@
#include "cpu/z80/z80.h"
-#include "cpu/z80/z80daisy.h"
+#include "machine/z80daisy.h"
class cedar_magnet_board_interface : public device_interface
{
diff --git a/src/mame/machine/cedar_magnet_sprite.h b/src/mame/machine/cedar_magnet_sprite.h
index 08b9c17eccc..6b14d1d7dd4 100644
--- a/src/mame/machine/cedar_magnet_sprite.h
+++ b/src/mame/machine/cedar_magnet_sprite.h
@@ -8,7 +8,7 @@
#include "machine/cedar_magnet_board.h"
#include "cpu/z80/z80.h"
-#include "cpu/z80/z80daisy.h"
+#include "machine/z80daisy.h"
#include "machine/z80pio.h"
#include "machine/bankdev.h"
diff --git a/src/mame/machine/inder_sb.h b/src/mame/machine/inder_sb.h
index 6b61da99032..fff245dd830 100644
--- a/src/mame/machine/inder_sb.h
+++ b/src/mame/machine/inder_sb.h
@@ -10,7 +10,7 @@
#include "cpu/z80/z80.h"
#include "machine/z80ctc.h"
-#include "cpu/z80/z80daisy.h"
+#include "machine/z80daisy.h"
#include "sound/dac.h"