summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dkong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dkong.h')
-rw-r--r--src/mame/includes/dkong.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/includes/dkong.h b/src/mame/includes/dkong.h
index d9396bfe8a0..30b348a1980 100644
--- a/src/mame/includes/dkong.h
+++ b/src/mame/includes/dkong.h
@@ -104,7 +104,9 @@ public:
m_vg3(0),
m_cv3(0),
m_cv4(0),
- m_gfxdecode(*this, "gfxdecode")
+ m_gfxdecode(*this, "gfxdecode"),
+ m_screen(*this, "screen"),
+ m_palette(*this, "palette")
{ }
/* devices */
@@ -181,6 +183,8 @@ public:
int m_pixelcnt;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<screen_device> m_screen;
+ required_device<palette_device> m_palette;
/* radarscp_scanline */
int m_counter;