-
+
- 0.6.0 (2023-03-22) +
-
+
- vm(New): Nereid 拡張ボードのバンクメモリとイーサネット(RTL8019AS)を実装。
+
Implement a bank memory and ethernet (RTL8019AS) of Nereid expansion + board.
+ - vm(Fix): X68030 で -X オプションで起動した時の割り込みレベルを修正。
+
Fix an interrupt level when -X option is used in X68030.
+ - debugger(Update): 例外履歴を X68030 の IOCS コールに対応。
+
Support X68030 IOCS call in the exception history.
+
+ +
- vm(New): Nereid 拡張ボードのバンクメモリとイーサネット(RTL8019AS)を実装。
+
- 0.5.1 (2023-02-12) +
-
+
- vm(Fix): X68030 拡張メモリがない領域がバスエラーにならないよう修正。
+
Fix a bus error in areas with no extended memory in X68030.
+ - vm(Update): HD647180 の DAA 命令を実装。
+
Implement DAA instruction on HD647180.
+ - debugger(Fix): HD647180 リセット状態中にセットしたブレークポイントが
+効かなかったのを修正。
+
Fix breakpoints set while HD647180 is in reset state not working.
+ - GUI(New): デバイスマップモニタを実装。
+
Implement a device map monitor.
+ - GUI(Update): DIPSW ウィンドウのスイッチをフォントサイズに連動させる。
+
Link control size with font size, on DIPSW window.
+ - GUI(Fix): ビットマップモニタウィンドウを24ドットフォントに対応。
+
Support 24 dot fonts in a bitmap monitor window.
+ - GUI(Fix): ビットマップモニタウィンドウをリサイズすると不正終了する
+場合があったのを修正。
+
Fix an abnormal termination when a bitmap monitor window is resized.
+
+ +
- vm(Fix): X68030 拡張メモリがない領域がバスエラーにならないよう修正。
+
- 0.5.0 (2023-01-25)
- vm(New): HD647180 を実装開始。とりあえず動く程度。