summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-09-30 10:58:31 +0200
committer Olivier Galibert <galibert@pobox.com>2022-09-30 10:58:31 +0200
commit71f1f480fd8fea9ebc80ed52415ed22959fc1b2c (patch)
tree932b3bb3be7cf269a17324f1902f49e098e3c516 /src/devices/machine
parent5c4e076cc7569eb354f2f186e587dc5308ee2531 (diff)
m68000: split the header to make future semi-indenpendant implementations sane
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/68340.h2
-rw-r--r--src/devices/machine/scc68070.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/68340.h b/src/devices/machine/68340.h
index 7f9d5c1e706..464c7131b90 100644
--- a/src/devices/machine/68340.h
+++ b/src/devices/machine/68340.h
@@ -6,7 +6,7 @@
#pragma once
-#include "cpu/m68000/m68000.h"
+#include "cpu/m68000/fscpu32.h"
#include "68340sim.h"
#include "68340dma.h"
diff --git a/src/devices/machine/scc68070.h b/src/devices/machine/scc68070.h
index d6a26fab8b3..430ed781c27 100644
--- a/src/devices/machine/scc68070.h
+++ b/src/devices/machine/scc68070.h
@@ -26,7 +26,7 @@ TODO:
#pragma once
-#include "cpu/m68000/m68000.h"
+#include "cpu/m68000/scc68070.h"
//**************************************************************************
// TYPE DEFINITIONS