カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
仮承認未処理2016-03-23 07:492016-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 !)
 
添付ファイル