エミュレーションコア移植の段階反映(FDC/NOISE/RTC/i825x、Windowsリンク修正)#48
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.
概要
common_source_project 由来の実装を、xm8mac 側の既存構造を維持しつつ段階的に取り込みました。
UI配下は変更せず、エミュレーションコア中心で互換性とビルド安定性を改善しています。
主な変更
noise.cpp/noise.hをプロジェクトへ追加(リンクエラー解消)方針
確認
cmake --build build -j8にてビルド成功(既存Warningは継続)