summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pcw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pcw.cpp')
-rw-r--r--src/mame/video/pcw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pcw.cpp b/src/mame/video/pcw.cpp
index f4d18761636..d24c870081e 100644
--- a/src/mame/video/pcw.cpp
+++ b/src/mame/video/pcw.cpp
@@ -175,7 +175,7 @@ UINT32 pcw_state::screen_update_pcw_printer(screen_device &screen, bitmap_ind16
INT32 feed;
rectangle rect(0, PCW_PRINTER_WIDTH - 1, 0, PCW_PRINTER_HEIGHT - 1);
feed = -(m_paper_feed / 2);
- copyscrollbitmap(bitmap,*m_prn_output,0,NULL,1,&feed,rect);
+ copyscrollbitmap(bitmap,*m_prn_output,0,nullptr,1,&feed,rect);
bitmap.pix16(PCW_PRINTER_HEIGHT-1, m_printer_headpos) = 0;
bitmap.pix16(PCW_PRINTER_HEIGHT-2, m_printer_headpos) = 0;
bitmap.pix16(PCW_PRINTER_HEIGHT-3, m_printer_headpos) = 0;