summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/x68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/x68k.cpp')
-rw-r--r--src/mame/video/x68k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/x68k.cpp b/src/mame/video/x68k.cpp
index fce9998286a..770ab644f8d 100644
--- a/src/mame/video/x68k.cpp
+++ b/src/mame/video/x68k.cpp
@@ -1079,7 +1079,7 @@ VIDEO_START_MEMBER(x68k_state,x68000)
int gfx_index;
for (gfx_index = 0; gfx_index < MAX_GFX_ELEMENTS; gfx_index++)
- if (m_gfxdecode->gfx(gfx_index) == 0)
+ if (m_gfxdecode->gfx(gfx_index) == nullptr)
break;
/* create the char set (gfx will then be updated dynamically from RAM) */