~ubuntu-branches/ubuntu/trusty/vice/trusty

« back to all changes in this revision

Viewing changes to src/viciisc/vicii-snapshot.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.1.10) (9.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20130728203823-1h8s6bcv22oundul
Tags: 2.4.dfsg-1
* New upstream release (closes: #693065, #693641).
* Drop vice-ffmpeg.patch , applied upstream.
* Disable architecture specific compilation (closes: #686400, #714136).

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
    if (vicii_draw_cycle_snapshot_read(m) < 0) {
264
264
        goto fail;
265
265
    }
266
 
 
 
266
    {
 
267
        unsigned int l = vicii.raster_line;
 
268
 
 
269
        if (l >= (vicii.screen_height - 1)) {
 
270
            l = 0;
 
271
        }
 
272
 
 
273
        vicii.raster.current_line = l;
 
274
    }
267
275
    if (vicii.irq_status & 0x80) {
268
276
        interrupt_restore_irq(maincpu_int_status, vicii.int_num, 1);
269
277
    }