summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/timex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/timex.c')
-rw-r--r--src/mess/video/timex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/timex.c b/src/mess/video/timex.c
index 11a297dc620..75c5ef95869 100644
--- a/src/mess/video/timex.c
+++ b/src/mess/video/timex.c
@@ -182,7 +182,7 @@ UINT32 spectrum_state::screen_update_ts2068(screen_device &screen, bitmap_ind16
{
/* for now TS2068 will do a full-refresh */
int count;
-
+
if (m_border_bitmap.valid())
copyscrollbitmap(bitmap, m_border_bitmap, 0, 0, 0, 0, cliprect);