summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/4dpi.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-12 09:28:34 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-12 09:28:34 +1000
commit4e17bb120c26c4ec3ffc8407438f6d09b1da5e86 (patch)
tree20583b3ca381731b76940e28334bcfdab9719188 /src/mame/drivers/4dpi.cpp
parentdf99ce2ec0e82020a6fee89f4ffaf7f1468fec31 (diff)
parent9214a78d705f3b83c3ea45534cf1d8355c1cb9c5 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/drivers/4dpi.cpp')
-rw-r--r--src/mame/drivers/4dpi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/4dpi.cpp b/src/mame/drivers/4dpi.cpp
index 4fb914dcf21..95643af993b 100644
--- a/src/mame/drivers/4dpi.cpp
+++ b/src/mame/drivers/4dpi.cpp
@@ -55,8 +55,8 @@
// buses and connectors
#include "machine/nscsi_bus.h"
-#include "machine/nscsi_hd.h"
-#include "machine/nscsi_cd.h"
+#include "bus/nscsi/hd.h"
+#include "bus/nscsi/cd.h"
#include "bus/rs232/rs232.h"
#include "bus/sgikbd/sgikbd.h"
#include "bus/rs232/hlemouse.h"