summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-06-27 16:29:25 +1000
committer Vas Crabb <vas@vastheman.com>2022-06-27 17:06:39 +1000
commit06a305490065668c4613212915c714291a20a2ca (patch)
treebb87112c5dcbb90d77f658efde44261a9d3bdef1 /src/mame/drivers
parentab60f40c2a716ec30dc8bcdc6e58f1ad1b7916bc (diff)
Reduced project cross-dependencies, slightly improved renaming script.
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/chihiro.cpp4
-rw-r--r--src/mame/drivers/nforcepc.cpp2
-rw-r--r--src/mame/drivers/palm.cpp2
-rw-r--r--src/mame/drivers/palm_dbg.ipp (renamed from src/mame/drivers/palm_dbg.hxx)0
-rw-r--r--src/mame/drivers/photon.cpp2
-rw-r--r--src/mame/drivers/pk8000.cpp2
-rw-r--r--src/mame/drivers/xbox.cpp4
7 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/chihiro.cpp b/src/mame/drivers/chihiro.cpp
index a3c13a669b1..2fc4b864e4a 100644
--- a/src/mame/drivers/chihiro.cpp
+++ b/src/mame/drivers/chihiro.cpp
@@ -431,8 +431,8 @@ Thanks to Alex, Mr Mudkips, and Philip Burke for this info.
#include "emu.h"
#include "machine/pci.h"
#include "machine/idectrl.h"
-#include "includes/xbox_pci.h"
-#include "includes/xbox.h"
+#include "machine/xbox_pci.h"
+#include "machine/xbox.h"
#include "bus/ata/idehd.h"
#include "cpu/i386/i386.h"
diff --git a/src/mame/drivers/nforcepc.cpp b/src/mame/drivers/nforcepc.cpp
index 44b14ecc97f..8d43ccb80c9 100644
--- a/src/mame/drivers/nforcepc.cpp
+++ b/src/mame/drivers/nforcepc.cpp
@@ -33,7 +33,7 @@
#include "bus/rs232/null_modem.h"
#include "bus/rs232/sun_kbd.h"
#include "bus/rs232/terminal.h"
-#include "includes/xbox_pci.h"
+#include "machine/xbox_pci.h"
#include "includes/nforcepc.h"
#if 1
diff --git a/src/mame/drivers/palm.cpp b/src/mame/drivers/palm.cpp
index 023b04f698f..f15cd7bf424 100644
--- a/src/mame/drivers/palm.cpp
+++ b/src/mame/drivers/palm.cpp
@@ -483,4 +483,4 @@ COMP( 19??, spt1500, pilot1k, 0, palmvx, palm, palm_state, empty_init, "S
COMP( 19??, spt1700, pilot1k, 0, palmvx, palm, palm_state, empty_init, "Symbol", "SPT 1700", MACHINE_NOT_WORKING )
COMP( 19??, spt1740, pilot1k, 0, palmvx, palm, palm_state, empty_init, "Symbol", "SPT 1740", MACHINE_NOT_WORKING )
-#include "palm_dbg.hxx"
+#include "palm_dbg.ipp"
diff --git a/src/mame/drivers/palm_dbg.hxx b/src/mame/drivers/palm_dbg.ipp
index ab7ee3625a2..ab7ee3625a2 100644
--- a/src/mame/drivers/palm_dbg.hxx
+++ b/src/mame/drivers/palm_dbg.ipp
diff --git a/src/mame/drivers/photon.cpp b/src/mame/drivers/photon.cpp
index bf6a367dfc2..8cdadc82d45 100644
--- a/src/mame/drivers/photon.cpp
+++ b/src/mame/drivers/photon.cpp
@@ -18,7 +18,7 @@
*/
#include "emu.h"
-#include "includes/pk8000.h"
+#include "video/pk8000.h"
#include "cpu/i8085/i8085.h"
#include "machine/i8255.h"
diff --git a/src/mame/drivers/pk8000.cpp b/src/mame/drivers/pk8000.cpp
index fd131bf964e..2eb135fa126 100644
--- a/src/mame/drivers/pk8000.cpp
+++ b/src/mame/drivers/pk8000.cpp
@@ -10,7 +10,7 @@ PK-8000
****************************************************************************/
#include "emu.h"
-#include "includes/pk8000.h"
+#include "video/pk8000.h"
#include "cpu/i8085/i8085.h"
#include "machine/i8255.h"
diff --git a/src/mame/drivers/xbox.cpp b/src/mame/drivers/xbox.cpp
index fe626f022ad..e7782b0227d 100644
--- a/src/mame/drivers/xbox.cpp
+++ b/src/mame/drivers/xbox.cpp
@@ -10,8 +10,8 @@
#include "emu.h"
#include "machine/pci.h"
#include "machine/idectrl.h"
-#include "includes/xbox_pci.h"
-#include "includes/xbox.h"
+#include "machine/xbox_pci.h"
+#include "machine/xbox.h"
#include "cpu/i386/i386.h"
#include "bus/ata/atapicdr.h"