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

Comparing Frodo4/Src/Display.cpp (file contents):
Revision 1.2 by cebix, 2003-07-01T17:51:17Z vs.
Revision 1.4 by cebix, 2004-01-12T15:13:20Z

# Line 1 | Line 1
1   /*
2   *  Display.cpp - C64 graphics display, emulator window handling
3   *
4 < *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2004 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 59 | Line 59 | const uint8 palette_red[16] = {
59   };
60  
61   const uint8 palette_green[16] = {
62 <        0x00, 0xff, 0x00, 0xff, 0x00, 0xcc, 0x00, 0xff, 0x55, 0x33, 0x66, 0x40, 0x80, 0xff, 0x77, 0xc0
62 >        0x00, 0xff, 0x00, 0xff, 0x00, 0xcc, 0x00, 0xdd, 0x55, 0x33, 0x66, 0x40, 0x80, 0xff, 0x77, 0xc0
63   };
64  
65   const uint8 palette_blue[16] = {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines