diff options
author | 2012-10-30 07:07:38 +0000 | |
---|---|---|
committer | 2012-10-30 07:07:38 +0000 | |
commit | 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch) | |
tree | 85ed98268eb2848966ebfef9c284b7d359f82e8f /src/mess/video/timex.c | |
parent | 05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff) |
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/mess/video/timex.c')
-rw-r--r-- | src/mess/video/timex.c | 2 |
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); |