summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/djmain.cpp
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2019-10-23 10:22:17 -0400
committer R. Belmont <rb6502@users.noreply.github.com>2019-10-23 10:22:17 -0400
commit23a05f7e85d3e17a180302757528e6986c9477cf (patch)
treeb1eefe42c7ba94c30dbc064e698898595f191d6d /src/mame/drivers/djmain.cpp
parent54b3968c741b2e3a3ec3897d7d2947fa55c748a0 (diff)
Move IDE devices into bus/ata (nw) (#5756)
Diffstat (limited to 'src/mame/drivers/djmain.cpp')
-rw-r--r--src/mame/drivers/djmain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/djmain.cpp b/src/mame/drivers/djmain.cpp
index cde246b9f6d..b1deafa2fef 100644
--- a/src/mame/drivers/djmain.cpp
+++ b/src/mame/drivers/djmain.cpp
@@ -68,10 +68,10 @@ hard drive 3.5 adapter long 3.5 IDE cable 3.5 adapter PCB
#include "emu.h"
#include "includes/djmain.h"
+#include "bus/ata/ataintf.h"
+#include "bus/ata/idehd.h"
#include "cpu/m68000/m68000.h"
-#include "machine/ataintf.h"
#include "sound/k054539.h"
-#include "machine/idehd.h"
#include "screen.h"
#include "speaker.h"