summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-06-01 21:50:19 +1000
committer Vas Crabb <vas@vastheman.com>2018-06-01 21:50:19 +1000
commitff9123d8ef5e8afd3382b7a6660bc232497ef13f (patch)
tree11c8c6c2efa0f62da96ac66056c8fe26686c8d61 /src/emu/screen.h
parentd1f0520444209886e220367bcc1b84ffd2a5db78 (diff)
fixup, improve validation (nw)
Diffstat (limited to 'src/emu/screen.h')
-rw-r--r--src/emu/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/screen.h b/src/emu/screen.h
index 508c0756e37..37aaccbfabc 100644
--- a/src/emu/screen.h
+++ b/src/emu/screen.h
@@ -309,7 +309,7 @@ private:
screen_update_ind16_delegate m_screen_update_ind16; // screen update callback (16-bit palette)
screen_update_rgb32_delegate m_screen_update_rgb32; // screen update callback (32-bit RGB)
devcb_write_line m_screen_vblank; // screen vblank line callback
- optional_device<palette_device> m_palette; // our palette
+ optional_device<device_palette_interface> m_palette; // our palette
u32 m_video_attributes; // flags describing the video system
const char * m_svg_region; // the region in which the svg data is in