OSDN Git Service

[VM][I386][COMMON_VM] Integrate to upstream.Use vm/i386.[cpp|h] instead of libcpu_new...
[csp-qt/common_source_project-fm7.git] / README.en.md
index 149416c..367ff6f 100644 (file)
@@ -1,12 +1,11 @@
 <H2>** Qt porting for Common Source Code Project **</H2>
 <div align="right">
-<H3>Sep 09, 2016<BR>
+<H3>Feb 10, 2018<BR>
 K.Ohta <whatisthis.sowhat _at_ gmail.com></H3>
 </div>
 
 ## *If you can read Japanese, [japanese(日本語) writing is here](/README.md/).*
 
-
 About
 ====
 
@@ -27,10 +26,10 @@ You can get pre-compiled binaries from [osdn.net](http://osdn.net) and their mir
 <https://osdn.net/projects/csp-qt/releases/>
 
 
-LICENCE
+LICENSE
 ======
 
-[GPL Version 2](http://www.opensource.jp/gpl/gpl.ja.html).
+[GPL Version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
 
 Background
 ==========
@@ -89,20 +88,22 @@ After extracting (or git pulled) sourcecodes:
 
     $ sudo make install
 
-Qt specified notice (for non-Windows):
+Qt specified notice :
 ====
 
+* 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.(2017-01-24)
       
 * Translated menu entries to Japanese.(2017-01-24)
 
-* Place R@Ms under $HOME/emu{Machine Name}/ , this directory has made after first using.
-
-* Config file, {foo}.ini is written on $HOME/.config/emu{Machine Name}/ .
+* Place R@Ms under $HOME/CommonSourceCodeProject/emu{Machine Name}/ , this directory has made after first using.
 
-* Saved state file, {foo}.sta is written on $HOME/emu{Machine Name}/ .
-
-* Key code conversion file is written on $HOME/.config/emu{Machine Name}/scancode.cfg .
+* 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),
  
@@ -123,13 +124,13 @@ Status
 
 * I tested to build only under Debian GNU/Linux "sid".But, perhaps, will succed to build another GNU/Linux OSs or BSD OS variants.
 
- ** On windows, using MinGW is already okay.
 ** On windows, using MinGW is already okay.
  
- ** Cross building with GNU/Linux's MinGW32 and Qt5.5.1 (for MinGW) is available.
 ** Cross building with GNU/Linux's MinGW32 and Qt5.5.1 (for MinGW) is available.
  
- ** Modify and use build-cmake/config_build_cross_win32.sh and related *.cmake files.
 ** Modify and use build-cmake/config_build_cross_win32.sh and related *.cmake files.
  
- ** And, you can also build with M$ Visual Studio 2013 or 2015.
 ** And, you can also build with M$ Visual Studio 2013 or 2015.
    
 * Now, I using Qt5 as toolkit, because authors of Qt announced "Qt4 is obsolete, will be updated no longer".
 
@@ -144,15 +145,22 @@ Repositry:
 
 <https://github.com/Artanejp/common_source_project-fm7>
       
+<https://osdn.net/projects/csp-qt/scm/git/common_source_project-fm7>
+
+Project Page:
+==
+
+<https://osdn.jp/projects/csp-qt/>
+
 Upstream (Takeda Toshiya San's original code)
 ====
 
-<http://takeda-toshiya.my.coocan.jp/>>
+<http://takeda-toshiya.my.coocan.jp/>
 
 Special thanks to:
 ==
 
-  Ryu Takegami : eFM-8/7/77/AV/40/EX のデバッグに協力していただいています。
+  Ryu Takegami : Assist to debug and give informations about eFM-8/7/77/AV/40/EX .
 
 Have fun!