OSDN Git Service

[DOC] Re-Update documents.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 3 Mar 2020 06:15:48 +0000 (15:15 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 3 Mar 2020 06:15:48 +0000 (15:15 +0900)
source/000_gitlog.txt
source/ChangeLog
source/RELEASENOTE.txt
source/readme_by_artane.txt

index 3ec0eef..6bfec58 100644 (file)
@@ -1,3 +1,52 @@
+commit fd1687a197f8e25788c8231a08e73fb3a5667763
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 3 15:11:15 2020 +0900
+
+    [DOC][FMTOWNS] Update FM-Towns status.
+
+commit bb54da75384e70e20503d377f9fb23dcfe4297ab
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 3 15:09:42 2020 +0900
+
+    [UI][Qt] Add HARDDISK CREATION feature.
+    [I18N] Add Japanese translations.
+
+commit e9959a717496ea6a75d1d3a091e4b77ec0531796
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 3 06:53:41 2020 +0900
+
+    [VM][PC9801][86PCM] Adjust volume multiplier of PCM.
+
+commit ff6b8ffe94eda721f736324ce67e2aa7ec4aaa4d
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 3 06:36:52 2020 +0900
+
+    [VM][FMSOWND][86PCM] Fix Initial value of PCM_MUTE(A66Eh).
+
+commit 155f29ee4b65906c49358356b274c558b10dede7
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 3 06:30:37 2020 +0900
+
+    [VM][PC9801][FMSOUND] Temporally disable PCM_MUTE(A66Eh).Temporally fix not sound PCM.
+
+commit 7b8aaba8dd5bba29859942f40b6373a543118a82
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 3 04:03:24 2020 +0900
+
+    [UI][Qt] Add HARDDISK create widget.Still not working, only dummy.
+
+commit 9c47959ef8f965dfdc942a4c7c674e877212c384
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 3 01:51:25 2020 +0900
+
+    [DOC] .
+
+commit 22bd0f796586f796b96fa83242d90b712f4a34ea
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Tue Mar 3 01:48:18 2020 +0900
+
+    [General] Update Document.
+
 commit 177db8ccb3765bf7f49ef3d9f25738bb15348e2b
 Author: K.Ohta <whatisthis.sowhat@gmail.com>
 Date:   Tue Mar 3 01:26:33 2020 +0900
index 0843b7a..42c98b6 100644 (file)
@@ -11,6 +11,7 @@
       - Some headers are changed due to cause FTBFS with GCC.
       - Character encoding chenged to UTF-8 at most of source files(not all?)
  * [VM/I386] IMPORTANT: libcpu_newdev/i386 has removed.I386:: porting from NP21 seems to be working nice, no need to porting from MAME/C++.
+ * [UI/Qt] Add HARDDISK CREATION feature.
  * [VM/HARDDISK] Calculate correctness C/H/S of HDD.
  * [VM/SCSI_HDD][WIP] Implement RECALIBRATE SCSI command.
  * [VM/SCSI_HDD][VM/SCSI_DEV] Implement some command.But still not active.
@@ -23,6 +24,7 @@
  * [VM/DEVICE] Add update_signal_mask() to modify signal mask for SIG_SCSI_DAT for SCSI/SASI devices.
  * [VM/COMMON_VM] Include SCSI devices to libCSPcommon_vm, excepts SCSI_HOST::.
  * [VM/PCENGINE] ADPCM: Fix em-bugged freeze ADPCM DMA after CDC STATUS (write to I/O 1800h.)
+ * [VM/PC9801] 86PCM: Fix Initial value of PCM_MUTE(A66Eh).Adjust volume multiply factor.
  * [BUILD/Windows] LLVM: Update Qt version to 5.14.
  * [VM/PC9801] DISPLAY: Re-Backport from Upstream 2020-02-01.Kakinoki Syougi works fine.
  * [VM/SCSI_CDROM] Fix freeze some PC-Engine's CD-ROM^2 games and SCSI HDD for FM-Towns.
@@ -35,9 +37,9 @@
  * [UI/Qt] Add "USE_CUSTOM_SCREEN_ZOOM_FACTOR" flag to fooVM.h.
  * [UI/Qt] Try: Make GUI core (QApplication -> QCoreApplication) to be non-Global.
    Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/719 .
- * Built with 177db8ccb3765bf7f49ef3d9f25738bb15348e2b (or later).
+ * Built with fd1687a197f8e25788c8231a08e73fb3a5667763 (or later).
 
--- Mar 03, 2020 01:44:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+-- Mar 03, 2020 15:13:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 * SNAPSHOT Jan 05, 2020
  * Upstream 2019-12-31.
index 616cb4b..4a01196 100644 (file)
@@ -10,7 +10,7 @@ and built with Qt5, for Windows, built with MinGW(32bit).
 
 Source Code:
 
-   https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20200302
+   https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20200303
    
 Additional INFO:
 
@@ -175,6 +175,7 @@ Changes:
       - Some headers are changed due to cause FTBFS with GCC.
       - Character encoding chenged to UTF-8 at most of source files(not all?)
  * [VM/I386] IMPORTANT: libcpu_newdev/i386 has removed.I386:: porting from NP21 seems to be working nice, no need to porting from MAME/C++.
+ * [UI/Qt] Add HARDDISK CREATION feature.
  * [VM/HARDDISK] Calculate correctness C/H/S of HDD.
  * [VM/SCSI_HDD][WIP] Implement RECALIBRATE SCSI command.
  * [VM/SCSI_HDD][VM/SCSI_DEV] Implement some command.But still not active.
@@ -187,6 +188,7 @@ Changes:
  * [VM/DEVICE] Add update_signal_mask() to modify signal mask for SIG_SCSI_DAT for SCSI/SASI devices.
  * [VM/COMMON_VM] Include SCSI devices to libCSPcommon_vm, excepts SCSI_HOST::.
  * [VM/PCENGINE] ADPCM: Fix em-bugged freeze ADPCM DMA after CDC STATUS (write to I/O 1800h.)
+ * [VM/PC9801] 86PCM: Fix Initial value of PCM_MUTE(A66Eh).Adjust volume multiply factor.
  * [BUILD/Windows] LLVM: Update Qt version to 5.14.
  * [VM/PC9801] DISPLAY: Re-Backport from Upstream 2020-02-01.Kakinoki Syougi works fine.
  * [VM/SCSI_CDROM] Fix freeze some PC-Engine's CD-ROM^2 games and SCSI HDD for FM-Towns.
@@ -199,9 +201,9 @@ Changes:
  * [UI/Qt] Add "USE_CUSTOM_SCREEN_ZOOM_FACTOR" flag to fooVM.h.
  * [UI/Qt] Try: Make GUI core (QApplication -> QCoreApplication) to be non-Global.
    Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/719 .
- * Built with 177db8ccb3765bf7f49ef3d9f25738bb15348e2b (or later).
+ * Built with fd1687a197f8e25788c8231a08e73fb3a5667763 (or later).
 
--- Mar 03, 2020 01:44:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+-- Mar 03, 2020 15:13:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 Upstream changes:
 * To see older upstream's changes, read history.txt.
index a88fe9e..dff7957 100644 (file)
@@ -12,7 +12,7 @@
    
    ソースコード:
    
-     https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20200302
+     https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20200303
 
    追加情報:
    
@@ -175,6 +175,7 @@ Changes:
       - Some headers are changed due to cause FTBFS with GCC.
       - Character encoding chenged to UTF-8 at most of source files(not all?)
  * [VM/I386] IMPORTANT: libcpu_newdev/i386 has removed.I386:: porting from NP21 seems to be working nice, no need to porting from MAME/C++.
+ * [UI/Qt] Add HARDDISK CREATION feature.
  * [VM/HARDDISK] Calculate correctness C/H/S of HDD.
  * [VM/SCSI_HDD][WIP] Implement RECALIBRATE SCSI command.
  * [VM/SCSI_HDD][VM/SCSI_DEV] Implement some command.But still not active.
@@ -187,6 +188,7 @@ Changes:
  * [VM/DEVICE] Add update_signal_mask() to modify signal mask for SIG_SCSI_DAT for SCSI/SASI devices.
  * [VM/COMMON_VM] Include SCSI devices to libCSPcommon_vm, excepts SCSI_HOST::.
  * [VM/PCENGINE] ADPCM: Fix em-bugged freeze ADPCM DMA after CDC STATUS (write to I/O 1800h.)
+ * [VM/PC9801] 86PCM: Fix Initial value of PCM_MUTE(A66Eh).Adjust volume multiply factor.
  * [BUILD/Windows] LLVM: Update Qt version to 5.14.
  * [VM/PC9801] DISPLAY: Re-Backport from Upstream 2020-02-01.Kakinoki Syougi works fine.
  * [VM/SCSI_CDROM] Fix freeze some PC-Engine's CD-ROM^2 games and SCSI HDD for FM-Towns.
@@ -199,9 +201,9 @@ Changes:
  * [UI/Qt] Add "USE_CUSTOM_SCREEN_ZOOM_FACTOR" flag to fooVM.h.
  * [UI/Qt] Try: Make GUI core (QApplication -> QCoreApplication) to be non-Global.
    Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/719 .
- * Built with 177db8ccb3765bf7f49ef3d9f25738bb15348e2b (or later).
+ * Built with fd1687a197f8e25788c8231a08e73fb3a5667763 (or later).
 
--- Mar 03, 2020 01:44:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+-- Mar 03, 2020 15:13:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
 
 
 本家の変更: