--- nono/doc/changes.html 2026/04/29 17:05:08 1.1.1.12 +++ nono/doc/changes.html 2026/04/29 17:05:11 1.1.1.13 @@ -71,6 +71,72 @@ Grey colored items are experimental and
+
0.4.0 (2022-06-18) +
    +
  • vm(New): X68030 FDC/FDD と 2HD/2HC フロッピーを実装。 + Implement FDC/FDD on X68030 and 2HD/2HC floppies. +
  • vm(New): X68030 OPM レジスタの BUSY を実装。 + Implement a BUSY state on OPM Registers on X68030. +
  • vm(New): X68030 DMAC をもう少し実装。 + Implement DMAC more. +
  • vm(New): X68030 ROM ファイルの外部イメージパスを指定できるようにする。 + Support to specify external image path for X68030 ROM. +
  • vm(New): X68030 ROM30 エミュレーションを実装。NetBSD/x68k が起動する程度で +Human68k は起動できない。 + Implement X68030 ROM30 Emulation. + It can boot NetBSD/x68k but not Human68k. +
  • vm(New): X68030 CGROM 外部イメージに 6x12 フォントがない場合警告を出す。 + Warn if an external CGROM image doesn't contain 6x12 font on X68030. +
  • vm(New): X68030 電源 LED と電源オフを実装。 + Implement power LED and power off on X68030. +
  • vm(New): X68030 SRAM の RAM 容量欄を設定値と同期するオプションを実装。 + Implement an option that synchronize RAM size field in SRAM and actual RAM size on X68030. +
  • vm(New): X68030 キーボードモニタ、TVRAM モニタを実装。 + Implement keyboard monitor and TVRAM monitor. +
  • vm(Update): X68030 SRAM ファイル名を "SRAM.DAT" に変更。 + Change SRAM filename to "SRAM.DAT". +
  • vm(Update): X68030 FPU 設定項目名を fpu-type に変更。 + Change configuration keyname of FPU to fpu-type. +
  • vm(Update): X68030 CRTC モニタに一部のレジスタを追加。 + Add some registers to CRTC monitor on X68030. +
  • vm(Fix): X68030 TVRAM のラスターコピーのタイミングとアクセス先を修正。 + Fix timing and destination address of TVRAM raster copy on X68030. +
  • vm(Fix): X68030 SCC のレジスタアクセスを修正。 + Fix register access on SCC on X68030. +
  • vm(Fix): X68030 SCC でビットレートをチャンネルごとに設定できるよう修正。 + Fix to allow SCC bit rate to be set for each channel on X68030. +
  • vm(Fix): X68030 マウスボタンが左右逆だったのを修正。 + Fix reversed mouse buttons. +
  • vm(Fix): X68030 本体の SCSI ID を 7 固定に変更。 + Change SCSI ID to be fixed to 7 on X68030. +
  • vm(Update): 実時間の再同期を実装。 + Implement resynchronizing time. +
  • m68k(Fix): 割り込みチェックのタイミングを修正。 + Fix timing that MPU checks interrupts. +
  • GUI(New): LUNA フレームバッファ/X68030 TVRAM モニタに拡大機能を実装。 + Implement zoom in feature for LUNA Frame buffer/X68030 TVRAM monitor. +
  • GUI(Fix): LUNA フレームバッファ/X68030 TVRAM モニタの最大サイズを正しく設定。 + Fix the maximum window size of LUNA Frame buffer/X68030 TVRAM monitor + window. +
  • GUI(Fix): ベクタモニタのサイズを広げると死ぬ場合があったのを修正。 + Fix an abnormal termination on vector monitor. +
  • GUI(Fix): 更新レートが低い場合にスクロールの描画も遅くなっていたのを修正。 + Fix drawing when update rate is low. +
  • debugger(Fix): ver 0.3.0 以降 m68k でステップ実行中にリセット例外が起きた場合の動作を修正。 + Fix m68k step execution when a reset exception occurs since 0.3.0. +
  • debugger(Fix): ver 0.3.0 以降 m88k でステップ実行した時の命令位置を修正。 + Fix m88k instruction pointer on step execution since 0.3.0 +
  • debugger(Update): ct コマンドを実装。 + Implement a ct command. +
  • app(Fix): ver 0.2.6 以降アプリケーションが終了できない場合があったのを修正。 + Fix a problem that application may not be able to be terminated since + 0.2.6 +
  • app(Fix): マウスキャプチャが外れた場合に不正終了する場合があったのを修正。 + Fix an abnormal termination when mouse capture is released. +
+

+ +

0.3.0 (2022/04/30)
  • m88k(Update): m88200 のパフォーマンスを改善。