diff --git a/trunk/output/fceux.chm b/trunk/output/fceux.chm index 30adc76c..93fd80bc 100644 Binary files a/trunk/output/fceux.chm and b/trunk/output/fceux.chm differ diff --git a/trunk/output/taseditor.chm b/trunk/output/taseditor.chm index a00a5cb4..c0318726 100644 Binary files a/trunk/output/taseditor.chm and b/trunk/output/taseditor.chm differ diff --git a/trunk/src/drivers/win/memview.cpp b/trunk/src/drivers/win/memview.cpp index a7064581..a1cf6387 100644 --- a/trunk/src/drivers/win/memview.cpp +++ b/trunk/src/drivers/win/memview.cpp @@ -75,7 +75,7 @@ using namespace std; #define HIGHLIGHT_ACTIVITY_NUM_COLORS 16 #define PREVIOUS_VALUE_UNDEFINED -1 -COLORREF highlightActivityColors[HIGHLIGHT_ACTIVITY_NUM_COLORS] = { 0x0, 0x004f4f, 0x1d611d, 0x757241, 0x994d00, 0xc70003, 0xe50058, 0xd90094, 0xcc00b4, 0x9400bd, 0x7e00d9, 0x0000cf, 0x0034e0, 0x0064d6, 0x0086e5, 0x4ea2de }; +COLORREF highlightActivityColors[HIGHLIGHT_ACTIVITY_NUM_COLORS] = { 0x0, 0x004035, 0x185218, 0x5e5c34, 0x804c00, 0xba0300, 0xd10038, 0xb21272, 0xba00ab, 0x6f00b0, 0x3700c2, 0x000cba, 0x002cc9, 0x0053bf, 0x0072cf, 0x3c8bc7 }; string memviewhelp = "HexEditor"; //Hex Editor Help Page diff --git a/trunk/src/drivers/win/taseditor/piano_roll.cpp b/trunk/src/drivers/win/taseditor/piano_roll.cpp index f3a0613a..a78e73ed 100644 --- a/trunk/src/drivers/win/taseditor/piano_roll.cpp +++ b/trunk/src/drivers/win/taseditor/piano_roll.cpp @@ -55,7 +55,7 @@ LRESULT APIENTRY markerDragBoxWndProc(HWND hwnd, UINT message, WPARAM wParam, LP char pianoRollSaveID[PIANO_ROLL_ID_LEN] = "PIANO_ROLL"; char pianoRollSkipSaveID[PIANO_ROLL_ID_LEN] = "PIANO_ROLX"; //COLORREF hotChangesColors[16] = { 0x0, 0x495249, 0x666361, 0x855a45, 0xa13620, 0xbd003f, 0xd6006f, 0xcc008b, 0xba00a1, 0x8b00ad, 0x5c00bf, 0x0003d1, 0x0059d6, 0x0077d9, 0x0096db, 0x00aede }; -COLORREF hotChangesColors[16] = { 0x0, 0x004f4f, 0x1d611d, 0x757241, 0x994d00, 0xc70003, 0xe50058, 0xd90094, 0xcc00b4, 0x9400bd, 0x7e00d9, 0x0000cf, 0x0034e0, 0x0064d6, 0x0086e5, 0x4ea2de }; +COLORREF hotChangesColors[16] = { 0x0, 0x004035, 0x185218, 0x5e5c34, 0x804c00, 0xba0300, 0xd10038, 0xb21272, 0xba00ab, 0x6f00b0, 0x3700c2, 0x000cba, 0x002cc9, 0x0053bf, 0x0072cf, 0x3c8bc7 }; COLORREF headerLightsColors[11] = { 0x0, 0x007313, 0x009100, 0x1daf00, 0x42c700, 0x65d900, 0x91e500, 0xb0f000, 0xdaf700, 0xf0fc7c, 0xfcffba }; char markerDragBoxClassName[] = "MarkerDragBox"; diff --git a/trunk/vc/Help/fceux.hnd b/trunk/vc/Help/fceux.hnd index a55c0cde..9b3b098c 100644 Binary files a/trunk/vc/Help/fceux.hnd and b/trunk/vc/Help/fceux.hnd differ