Skip to content

Commit

Permalink
Another emulation for a terrible LCD display.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Dec 2, 2023
1 parent 279d670 commit 9f160e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sdl/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ VideoPalette VideoPalettes[] = {
{{213, 226, 138}, {150, 160, 150}, {120, 120, 160}, {0, 20, 200}}},
{"Tosh LCD 2", // Toshiba laptop with STN panel, reversed
{{0, 20, 200}, {120, 120, 160}, {150, 160, 150}, {213, 226, 138}}},
{"Tosh LCD 3", // Toshiba T1000 with no backlight
{{0x72, 0x88, 0x79}, {0x4b, 0x6e, 0x75},
{0x42, 0x5a, 0x75}, {0x27, 0x46, 0x6d}}},
{"IBM LCD", // IBM PC Convertible
{{0x6b, 0x85, 0x88}, {0x56, 0x6b, 0x6e},
{0x42, 0x52, 0x54}, {0x2e, 0x39, 0x3b}}},
Expand Down

0 comments on commit 9f160e4

Please sign in to comment.