diff --git a/src/sdl/video.c b/src/sdl/video.c index aaf6de7..44514da 100644 --- a/src/sdl/video.c +++ b/src/sdl/video.c @@ -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}}},