This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
base:detect_pal_ntsc [2018-10-29 10:50] mrr19121970 [Sokrates' variant] |
base:detect_pal_ntsc [2019-05-15 20:11] (current) silverdr [Detect NTSC/PAL] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Detect NTSC/PAL ====== | ====== Detect NTSC/PAL ====== | ||
- | Since you cannot rely on $02a6 to detect NTSC/PAL, you better do the check yourself. The theory behind these checks is simply that PAL and NTSC systems have different amounts of rasterlines, which can thus serve as the basis for a detection check. | + | Since you cannot rely on $02a6 to detect NTSC/PAL, you better do the check yourself. The theory behind these checks is simply that PAL and NTSC systems have different amounts of rasterlines, which can thus serve as the basis for a detection check. For alternative approach, especially useful if you also need to use TOD, check [[efficient_tod_initialisation|Efficient TOD initialisation]] page. |
===== J0x variant ===== | ===== J0x variant ===== | ||