~ubuntu-branches/ubuntu/vivid/vice/vivid-proposed

« back to all changes in this revision

Viewing changes to src/mainviccpu.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2014-10-19 08:05:48 UTC
  • mfrom: (17.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20141019080548-mb75mi9i7d3k7ui3
Tags: 2.4.dfsg+2.4.9-2
Re-try to fix build race with building in po/ first.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "vice.h"
29
29
 
30
30
#include <stdio.h>
 
31
#include <stdlib.h>
31
32
 
32
33
#include "6510core.h"
33
34
#include "alarm.h"
439
440
#include "6510dtvcore.c"
440
441
 
441
442
        maincpu_int_status->num_dma_per_opcode = 0;
 
443
 
 
444
        if (maincpu_clk_limit && (maincpu_clk > maincpu_clk_limit)) {
 
445
            log_error(LOG_DEFAULT, "cycle limit reached.");
 
446
            exit(EXIT_FAILURE);
 
447
        }
442
448
#if 0
443
449
        if (CLK > 246171754) {
444
450
            debug.maincpu_traceflg = 1;