]> git.sesse.net Git - bmusb/commitdiff
Add yet another PAL mode.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 23 Dec 2015 13:30:19 +0000 (14:30 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 23 Dec 2015 13:30:19 +0000 (14:30 +0100)
bmusb.cpp
formats.txt

index 29bfeb19c8cdc6f038376662a70fbf5936869a2b..ddecb049b5a918229505b8bcb4c9bd8bc424a86a 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1165,7 +1165,7 @@ bool decode_video_format(uint16_t video_format, unsigned *width, unsigned *heigh
        }
 
        // PAL (576i50, I suppose). A special case, see below.
-       if (video_format == 0xe909 || video_format == 0xe9c9 || video_format == 0xe809) {
+       if (video_format == 0xe909 || video_format == 0xe9c9 || video_format == 0xe809 || video_format == 0xebe9) {
                *width = 720;
                *height = 576;
                *extra_lines_top = 22;
index 7e200b84a263bf49826a42c7c4811cc48ff16fc4..6085477bd91aa270315fccc20a08e1edef5a24b7 100644 (file)
@@ -9,7 +9,7 @@
 
 NTSC        - 0xe901 (also seen 0xe9c1, 0xe801)
 NTSC 23.98  - 0xe901
-PAL         - 0xe909 (also seen 0xe9c9)
+PAL         - 0xe909 (also seen 0xe9c9 and 0xebe9)
 1080p 23.98 - 0xe8ad
 1080p 24    - 0xe88b
 1080p 25    - 0xe86b