~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/core/ciacore.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090331003715-mzclchtl0dp7fcl0
Tags: upstream-2.1.dfsg
ImportĀ upstreamĀ versionĀ 2.1.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
{
191
191
    if ((cia_context->rdi != rclk - 1) || (cia_context->irq_line == IK_NMI)) {
192
192
        if (cia_context->irqflags & cia_context->c_cia[CIA_ICR] & 0x7f) {
193
 
            my_set_int(cia_context, cia_context->irq_line, rclk + 1);
194
 
 
195
193
            if (cia_context->rdi != rclk) {
 
194
                my_set_int(cia_context, cia_context->irq_line, rclk + 1);
196
195
                cia_context->irqflags |= 0x80;
197
196
            }
198
197
        }