OSDN Git Service

[VM][CMAKE][MZ2800][MZ5500][PASOPIA][PASOPIA7] Fix FTBFSs.
[csp-qt/common_source_project-fm7.git] / ChangeLog
1 *** If you want to know full changes, please read 000_gitlog.txt and history.txt. ***
2
3 * SNAPSHOT Dec 22, 2015
4   * MERGE upstream 2015-12-17, support new APIs .
5   * Change APIs to upstream's OSD class , apply to Qt.
6   * Mostly built for Win32.
7   * FM-7/NEW7: Fix a lot of bugs.
8   * FM7 series: Variable virtual screen size, see src/vm/fm7/display.cpp .
9   * X1 series: Double buffering for TEXT/PCG.
10   * Built with commit 24709b7e0ffdd2714266c487465cc4b37208aace .
11     excepts PASOPIA7, PC-6601SR and PC-8001mk2SR are built with 
12     commit daddbc5ac974be890f545d0a0cd68730fdce154f.
13     and Z80 TV GAME have built with 
14     commit 956581bd7f969f36d5146018ea19297fa5cd9db0 .
15
16 -- Dec 22, 2015 18:22:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
17
18 * SNAPSHOT Dec 10, 2015
19   * MERGE upstream 2015-12-10 .
20   * Change APIs to upstream's OSD class , apply to Qt.
21   * Still not built for Win32.
22   * Built with 3fe6eddaeb7d6b2ba2c69a06e8cdc05acac690f2 ,
23     excepts eTK80BS for 79e5e48043a64b6b74257fe3a9fc20e80b0e2252.
24   
25 -- Dec 10, 2015 19:18:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
26
27 * SNAPSHOT Nov 20, 2015
28   * MERGE upstream 2015-11-18 .
29   * Remove original definition min() max() if supplied from toolchain. 
30   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
31   * Fixed typos.
32   * Built with commit 4b3f3a7e4c007c1f4da62b64ceed8821fa239575 and newer Documents.
33   
34 -- Nov 20, 2015 01:08:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
35
36 * SNAPSHOT Nov 17, 2015
37   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
38   * Qt: Working Auto key (paste from clipboard) feature.
39   * Qt/Emu: More thread-safety calling via UI <-> EMU.
40   * VM/MSX2: Fix wrong color built with Qt.
41   * Update credits, thanks to umaiboux San.
42   * Built with commit 64f901722d3382bc3feb6680a5ede240dcad2773 and newer Documents.
43     Excepts HC-20/40/80, with commit a249e76d9bd77e42e45ec066e6c063498c6600bd.
44   
45 -- Nov 18, 2015 02:01:48 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
46
47 * SNAPSHOT Nov 14. 2015
48   * Qt/GUI: Integrate menus to meta-class.
49   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
50   * Built with commit 910b3cce215964380fa3dbe38fbb673c52bf4d34 excepts with newer documents.
51   * A lot of fixes.
52   
53 -- Nov 14, 2015 20:12:24 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
54
55 * SNAPSHOT Nov 05. 2015
56   * Merged Upstream 2015-10-31 , thanks for Takeda-San.
57   * Qt: Change Draw method from QOpenGLFunctions_2_0 to QOpenGLFunctions, expect to work with OpenGL ES 2.0, without OpenGL.
58   * FM7: Fix problem of LSHIFT and RSHIFT.
59   * Qt: Add OpenGL rendereded scan line.
60   * OpenGL: Use GLSL to rendering.
61   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
62   
63   * Built with commit b166b5c2ca66457baf348b7fe55c55d63028e609 excepts with newer documents.
64   
65 -- Nov 05, 2015 22:35:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
66
67 * SNAPSHOT Oct 29, 2015
68   * Merged Upstream 2015-10-27.
69   * All of virtual machines are enabled to build.
70   * FM7/77/AV/40/EX : Mostly working.
71   * FM7 : Add state saving.
72   * FM7 series: More a lot of fixes, most of softwares are working well, please test and report to me.
73   
74   * Built with commit d3d19e4157290b1869ac6bf98e788e9a13fbe164 excepts with newer Documents.  
75
76 -- Oct 29, 2015 17:40:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
77
78 * SNAPSHOT Sep 26, 2015
79   * Merged Upstream 2015-09-03.
80   * Add FM77AV40/EX , Basic Master Jr and Jr-100.
81   * FM7 : Add DMA(HD6844) and others.
82   * FM77AV : Add hidden message within keyboard encoder.
83   * FM7 series: A lot of fixes, most of softwares are working well, please test and report to me.
84   * Built with commit 031b72db4243f0fd62c1c2556a4ceb9934da1121 .  
85
86 -- Sep 26, 2015 02:38:29 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
87
88 * SNAPSHOT Aug 11, 2015
89   * FM-7/77/AV series only SNAPSHOT build.
90   * FM7 : Faster VM: Maybe useful running with lower clock/less cores CPU.
91   * MC6809 : More accurate determining clocks.
92   * UI/Qt : Fix some OOPs. 
93   * Built with commit 5ac4478df3ebef9461c4748cd605c72da54aad2b .
94
95 -- Aug 11, 2015 13:34:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
96
97 * SNAPSHOT Aug 10, 2015
98   * Merged Upstream 2015-08-09.
99     To know details : history.txt .
100   * DISK/MB8877 : Fix not booting from write protected disk image.
101   * DISK/MB8877 : Search sector : Track in ID field  must be equal to track register.
102   * MB8877 : Improbe emulation accuracy (Thanks Takeda-San).
103   * Win32 : Fix crash when foo.ini exists and using in *real* 
104             Windows XP (Thanks Anna Wu).
105   * Qt : Fix segfault when exiting.
106   * Qt/SDL : Fix lockup with one CPU environment (maybe OK).
107   * Qt : Fix abnormal exit when exiting from window-manager.
108   
109   * Built with GIT mcommit 6b432ad5d5c8d32cf7da5237c233773d95b1ac7a .
110 -- Aug 10, 2015 15:04:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
111
112 * SNAPSHOT Aug 07, 2015
113   * Merged Upstream 2015-08-07.
114     To know details : history.txt .
115   * DISK : Remove "Hack:Fast transfer" item from menu items. 
116   * Built with GIT commit 6a36e02989161ade9242111da520eb28a4dddd66 .
117   * Win32/VS2015 : Now don't use "Whole-Program-Optimization".
118 -- Aug 08, 2015 03:39:15 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
119
120 * SNAPSHOT Aug 01, 2015
121   * Merged Upstream 2015-08-01.
122     To know details : history.txt .
123   * DISK : Remove "Hack:Fast transfer" item from menu items. 
124   * Built with GIT commit 197cc999d496b3071bef21f1a64f01ae6b9b1180 .
125   * Add YS6464a and Z80 TV Game.
126 -- Aug 02, 2015 21:00:03 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
127
128
129 * SNAPSHOT Jul 31, 2015
130   * Merged Upstream 2015-07-31.
131   * FM77AV : Fix not working with some softwares.
132   * DISK : Add "Hack:Fast transfer", useful for some 
133     softwares majoring speed of FDD, i.e."ぎゃんぶらぁ自己中心派" for FM7.
134   * FM7 : Add stereo sounds, volume per OPN/WHG/THG card.
135   * FM7 : Fix polling time of keyboard to 20ms, workaround of
136           some softwares i.e."Nobunaga no yabou Zenkokuban" for FM77AV.
137   * And many of VMs are added to Win32.
138   * Built with GIT commit  1a974b38e96bf93804f6fcaceafd9136e985bf01 .
139 -- Aug 01, 2015 04:13:13 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
140
141 * SNAPSHOT Jul 26,2015
142   * FM77AV: Fix dropping data from keyboard encoder using
143             REALTIME-Scanning mode.
144   * FM7: Fix break key issues.
145   * FM7: Fix not write VRAM when not cycle-steal &&  vram_access
146          flag is not ON.
147   * MZ1500 / Win32 : Fix weird by7teorder for font drawing.
148   * Built with GIT commit b06d4becba032444eed2ee1736b519856960a2fc . 
149   
150 -- K.Ohta <whatisthis.sowhat@gmail.com>
151
152 * SNAPSHOT Jul 25,2015
153
154   * First SNAPSHOT release for Common Source Code Project with Qt, FM-7.
155   * Based on upstream: 2015-06-28 .
156   * Built with GIT commit 69504d38060aae6551b589581e46056edc6d256e .
157 -- K.Ohta <whatisthis.sowhat@gmail.com>
158