-
+
- 0.1.2 (2020/10/28) +
-
+
- build (Update): gcc5.5 以下はサポート外と明記。
+
Mention explicitly that it does not support gcc5.5 or below.
+ - vm (New): メモリとデバイスのアクセスウェイトをいくつか実装中。
+
Implement access wait partially on some memory and devices.
+ - vm (New): VM リセットを実装。
Implement VM reset.
+ - vm (Fix): m88xx0 エミュレーションをいくつか改善。
+OpenBSD/luna88k ユーザランドが少しだけ動くように。
+
Improve some m88xx0 emulations. +This makes OpenBSD/luna88k userland apps work a little.
+ - vm (Update): LUNA88K の RAM 初期値を 64MB に変更。
+
Change the initial value of LUNA88K RAM to 64MB.
+ - vm (Update): LUNA88K の dipsw1 の初期値を変更。
+
Change the initial value of LUNA88K dipsw1.
+ - debugger (Update): 設定の debugger-port の初期値を 0 に変更。
+
Change the default value of debugger-port configuration field to 0.
+ - debugger (Update): d, m, n, s, t, help コマンドを色々改良。
+disp , reset コマンドを実装。
+
Various improvements for d, m, n, s, t, and help commands. +Implement disp, reset commands.
+ - wx (Fix): メインウィンドウの最大化とリサイズを不可にする。
+
Disable main window's maximize and resize. +
- wx (Fix): ビッグエンディアン環境で wxIMAGE_QUALITY_HIGH +による縮小が化けるのを回避。 +
Avoid broken resize using wxIMAGE_QUALITY_HIGH on big endian.
+ - wx (Fix): ビッグエンディアン環境で wxIMAGE_QUALITY_HIGH +による縮小が化けるのを回避。 +
+
- build (Update): gcc5.5 以下はサポート外と明記。
+
- 0.1.1 (2020/10/06)
- host(Fix): sparc などのホストでミスアラインドアクセスで死ぬのを修正。
@@ -85,8 +115,8 @@ history window.
Implement branch history and exception history.
- debugger (Fix): 逆アセンブラが 68020 の callm 命令で死んでいたのを修正。
Fix abnormal termination when disassembling 68020 CALLM instruction.
- - vm (Fix): LUNA88K 用の luna-dipsw1 の初期値を用意。
-
luna-dipsw1 uses a different initial value for LUNA88K.
+ - vm (Fix): LUNA88K 用の luna-dipsw1 の初期値を用意。
+
luna-dipsw1 uses a different initial value for LUNA88K.
- vm (Update): X68k TVRAM レンダリングを改良。
Improve performance on X68k TVRAM rendering.
- debugger (Fix): 逆アセンブラで moveq.l が %d0 でない時にも IOCS コールと解釈していたのを修正。 @@ -104,8 +134,8 @@ at least for now).
- GUI(Fix): サブウィンドウを表示しているとマウスモードでクリック入力が入らなかった問題を修正。
Fix problem that you can not enter any clicks in mouse mode when you display some sub windows.
- - vm(New): m88k の疑似 STOP 状態に対応。
-
Support pseudo STOP state on m88k.
+ - vm(New): m88k の疑似 STOP 状態に対応。
+
Support pseudo STOP state on m88k.
- host(Fix): sparc などのホストでミスアラインドアクセスで死ぬのを修正。
@@ -85,8 +115,8 @@ history window.
@@ -117,14 +147,13 @@ when you display some sub windows.
Fix abnormal termination when fetching exception vector causes bus error.
Notify when double bus fault has occurred.-
Improve m88100 and implement m88200. +Improve m88100 and implement m88200. It can run OpenBSD/luna88k kernel and it has just entered in userland.-
- vm(New): ROM モニタエミュレーションを実装。
Support emulated ROM monitor.
- - vm(New): 地下で m88k 実装開始。
+
- vm(New): 地下で m88k 実装開始。 今のところ OpenBSD/luna88k のブートローダが起動できるだけです。 -
Start to implement m88k in underground. +
Start to implement m88k in underground. It just can run OpenBSD/luna88k's boot loader for now.
- - vm(New): 地下で m88k 実装開始。 今のところ OpenBSD/luna88k のブートローダが起動できるだけです。 -