summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/timex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/timex.cpp')
-rw-r--r--src/mame/video/timex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/timex.cpp b/src/mame/video/timex.cpp
index 6b7bd460366..145b6e2131d 100644
--- a/src/mame/video/timex.cpp
+++ b/src/mame/video/timex.cpp
@@ -201,7 +201,7 @@ UINT32 spectrum_state::screen_update_ts2068(screen_device &screen, bitmap_ind16
int count;
if (m_border_bitmap.valid())
- copyscrollbitmap(bitmap, m_border_bitmap, 0, 0, 0, 0, cliprect);
+ copyscrollbitmap(bitmap, m_border_bitmap, 0, nullptr, 0, nullptr, cliprect);
if ((m_port_ff_data & 7) == 6)
{
@@ -238,7 +238,7 @@ UINT32 spectrum_state::screen_update_tc2048(screen_device &screen, bitmap_ind16
int count;
if (m_border_bitmap.valid())
- copyscrollbitmap(bitmap, m_border_bitmap, 0, 0, 0, 0, cliprect);
+ copyscrollbitmap(bitmap, m_border_bitmap, 0, nullptr, 0, nullptr, cliprect);
if ((m_port_ff_data & 7) == 6)
{