summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/decstation.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-07-11 14:20:16 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-07-11 14:20:32 -0400
commit60d4805d557eb1e50ca2d527811fb50fdb041403 (patch)
tree191ffa5656f661e0d5576650276720118804e05a /src/mame/drivers/decstation.cpp
parent9050224c2d9786352e5b1c7514072f955f59e878 (diff)
Move modern SCSI CD/HD devices into src/devices/bus/nscsi (nw)
Diffstat (limited to 'src/mame/drivers/decstation.cpp')
-rw-r--r--src/mame/drivers/decstation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/decstation.cpp b/src/mame/drivers/decstation.cpp
index 04623dfa6a4..17ffb7eac0d 100644
--- a/src/mame/drivers/decstation.cpp
+++ b/src/mame/drivers/decstation.cpp
@@ -65,8 +65,8 @@
#include "machine/z80scc.h"
#include "machine/ncr5390.h"
#include "machine/nscsi_bus.h"
-#include "machine/nscsi_cd.h"
-#include "machine/nscsi_hd.h"
+#include "bus/nscsi/cd.h"
+#include "bus/nscsi/hd.h"
#include "machine/dec_lk201.h"
#include "machine/am79c90.h"
#include "machine/dc7085.h"