OSDN Git Service

[VM][FM7][JCOMMCARD] Change name of dictionary rom to "DICROM.ROM".This rom is same...
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 16 Jan 2018 17:55:07 +0000 (02:55 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 16 Jan 2018 17:55:07 +0000 (02:55 +0900)
doc/VMs/fm7.txt
doc/VMs/fm77av.txt
source/src/vm/fm7/fm7_common.h

index 6382692..d7c89af 100644 (file)
        KANJI1.ROM      JIS class 1 Kanji ROM $20000 bytes
        KANJI.ROM       JIS class 1 Kanji ROM $20000 bytes
 
-       JSUBMON.ROM             Firmware of Japanese communication board (FM-7/77/AV). $4000 bytes.
-       JSUBDICT.ROM    Dictionary of Japanese communication board (FM-7/77/AV). $40000 bytes.
-       JSUBKANJI.ROM   Kanji data of Japanese communication board (FM-7/77/AV). $20000 bytes.
+       JSUBMON.ROM     Firmware of Japanese communication board (FM-7/77/AV). $4000 bytes.
+       DICROM.ROM      Dictionary of Japanese communication board (FM-7/77/AV). $40000 bytes.
+                       Same as external dictionary card for FM77AV40/EX/SX.
+        JSUBKANJI.ROM  Kanji data of Japanese communication board (FM-7/77/AV). $20000 bytes.
                        If you don't have, KANJI.ROM/KANJI1.ROM is used for fallback.
 
---- Saves file(s)
-       JCOMMCARD.bin   RAM data of Japanese communication board. $2000 bytes.
-       
 --- Key maps
 
        Virtual         PC
index c5ae09b..0641079 100644 (file)
 
        Optional (for eFM77AV only):
        JSUBMON.ROM             Firmware of Japanese communication board (FM-7/77/AV). $4000 bytes.
-       JSUBDICT.ROM    Dictionary of Japanese communication board (FM-7/77/AV). $40000 bytes.
+       DICROM.ROM      Dictionary of Japanese communication board (FM-7/77/AV). $40000 bytes.
+                       Same as external dictionary card for FM77AV40/EX/SX.
        JSUBKANJI.ROM   Kanji data of Japanese communication board (FM-7/77/AV). $20000 bytes.
                        If you don't have, KANJI.ROM/KANJI1.ROM is used for fallback.
                                        
     In addition, will save on exit:
-       JCOMMCARD.bin   RAM data of Japanese communication board. $2000 bytes.
        USERDIC.DAT     Learning data of Kana Kanji conversion.
                                    to battery backuped CMOS RAM.
 
index 888e609..28ad707 100644 (file)
@@ -361,7 +361,7 @@ enum {
 #define ROM_FM77AV40EX_EXTSUB      "EXTSUB.ROM"
 
 #define ROM_JCOMM_FIRMWARE         "JSUBMON.ROM"
-#define ROM_JCOMM_DICTIONARY       "JSUBDICT.ROM"
+#define ROM_JCOMM_DICTIONARY       "DICROM.ROM"
 #define ROM_JCOMM_KANJI            "JSUBKANJI.ROM"