summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/newport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/newport.h')
-rw-r--r--src/mame/video/newport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/video/newport.h b/src/mame/video/newport.h
index 8e050eeff5b..0f8f03c5838 100644
--- a/src/mame/video/newport.h
+++ b/src/mame/video/newport.h
@@ -10,6 +10,7 @@
#pragma once
#include "machine/hpc3.h"
+#include "emupal.h"
#define ENABLE_NEWVIEW_LOG (0)
@@ -34,7 +35,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(vblank_w);
protected:
- // device-level overrides
+ virtual void device_add_mconfig(machine_config &config) override;
virtual void device_start() override;
virtual void device_reset() override;
@@ -200,6 +201,7 @@ private:
required_device<cpu_device> m_maincpu;
required_device<hpc3_device> m_hpc3;
+ required_device<palette_device> m_palette;
vc2_t m_vc2;
xmap_t m_xmap0;
xmap_t m_xmap1;