summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/midyunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/midyunit.cpp')
-rw-r--r--src/mame/video/midyunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/midyunit.cpp b/src/mame/video/midyunit.cpp
index cb66b1b3092..5190df267ca 100644
--- a/src/mame/video/midyunit.cpp
+++ b/src/mame/video/midyunit.cpp
@@ -563,7 +563,7 @@ TMS340X0_SCANLINE_IND16_CB_MEMBER(midyunit_state::scanline_update)
dest[x] = m_pen_map[src[coladdr++ & 0x1ff]];
/* handle autoerase on the previous line */
- autoerase_line(NULL, params->rowaddr - 1);
+ autoerase_line(nullptr, params->rowaddr - 1);
/* if this is the last update of the screen, set a timer to clear out the final line */
/* (since we update one behind) */