カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
グラフィック解決済み修正済み2014-07-06 23:002015-09-22 07:46
 
テスターDr.Venom担当者wilbertソースmsx/msx.cpp
バージョン0.153発生バージョン修正バージョン0.166
修正コミットプルリク
フラグ実機・資料検証済み, コード検証済み
セット MSX2 and MSX2+
セット詳細
 
概 要PAL、NTSCのどちらでも画面上下の帯部分サイズが違う。
詳 細Top and bottom screenborders don't set proper sizes differentiating for PAL, NTSC and its combination with 192 and 212 line modes.

The wrong borders also affect games that use the borders for effects. For example the border strobe light in KingsValley II upon completing a tomb is less pronounced than a real machine because of too small borders.
再現手順Look in the code msx.c and v9938.c and compare to parameters in Yamaha v9938 technical data book (see page 146 and 147 of the book).
追加情報Correct borders can be found in the table below (values taken from V9938 technical data book page 146, 147.

* PAL NTSC
* 192(LN=0) 212(LN=1) 192(LN=0) 212(LN=1)
* ------------------- --------------------
* 1. Top erase (top blanking) 13 13 13 13
* 2. Top border 53 43 26 16
* 3. Active display 192 212 192 212
* 4. Bottom border 43 33 25 15
* 5. Bottom erase (bottom blanking) 9 9 3 3
* 6. Vertical sync (bottom blanking) 3 3 3 3
* 7. Total 313 313 262 262
*
* Refresh rate 50.158974 59.922743
*
* NB. Total visible area (2+3+4) 288 288 243 243
 
添付ファイル