--- Frodo4/Src/Display.cpp 2003/07/01 17:51:17 1.2 +++ Frodo4/Src/Display.cpp 2004/01/12 15:13:20 1.4 @@ -1,7 +1,7 @@ /* * Display.cpp - C64 graphics display, emulator window handling * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -59,7 +59,7 @@ const uint8 palette_red[16] = { }; const uint8 palette_green[16] = { - 0x00, 0xff, 0x00, 0xff, 0x00, 0xcc, 0x00, 0xff, 0x55, 0x33, 0x66, 0x40, 0x80, 0xff, 0x77, 0xc0 + 0x00, 0xff, 0x00, 0xff, 0x00, 0xcc, 0x00, 0xdd, 0x55, 0x33, 0x66, 0x40, 0x80, 0xff, 0x77, 0xc0 }; const uint8 palette_blue[16] = {