ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/CPUC64.h
(Generate patch)

Comparing Frodo4/Src/CPUC64.h (file contents):
Revision 1.6 by cebix, 2009-01-11T11:21:00Z vs.
Revision 1.7 by cebix, 2010-04-22T15:08:18Z

# Line 1 | Line 1
1   /*
2   *  CPUC64.h - 6510 (C64) emulation (line based)
3   *
4 < *  Frodo (C) 1994-1997,2002-2009 Christian Bauer
4 > *  Frodo Copyright (C) Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 144 | Line 144 | private:
144   #ifdef FRODO_SC
145          uint32 first_irq_cycle, first_nmi_cycle;
146  
147 +        enum {
148 +                OPFLAG_IRQ_DISABLED = 0x01,
149 +                OPFLAG_IRQ_ENABLED = 0x02,
150 +                OPFLAG_INT_DELAYED = 0x04
151 +        };
152 +        uint8 opflags;                  // Interrupt operation flags
153 +
154          uint8 state, op;                // Current state and opcode
155          uint16 ar, ar2;                 // Address registers
156          uint8 rdbuf;                    // Data buffer for RMW instructions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines