summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-12-01 23:15:35 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-12-01 23:15:35 +1100
commit6fcd0b90f21251afd60628fd7e5320ca11e6782c (patch)
tree1a20085f744d9c01a2123d4f547e386b51e6a41c /src/mame
parent0863066da55f49fc5363dd5d6939ceee2dd63f79 (diff)
saturn: fixed some includes.
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/saturn.cpp2
-rw-r--r--src/mame/video/saturn.cpp6
2 files changed, 1 insertions, 7 deletions
diff --git a/src/mame/drivers/saturn.cpp b/src/mame/drivers/saturn.cpp
index 3e1b93d9c51..16edfa1bdd6 100644
--- a/src/mame/drivers/saturn.cpp
+++ b/src/mame/drivers/saturn.cpp
@@ -432,8 +432,6 @@ test1f diagnostic hacks:
#include "machine/smpc.h"
#include "machine/stvcd.h"
#include "machine/saturn_cdb.h"
-#include "video/stvvdp1.h"
-#include "video/stvvdp2.h"
#include "bus/saturn/bram.h"
#include "bus/saturn/dram.h"
diff --git a/src/mame/video/saturn.cpp b/src/mame/video/saturn.cpp
index 6ce6662ad29..f924aba4ef7 100644
--- a/src/mame/video/saturn.cpp
+++ b/src/mame/video/saturn.cpp
@@ -22,7 +22,7 @@ Framebuffer todo:
#include "emu.h"
-#include "includes/saturn.h" // FIXME: this is a dependency from devices on MAME
+#include "includes/saturn.h"
#define VDP1_LOG 0
@@ -2322,10 +2322,6 @@ In other words,the first three types uses the offset and not the color allocated
\-N Stores VDP1 ram contents into a file.
*/
-#include "emu.h"
-#include "includes/saturn.h" // FIXME: this is a dependency from devices on MAME
-
-
#define DEBUG_MODE 0
#define TEST_FUNCTIONS 0
#define POPMESSAGE_DEBUG 0