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.4 by cebix, 2004-01-12T15:13:20Z vs.
Revision 1.6 by cebix, 2009-01-11T11:21:00Z

# Line 1 | Line 1
1   /*
2   *  CPUC64.h - 6510 (C64) emulation (line based)
3   *
4 < *  Frodo (C) 1994-1997,2002-2004 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2009 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 147 | Line 147 | private:
147          uint8 state, op;                // Current state and opcode
148          uint16 ar, ar2;                 // Address registers
149          uint8 rdbuf;                    // Data buffer for RMW instructions
150 <        uint8 ddr, pr;                  // Processor port
150 >        uint8 ddr, pr, pr_out;  // Processor port
151   #else
152          int     borrowed_cycles;        // Borrowed cycles from next line
153   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines