summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-06-13 14:53:20 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-06-13 14:56:22 -0400
commita69902b46055356300b31d78277ad689995b33ff (patch)
tree055df21f5a9374c061664daaf5396df6069d4f5e /src/devices/machine
parentb8ed384272e386a3b206e351f8bdfba636b164a3 (diff)
Remove emupal.h from emu.h (nw)
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/ie15.cpp2
-rw-r--r--src/devices/machine/laserdsc.h1
-rw-r--r--src/devices/machine/s3c2400.h1
-rw-r--r--src/devices/machine/s3c2410.h1
-rw-r--r--src/devices/machine/s3c2440.h1
5 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/machine/ie15.cpp b/src/devices/machine/ie15.cpp
index 50c53e262d3..c6b7d5b28ae 100644
--- a/src/devices/machine/ie15.cpp
+++ b/src/devices/machine/ie15.cpp
@@ -14,6 +14,8 @@
#include "emu.h"
#include "machine/ie15.h"
+#include "emupal.h"
+
#include "ie15.lh"
diff --git a/src/devices/machine/laserdsc.h b/src/devices/machine/laserdsc.h
index 34b6c8c2772..71d77801e86 100644
--- a/src/devices/machine/laserdsc.h
+++ b/src/devices/machine/laserdsc.h
@@ -13,6 +13,7 @@
#pragma once
+#include "emupal.h"
#include "screen.h"
#include "vbiparse.h"
#include "avhuff.h"
diff --git a/src/devices/machine/s3c2400.h b/src/devices/machine/s3c2400.h
index 11d6c247e62..e11da131972 100644
--- a/src/devices/machine/s3c2400.h
+++ b/src/devices/machine/s3c2400.h
@@ -12,6 +12,7 @@
#pragma once
#include "s3c24xx.h"
+#include "emupal.h"
/*******************************************************************************
diff --git a/src/devices/machine/s3c2410.h b/src/devices/machine/s3c2410.h
index 36ea547f6ca..480c15b52e5 100644
--- a/src/devices/machine/s3c2410.h
+++ b/src/devices/machine/s3c2410.h
@@ -12,6 +12,7 @@
#pragma once
#include "s3c24xx.h"
+#include "emupal.h"
/*******************************************************************************
diff --git a/src/devices/machine/s3c2440.h b/src/devices/machine/s3c2440.h
index f226f0bef37..38aa6423a09 100644
--- a/src/devices/machine/s3c2440.h
+++ b/src/devices/machine/s3c2440.h
@@ -12,6 +12,7 @@
#pragma once
#include "s3c24xx.h"
+#include "emupal.h"
/*******************************************************************************
MACROS / CONSTANTS