カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
色/パレット解決済み修正済み2017-11-06 16:262017-11-07 15:13
 
テスターstar2root担当者star2rootソースsinclair/zx.cpp
バージョン0.191発生バージョン修正バージョン0.192
修正コミットプルリク
フラグ実機・資料検証済み, コード検証済み
セット ts1000
セット詳細
ts1000 - Timex Sinclair 1000
 
概 要シアンに黒文字だが実際は白地に黒文字。
詳 細The display circuitry for this machine is identical to the ZX81 and displays in black and white just like that machine does. I know for sure because I own a Timex Sinclair 1000 and have hooked it up to color TVs.
再現手順Start emulation of a Timex Sinclair 1000. Look at screen.
追加情報To correct this, in src/mame/drivers/zx.cpp
change
palette.set_pen_color(0, rgb_t(64, 244, 244)); /* cyan */
to
palette.set_pen_color(0, rgb_t::white());
 
添付ファイル