summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053246_k053247_k055673.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053246_k053247_k055673.cpp')
-rw-r--r--src/mame/video/k053246_k053247_k055673.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k053246_k053247_k055673.cpp b/src/mame/video/k053246_k053247_k055673.cpp
index 4ddf17517b8..410e517c7fe 100644
--- a/src/mame/video/k053246_k053247_k055673.cpp
+++ b/src/mame/video/k053246_k053247_k055673.cpp
@@ -1118,7 +1118,7 @@ void k053247_device::device_start()
if (VERBOSE)
{
- if (m_screen->format() == BITMAP_FORMAT_RGB32)
+ if (screen().format() == BITMAP_FORMAT_RGB32)
{
if (!palette().shadows_enabled() || !palette().hilights_enabled())
popmessage("driver missing SHADOWS or HIGHLIGHTS flag");