カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
実機資料解決済み修正済み2017-10-28 23:532017-10-29 05:09
 
テスターdemotester担当者Dukeソースtatung/einstein.cpp
バージョン0.191発生バージョン修正バージョン0.192
修正コミットプルリク
フラグ
セット einstei2
セット詳細
einstei2 - Einstein TC-01 + 80 column device
 
概 要80カラム白黒画面でカーソルが表示されない。
詳 細According to the "80 column manual" (Einstein Reborn):
-------------------------------------------------------------------------------
The 80 column unit will respond to the following codes:
HEX VALUE.......CONTROL CODE......FUNCTION
....11........................CTRL - Q............Cursor on
....14........................CTRL - T.............Cursor off
-------------------------------------------------------------------------------

In the current einstein driver implementation, the "CTRL - Q" does not show the cursor in the 80 cols b/w screen!
(only in the 40 cols color screen)

Ps. In 40 cols screen it shows the cursor, and also works fine if called from Xtal BASIC with:
PRINT CHR$(17) - Cursor on
PRINT CHR$(20) - Cursor off
再現手順Start the emu with 80 cols card and press "CTRL - P" keys to change to 80 cols mode screen (if not already)!

In 80 cols mode there is not cursor visible! (and is pretty difficult to work w/o cursor)
- pressing "CTRL - Q" keys does not show the cursor in 80 cols mode!

(Note: press "CTRL - N" for 40 col mode color screen.)
追加情報 
 
添付ファイル