OSDN Git Service

[VM][FM7][X1] Buildable with upstream 2019-02-19.
[csp-qt/common_source_project-fm7.git] / source / readme_fm7.txt
index 1cf6e17..b339bd7 100644 (file)
@@ -1,5 +1,5 @@
 ** FM-7 series  emulator for common source code project. **
-                                               Jan 19, 2018
+                                               December 18, 2018
                   K.Ohta <whatisthis.sowhat _at_ gmail.com>
 
 1.Background
   Project [2], this is distributed with GPLv2.
 
   [1] https://github.com/Artanejp/XM7-for-SDL
-  [2] http://homepage3.nifty.com/takeda-toshiya/
+  [2] http://takeda-toshiya.my.coocan.jp/
   
 2.Status
   a. FM-7 is working now.
-  b. FM-77 is working now.
+  b. FM-77 is working now (but some features are wrong).
      Especially 400 line card and 2HD FDDs are still not implement,
      because I don't have these boards.
   c. FM-8 is implement, but not tested enough.
@@ -35,6 +35,7 @@
   l. Z80 Card (Only with FM-7/77 and FM-8) works.But not tested enough.
   m. Japanese Communication board works for FM-7/NEW7/77/L4.
   n. Start to implement RS-232C/MODEM/MIDI feature.(WIP)
+  o. Start to implement FM-77L4's 400 lines board.But imcomplete.(WIP)Still WIP (2018-05-16)
   If you need more informations, see RELEASENOTE and reame_by_artane.txt .
      
   [3] I implemented hidden message faster than XM7 :-)
   KANJI1.ROM   : 131072 bytes, Kanji JIS class 1 patterns.
   BOOT_MMR.ROM : 512 bytes, hidden boot ROM for FM-77 (only).
 
-  You need belows if you try to work FM77AV:
+  Optional ROMS (Only for FM77L4):
+  SUBSYS_L4.ROM : 18432 bytes. System ROM of 400 lines board.
+  ANKCG16.ROM   : 4096 bytes.  Character data of 400 lines board.
+  
+   You need belows if you try to work FM77AV:
   INITIATE.ROM : 8192 bytes, initiator ROM.
                  You must use *pure* FM77AV's Initiator ROM.
   SUBSYSCG.ROM : 8192 bytes, character data for subsystem.
@@ -78,7 +83,7 @@
 
 4. Upstream repositry:
       https://github.com/Artanejp/common_source_project-fm7
-
+      https://osdn.jp/projects/csp-qt/
 
 Enjoy!
 -- K.Ohta.