summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taito_b.cpp')
-rw-r--r--src/mame/video/taito_b.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/taito_b.cpp b/src/mame/video/taito_b.cpp
index e4cdb0098cb..0583938da2f 100644
--- a/src/mame/video/taito_b.cpp
+++ b/src/mame/video/taito_b.cpp
@@ -41,7 +41,7 @@ VIDEO_START_MEMBER(taitob_state,taitob_core)
{
m_framebuffer[0] = auto_bitmap_ind16_alloc(machine(), 512, 256);
m_framebuffer[1] = auto_bitmap_ind16_alloc(machine(), 512, 256);
- m_pixel_bitmap = NULL; /* only hitice needs this */
+ m_pixel_bitmap = nullptr; /* only hitice needs this */
save_item(NAME(m_pixel_scroll));