OSDN Git Service

[DOC] Update docs, 2015-10-29.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 29 Oct 2015 07:52:57 +0000 (16:52 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 29 Oct 2015 07:52:57 +0000 (16:52 +0900)
readme_fm7.jp.txt
readme_fm7.txt

index 445689a..5c87406 100644 (file)
@@ -1,5 +1,5 @@
 ** FM-7 series  emulator for common source code project. **\r
-                                               Sep 26, 2015\r
+                                               Oct 29, 2015\r
                   K.Ohta <whatisthis.sowhat _at_ gmail.com>\r
 \r
 \r
   a. FM-7はほぼ動いてます。\r
   b. FM-77に関してもほぼ同様ですが、400ラインカードと2HD周りは\r
      全く実装できていません(現物がないのでどうしょうもない)\r
-  c. FM-8は資料不足で未だ実装できていませんが、遠くない内に実装を\r
+  c. FM-8は資料不足で未だ実装できていませんが、いい加減、そろそろ、実装を\r
      始めます。\r
   d. FM77AVはほぼ動くようになりました。\r
-  e. FM77AV40/EXについて大まかに実装してみました。DMAやウィンドウを\r
-     使うソフトは大抵動きますが、一部のソフト(FM77AV40SX入門ディスク\r
-     など)の表示に問題があります。\r
-  f. AV系キーボードの隠しメッセージは入れました[3]が、リアルタイムキースキャン\r
-     の挙動に問題が出る場合があります\r
+  e. FM77AV40/EXについてもほぼ動くようになりました。\r
+  f. AV系キーボードの隠しメッセージも入れました[3]。\r
+  g. ステートセーブ機能を入れてみました。大体動くようです。\r
+  \r
+  その他のことについては、RELEASENOTEやreadme_by_artane.txtを\r
 \r
   [3] 私のほうがXM7よりも先にインプリメントしました(笑)\r
 \r
@@ -66,7 +66,8 @@
   DICROM.ROM   : 262144 bytes, かな漢字変換辞書ROM.\r
   EXTSUB.ROM   : 49152 bytes, 拡張サブモニタ(77AV20以降)\r
 \r
-  FM77AV20/40では、INITIATE.ROMは、AV20/40固有のものを使ってください。\r
+  FM77AV20/40/EX/SXでは、INITIATE.ROMは、AV20/40/EX/SX固有のものを\r
+  使ってください。\r
 \r
   辞書ROMを使う場合、以下のデータが作成されます :\r
   USERDIC.DAT  : 8192 bytes, かな漢字変換の学習データ.\r
index 4651bf4..0ee900d 100644 (file)
@@ -1,5 +1,5 @@
 ** FM-7 series  emulator for common source code project. **
-                                               Jul 23, 2015
+                                               Oct 29, 2015
                   K.Ohta <whatisthis.sowhat _at_ gmail.com>
 
 1.Background
      Especially 400 line card and 2HD FDDs are still not implement,
      because I don't have these boards.
   c. FM-8 is *not* implement, I have no document, now.
+     I'll implement this.
   d. FM77AV is mostly working.
-  e. Now, implementing FM77AV40/EX, mostly working with DMA and
-     hardware window, but some softwares are still not working well.
-     e.g: FM77AV40SX Nyumon Disk.
-  f. Implemented hidden message of FM77AV's keyboard [3], but real time
-     key scanning does't work well at some situation , yet.
+  e. FM77AV40/EX is mostly working.
+  f. Implemented hidden message of FM77AV's keyboard [3].
+  g. Implemented saving/loading state feature, mostly working.
+  
+  If you need more informations, see RELEASENOTE and reame_by_artane.txt .
      
   [3] I implemented hidden message faster than XM7 :-)
   
@@ -59,6 +60,8 @@
   KANJI2.ROM   : 131072 bytes, Kanji JIS class 2 patterns.
   DICROM.ROM   : 262144 bytes, Dictionary data for Kana-Kanji conversion.
   EXTSUB.ROM   : 49152 bytes, extra monitor for subsystem (77AV20 or later?)
+  
+  If you use emufm77av40ex, you must use FM-77AV40EX/SX's initiator ROM.
 
   Making if you use DICROM :
   USERDIC.DAT  : 8192 bytes, learning data of Kana-Kanji conversion.