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

Comparing Frodo4/Src/C64.h (file contents):
Revision 1.7 by cebix, 2005-06-27T19:55:48Z vs.
Revision 1.8 by cebix, 2010-04-21T21:59:11Z

# Line 1 | Line 1
1   /*
2   *  C64.h - Put the pieces together
3   *
4 < *  Frodo (C) 1994-1997,2002-2005 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 110 | Line 110 | public:
110          MOS6502_1541 *TheCPU1541;       // 1541
111          Job1541 *TheJob1541;
112  
113 < #ifdef FRODO_SC
114 <        uint32 CycleCounter;
115 < #endif
113 >        uint32 CycleCounter;  // Cycle counter for Frodo SC
114  
115   private:
116          void c64_ctor1(void);
# Line 163 | Line 161 | private:
161   #ifdef __unix
162          void open_close_joystick(int port, int oldjoy, int newjoy);
163          double speed_index;
166 public:
167        CmdPipe *gui;
164   #endif
165  
166   #ifdef WIN32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines