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

Comparing Frodo4/Src/VIC.cpp (file contents):
Revision 1.3 by cebix, 2004-01-12T15:13:20Z vs.
Revision 1.5 by cebix, 2010-04-21T20:42:09Z

# Line 1 | Line 1
1   /*
2   *  VIC.cpp - 6569R5 emulation (line based)
3   *
4 < *  Frodo (C) 1994-1997,2002-2004 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 251 | Line 251 | static bool display_state;                             // true: D
251   static bool border_on;                                  // Flag: Upper/lower border on
252   static bool border_40_col;                              // Flag: 40 column border
253   static bool frame_skipped;                              // Flag: Frame is being skipped
254 < static uint8 bad_lines_enabled;         // Flag: Bad Lines enabled for this frame
254 > static uint8 bad_lines_enabled;                 // Flag: Bad Lines enabled for this frame
255   static bool lp_triggered;                               // Flag: Lightpen was triggered in this frame
256   #endif
257  
# Line 332 | Line 332 | MOS6569::MOS6569(C64 *c64, C64Display *d
332          display_idx = 0;
333          display_state = false;
334          border_on = false;
335 +        bad_lines_enabled = false;
336          lp_triggered = false;
337  
338          sprite_on = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines