Merged
Conversation
- Source/UIを変更せずに使える互換メソッドをEMU/FIFOに追加 - i8251/i8253/i8255へcommon_source_project取り込み用の互換APIを追加 - i8255のハンドシェイク条件参照の不整合を修正 - 移植方針をDocuments/CORE_MIGRATION_SCOPE.mdに明文化
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要\ncommon_source_project 由来コードを段階移植しやすくするため、xm8mac 側コアに低リスクな互換レイヤーを追加しました。\n\n## 主な変更\n- DEVICE 互換APIの追加(process_state / clock alias / interrupt alias など)\n- DISK 互換APIの追加(open const対応、process_state、sector補助API)\n- UPD765A 互換APIの追加(open_disk const対応、is_disk_*、get_media_type、noise context受け口)\n- UPD765A のセクタ探索条件とエラー判定を common 側に近づける調整\n\n## 制約\n- Source/UI は変更していません\n\n## 確認\n- cmake --build build -j8 成功(警告のみ)