From 4749bb9902ed6f422c12496e4c85f95ba7fff494 Mon Sep 17 00:00:00 2001 From: "K.Ohta" Date: Fri, 16 Feb 2018 05:18:36 +0900 Subject: [PATCH] [DOC] Update uncommited files. --- source/000_gitlog.txt | 6 ++++++ source/RELEASENOTE.txt | 40 ++++++++++++++++++++++++++++++++++------ source/readme_by_artane.txt | 7 +------ 3 files changed, 41 insertions(+), 12 deletions(-) diff --git a/source/000_gitlog.txt b/source/000_gitlog.txt index 05488eb0f..7195334d8 100644 --- a/source/000_gitlog.txt +++ b/source/000_gitlog.txt @@ -1,3 +1,9 @@ +commit 178ae8096d10c5039d71c1dab72f34d2874b8303 +Author: K.Ohta +Date: Sun Feb 11 02:36:04 2018 +0900 + + [DOC] Update DOCs. + commit 221fcef002f101b8dffd2a63edfc11a86e2c688a Author: K.Ohta Date: Sun Feb 11 02:19:29 2018 +0900 diff --git a/source/RELEASENOTE.txt b/source/RELEASENOTE.txt index 42f849817..7fb951839 100644 --- a/source/RELEASENOTE.txt +++ b/source/RELEASENOTE.txt @@ -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) diff --git a/source/readme_by_artane.txt b/source/readme_by_artane.txt index 28dc3206b..be65f1b73 100644 --- a/source/readme_by_artane.txt +++ b/source/readme_by_artane.txt @@ -105,13 +105,8 @@ * 日本語に翻訳しました。(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進ではないので注意) . -- 2.11.0