OSDN Git Service

[DOC] Update uncommited files.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 15 Feb 2018 20:18:36 +0000 (05:18 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 15 Feb 2018 20:18:36 +0000 (05:18 +0900)
source/000_gitlog.txt
source/RELEASENOTE.txt
source/readme_by_artane.txt

index 05488eb..7195334 100644 (file)
@@ -1,3 +1,9 @@
+commit 178ae8096d10c5039d71c1dab72f34d2874b8303
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Sun Feb 11 02:36:04 2018 +0900
+
+    [DOC] Update DOCs.
+
 commit 221fcef002f101b8dffd2a63edfc11a86e2c688a
 Author: K.Ohta <whatisthis.sowhat@gmail.com>
 Date:   Sun Feb 11 02:19:29 2018 +0900
index 42f8498..7fb9518 100644 (file)
@@ -74,12 +74,40 @@ To install:
 $ sudo make install
 
 4.Qt specified notice:
-
-* Place R@Ms under $HOME/CommonSourceCodeProject/emu{Machine Name}/ , this directory has made
-after first using.
-
-* Config file, {foo}.ini is writteon on $HOME/.config//CommonSourceCodeProject/emu{Machine Name}/ .
-
+   
+   ・Config file (scancode.cfg and foo.ini) has placed (moved) to
+     "~/.config/CommonSourceCodeProject/emufoo/"
+     (for Windows, ".\CommonSourceCodeProject\emudfoo\" ).
+   
+   ・BIOS, WAVS, BINS and SAVED STATES have placed (moved) to
+     "~/CommonSourceCodeProject/emufoo/"
+     (for Windows, ".\CommonSourceCodeProject\emudfoo\" ).
+   
+   ・All of recorded products (PNG Screenshots, MOVIES, SOUNDS) 
+     have *temporally* written to "~/.config/CommonSourceCodeProject/emufoo/"
+     (for Windows, ".\CommonSourceCodeProject\emudfoo\" ).
+   
+   ・Added ToolTips and Japanese translations.(2017-01-24)
+   
+   ・Place R@Ms under $HOME/CommonSourceCodeProject/emu{Machine Name}/ , this directory has made
+     after first using.
+   
+   ・Config file, {foo}.ini is written on $HOME/.config/CommonSourceCodeProject/emu{Machine Name}/ .
+   
+   ・Saved state file, {foo}.sta is written on $HOME/CommonSourceCodeProject/emu{Machine Name}/ .
+   
+   ・Key code conversion file is written on $HOME/.config/CommonSourceCodeProject/emu{Machine Name}/scancode.cfg .
+   
+     This file contains comma separated fields, written at hex-decimal (not decimal), 
+       first is M$ Virtual Key Code,
+       second is Qt's scan code.
+       
+   ・Common UI components (at src/qt/gui ) are moved to shared lib. libCSPgui.so .
+   
+   ・Installer (bash) script is available now; src/tool/installer_unix.sh .
+   
+   ・When you place specified WAV files(differ per VM) same directory as ROMs, you can sound sounds: i.e. FDD seek, CMT relay and buttons.
+  
 5.Status
 
 a. I tested to build only under Debian GNU/Linux "sid",Ubuntu Linux 16.04LTS "Xenial" for AMD64 (x86_64)
index 28dc320..be65f1b 100644 (file)
       
    * 日本語に翻訳しました。(2017-01-24)
    
-   * R@Mを $HOME/emu{Machine Name}/ に配置してください。(Windowsの場合は今の所 .\emu{Machine Name}\)。なお、このディレクトリは最初起動した後で作成されます。
    
-   * 設定ファイルは、$HOME/.config/emu{Machine Name}/ に書き込まれます。(Windowsの場合は今の所 .\.config\emu{Machine Name}\)
-   
-   * ステートセーブファイルは、$HOME/emu{Machine Name}/{Machine Name}.sta に書き込まれます。
-   
-   * キーコード変換テーブルファイルが、$HOME/.config/emu{Machine Name}/scancode.cfg に書き込まれます。
+   * キーコード変換テーブルファイルが、$HOME/.config/CommonSourceCodeProject/emu{Machine Name}/scancode.cfg に書き込まれます。
    
      書式は、カンマで区切られた16進データです(10進ではないので注意) .