summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exidy440.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exidy440.cpp')
-rw-r--r--src/mame/video/exidy440.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/exidy440.cpp b/src/mame/video/exidy440.cpp
index 455ab6add53..5528165795a 100644
--- a/src/mame/video/exidy440.cpp
+++ b/src/mame/video/exidy440.cpp
@@ -392,7 +392,7 @@ void exidy440_state::update_screen(screen_device &screen, bitmap_ind16 &bitmap,
sy -= (VBSTART - VBEND);
/* draw line */
- draw_scanline8(bitmap, 0, y, (HBSTART - HBEND), &m_local_videoram[sy * 512], NULL);
+ draw_scanline8(bitmap, 0, y, (HBSTART - HBEND), &m_local_videoram[sy * 512], nullptr);
}
/* draw the sprites */