| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
| 低 | 仮承認 | 未処理 | 2016-03-23 07:49 | 2016-03-27 17:09 | |
| テスター | demotester | 担当者 |   | ソース | apple/apple2gs.cpp |
| バージョン | 0.171 | 発生バージョン | 修正バージョン | ||
| 修正コミット | プルリク | ||||
| フラグ | |||||
| セット | apple2gsr1 (and probably others) | ||||
| セット詳細 | |||||
| 概 要 | タイミングの問題がある。 | ||||
| 詳 細 | Found some video about machine programming in AppleGS monitor / assembler... @13:10 Modifying the border text and backgronud colors $C022 (TBCOLOR) $C034 (CLOCKCTL) $C02E (VERTCNT) | ||||
| 再現手順 | @16:25 = Case 1) - does not works same in MESS !??? 0300: INC C034 0303: BRA 0300 @17:24 = Case 2) - seems problematic in MESS !??? 0300: INC C034 0303: INC C022 0306: BRA 0300 @20:11 = Case 3) - seems OK except the upper part !??? 0300: LDA C02E 0303: STA C034 0306: BRA 0300 @21:32 = Case 4) - seems problematic in MESS !??? 0300: JSR FB60 0303: LDA C02E 0306: AND #0F 0308: ORA #F0 030A: STA C022 030D: BRA 0303 | ||||
| 追加情報 | (On GSport and ActiveGS emus seems to work better but still not perfect !) | ||||
| 添付ファイル | |||||