--- nono/doc/changes.html 2026/04/29 17:05:47 1.1.1.22 +++ nono/doc/changes.html 2026/04/29 17:05:52 1.1.1.23 @@ -83,6 +83,38 @@ dt.dt-indent {
+
1.6.0 (2025/10/29) +
    +
  • host(New): サウンド出力を実装。Implement sound output. +
  • vm(New): X68030 の ADPCM (再生側のみ) を実装。 + Implement ADPCM (playback only) on X68030. +
  • vm(Update): X68030 DMAC の外部要求転送を実装。 + Implement external request transfer on X68030 DMAC. +
  • vm(Update): X68030 DMAC のリンクアレイチェインモードを実装。 + Implement link array chain mode on X68030 DMAC. +
  • vm(Update): X68030 DMAC のログをチャンネルごとに分離。 + Separate loglevel per channel. +
  • vm(Update): Human68k モードの FPACK __LTOS を実装。 + Implement FPACK __LTOS on Human68k mode. +
  • GUI(New): スレッドモニタを実装。 + Implement thread monitor. +
  • app(New): ヘテロジニアス構成 CPU のコアの指定に (正式に) 対応。 + Support specifying cores for heterogeneous CPU (formally). +
  • vm(Fix): X68030 もキー押下で高速モードを抑制するように戻す。 +ver 1.5.0 で廃止したが副作用があったため。 + Revert to suppressing full speed mode on key press on X68030. + It was removed in ver 1.5.0, but was reintroduced + to address unintended side effects. +
  • host(Update): 設定項目 host-avx2, host-neon を + hostcpu-avx2, hostcpu-neon にリネーム。 + host-avx2, host-neon are renamed to + hostcpu-avx2, hostcpu-neon. +
  • app(Fix): NetBSD 11.0_BETA で設定ファイルに非 ASCII + 文字があると不正終了する場合があったのを修正。 + Fix possible abnormal termination if the configuration file contains + non-ASCII characters on NetBSD 11.0_BETA. +

+

1.5.0 (2025/09/07)
  • vm(New): X68030 のグラフィック画面を 1024x1024 モードのみ簡易実装。