summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emupal.cpp')
-rw-r--r--src/emu/emupal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/emupal.cpp b/src/emu/emupal.cpp
index d155d4d61ee..501349622ce 100644
--- a/src/emu/emupal.cpp
+++ b/src/emu/emupal.cpp
@@ -9,6 +9,7 @@
***************************************************************************/
#include "emu.h"
+#include "screen.h"
#define VERBOSE 0
@@ -17,7 +18,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type PALETTE = &device_creator<palette_device>;
+const device_type PALETTE = device_creator<palette_device>;
palette_device::palette_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
: device_t(mconfig, PALETTE, "palette", tag, owner, clock, "palette", __FILE__),