OSDN Git Service

[DOC] Update revision and README.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 17 Jan 2018 23:16:24 +0000 (08:16 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 17 Jan 2018 23:16:24 +0000 (08:16 +0900)
doc/README.20180117.txt [deleted file]
doc/README.20180118.txt [new file with mode: 0644]
source/000_gitlog.txt
source/revision.txt
source/src/res/credits.html

diff --git a/doc/README.20180117.txt b/doc/README.20180117.txt
deleted file mode 100644 (file)
index 9b00156..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-** UTF-8 **
-This is test release for debugging DMA and FDC (MB8877).
-This contains "Japanese Communication board"(日本語通信カード) emulation.
-This also contains UART emulation.
-Please check if you have ROM image.
-Note:
- Some names of firmwares has changed.
- See fm7.txt and fm77av.txt .
-Jan 17, 2018 K.Ohta <whatisthis.sowhat@gmail.com>
-
-Updates:
-commit 2350969f27f089a9a3df39f8fb456cad4adeda2d
-Author: K.Ohta <whatisthis.sowhat@gmail.com>
-Date:   Wed Jan 17 05:09:43 2018 +0900
-
-    [UI][Qt][FM7] Update UIs, revision.
-
-commit 24f54c39da49dabf7bec34946c4fe46fe3550ee8
-Author: K.Ohta <whatisthis.sowhat@gmail.com>
-Date:   Wed Jan 17 05:07:18 2018 +0900
-
-    [VM][MB8877] Fix DRQ/IRQ timing.
-    [VM][MB8877] Make IRQ with disk not inserted or not connected when processing command(s).
-    [VM][MB8877] Expect to work OS-9 L2 for FM77AV40.
-
-commit 82b9e9120514dafd785803ebf8c4494d8ea8d397
-Author: K.Ohta <whatisthis.sowhat@gmail.com>
-Date:   Wed Jan 17 02:58:32 2018 +0900
-
-    [VM][FM7][JCOMMCARD] JCOMMCARD has no backup battery.Not save ram.Thanks to Ryu Takegami.
-
-commit ae5cabae3c0d98ec9f9516b784cc95faf4500e88
-Author: K.Ohta <whatisthis.sowhat@gmail.com>
-Date:   Wed Jan 17 02:55:07 2018 +0900
-
-    [VM][FM7][JCOMMCARD] Change name of dictionary rom to "DICROM.ROM".This rom is same as FM77-211.
-
-commit d4dffe4e97eb51313a24761f7e8add9c1f1dd5dd
-Author: K.Ohta <whatisthis.sowhat@gmail.com>
-Date:   Wed Jan 17 02:45:21 2018 +0900
-
-    [VM][FM77AV40][HD6844] HD6844 has only a one interrupt line, not multiple.
-    [VM][FM77AV40][HD6844] Rename drq_line to busreq_line.
-    [VM][FM77AV40EX][HD6844] FM77AV40EX has only one DMA channel.Not multiple channels.
-    [VM][HD6844] Add "__USE_MULTIPLE_CHAINING" and "__USE_CHAINING" flags for FM77AV40/EX/SX series.
-    [VM][HD6844] Add special flags for FM77AV40/EX/SX.
-    [VM][FM77AV40][HD6844] Expect to complete booting OS-9 L2 for FM77AV40.
-
-commit 56b317e5727a3fbcf4d73e3871e2d16c4bc45020
-Author: K.Ohta <whatisthis.sowhat@gmail.com>
-Date:   Wed Jan 17 02:42:53 2018 +0900
-
-    [VM][FM7][MB8877] Not clear status when force-interrupt with TYPE-1 Command(seek etc).Fix (Add hack) for FUKU*.d77 (えびふく's music disks).
-
-
diff --git a/doc/README.20180118.txt b/doc/README.20180118.txt
new file mode 100644 (file)
index 0000000..e3d4472
--- /dev/null
@@ -0,0 +1,25 @@
+** UTF-8 **
+This is test release for debugging FDC (MB8877).
+This contains "Japanese Communication board"(日本語通信カード) emulation.
+This also contains UART emulation.
+Please check if you have ROM image.
+Note:
+ Some names of firmwares has changed.
+ See fm7.txt and fm77av.txt .
+Jan 18, 2018 K.Ohta <whatisthis.sowhat@gmail.com>
+
+Updates:
+commit 6be0565e6812d5d73d4c7b2b32a49a07ddbbd55c
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Thu Jan 18 08:13:30 2018 +0900
+
+    [UI][Qt][FM7] Update translations.
+
+commit 1599a0cfe883e73ea44addb609d9a7e571d89544
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Thu Jan 18 07:57:14 2018 +0900
+
+    [VM][MB8877] Make turning ON IRQ and turn OFF DRQ when seek completed.
+    [VM][MB8877] Expect to work OS-9 L2 for FM77AV40 .
+    [VM][MB8877] Adjust track parameter at initialize and CMD::RESTORE .
+
index db99a09..5784914 100644 (file)
@@ -1,3 +1,29 @@
+commit 6be0565e6812d5d73d4c7b2b32a49a07ddbbd55c
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Thu Jan 18 08:13:30 2018 +0900
+
+    [UI][Qt][FM7] Update translations.
+
+commit 1599a0cfe883e73ea44addb609d9a7e571d89544
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Thu Jan 18 07:57:14 2018 +0900
+
+    [VM][MB8877] Make turning ON IRQ and turn OFF DRQ when seek completed.
+    [VM][MB8877] Expect to work OS-9 L2 for FM77AV40 .
+    [VM][MB8877] Adjust track parameter at initialize and CMD::RESTORE .
+
+commit bead4f0ad9968d8e7f99544a4df3db04fb9ee547
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Wed Jan 17 05:32:36 2018 +0900
+
+    [DOC] .
+
+commit 6211c81823d0ed37425b9a296ee2684e2dab4e3a
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Wed Jan 17 05:12:28 2018 +0900
+
+    [DOC] .
+
 commit 2350969f27f089a9a3df39f8fb456cad4adeda2d
 Author: K.Ohta <whatisthis.sowhat@gmail.com>
 Date:   Wed Jan 17 05:09:43 2018 +0900
index 3804da1..67cb0db 100644 (file)
@@ -1,3 +1,3 @@
 <B><FONT SIZE=-1>Upstream 2017-12-27<BR>
-Qt Port and FM7 series 2018-01-17 DMA TEST1<BR>
+Qt Port and FM7 series 2018-01-18 MB8877 TEST1<BR>
 </FONT></B>
index e607f20..b05fad6 100644 (file)
@@ -9,7 +9,7 @@
 <h1>Common Source Code Project</h1>
 <DIV ALIGN=RIGHT><FONT SIZE=2>
 Upstream Version: 2017-12-27<BR>
-Qt Port and FM7 series 2018-01-17 DMA TEST1<BR>
+Qt Port and FM7 series 2018-01-18 MB8877 TEST1<BR>
 libCSPavio 2.6.12<BR>
 libCSPgui 2.10.6<BR>
 libCSPosd 2.9.13<BR>
@@ -17,7 +17,7 @@ libCSPemu_utils 2.6.3<BR>
 libCSPcommon_vm 1.1.24<BR>
 libCSPfmgen 1.1.2<BR>
 FFMPEG 3.4 + liblame 3.99 + libx264-152<BR>
-Build Version: 2350969f27f089a9a3df39f8fb456cad4adeda2d<BR>
+Build Version: 6be0565e6812d5d73d4c7b2b32a49a07ddbbd55c<BR>
 </FONT></DIV>
 <BR>
 <DIV ALIGN=RIGHT><FONT SIZE=3>