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.2 by cebix, 2003-07-01T17:51:17Z 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-2003 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 112 | Line 112 | private:
112          void write_zp(uint16 adr, uint8 byte);
113  
114          void new_config(void);
115        void jump(uint16 adr);
115          void illegal_op(uint8 op, uint16 at);
116          void illegal_jump(uint16 at, uint16 to);
117  
# Line 148 | 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