OSDN Git Service

[DOC] Update credits.
[csp-qt/common_source_project-fm7.git] / source / ChangeLog
1 *** If you want to know full changes, please read 000_gitlog.txt and history.txt. ***
2
3 * SNAPSHOT June 09, 2016
4   * Upstream 2016-04-13 .
5   * Now, all of binaries are built with ffmpeg-2.8.7 at GNU/Linux,  with ffmpeg-3.0 at Windows.
6   * Please read README.ffmpeg.txt .
7   * Build with 2defdfbc5142b9f858031f37b9e99992dfbe8f4e (or later).
8
9 -- Jun 09, 2016 01:12:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
10
11 * SNAPSHOT June 08, 2016
12   * Upstream 2016-04-13 .
13   * Add movie saver, using libav with x264.
14   * Now, all of binaries are built with ffmpeg-3.0.
15   * Build with 2142d5c7426e21cfeedbaea0450f238f8b4d7d38 (or later).
16
17 -- Jun 08, 2016 07:34:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
18
19 * SNAPSHOT May 23-2, 2016
20   * Win32 binary only RELEASE
21   * Fix unable to run with some natibve Windows environment.
22   * Build with c1448dc84f5439c7c8931614a8397dbefb6383da .
23
24 -- May 24, 2016 22:42:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
25
26 * SNAPSHOT May 23, 2016
27   * Upstream 2016-04-13 .
28   * [Win32] Now built with -msse -msse2 . You can run only later than Pentium4 .
29   * Move FILEIO:: FIFO:: COMMON:: to libCSPemu_utils .
30   * Make OSD:: to inherited by OSD_BASE:: .
31   * [Win32] Disable LINKFLAGS with "-static-libgcc -static-libstdc++" to reduce size of executions, now, bundled libstc++ is for gcc-5 .
32   * [Win32/Build] Support build with MSYS2 (but not display because MSYS2's Qt was build without OpenGL).
33   * [Linux] Build shared libraries with Link-Time-Optimize, reduce size of libs.
34   * [X1/VM] Configurable buttons for X1/Turbo/Turbo Z.
35   * [FM7/FDC] Set MB8877_NO_BUSY_AFTER_SEEK. Fixed unable to boot OS0. Thanks to Anna_Wu.
36   * [FM77AV/MB61VH010] ALULINE: Reduce CPU usage (at delta X > delta Y).
37   * [UI/Qt/DRAW] Fix crash sometimes when exit emulator.
38   * Build with 1c1ddc85dfa7456b1ce48662c2e2930dcc4fc9d8 (or later).
39
40 -- May 23, 2016 02:22:07 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
41
42 * SNAPSHOT May 11, 2016
43   * Merge upstream 2016-04-13 .
44   * Move more files to libCSPgui , includes FILEIO, FIFO, COMMON, draw_thread , joy_thread and main().
45   * Now SONAME of libCSPgui to 1.1.x .
46   * [FM77AV/MB61VH010] Fix bugs within ALULINE now, Sylpheed and demonstration of FM77AV (not AV40) works fine.
47   * [FM7/KEYBOARD] Add auto stop key (using 8 or 5).
48   * [FM77AV/KEYBOARD] Add hidden buzzer and features for AMNORK.
49   * [FM8] Fix not booting from floppy, thanks to Anna_Wu.
50   * [FM7/FM8] Add "Connect 320KB FDD" 
51      You should check this at first when using FDDs.
52   * [FM77AV/DISPLAY] Move sequence copying vram to shadow-vram ; from HBLANK to HDISP .
53   * [FM77AV/MB61VH010] Reduce overhead.
54   * [FM7/DISPLAY] Reduce line transfer / rendering.
55   
56 -- May 11, 2016 12:18:17 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
57
58 * SNAPSHOT Apr 28,2016
59   * Merge upstream 2016-04-13 .
60   * [General] Fix save/load state.
61   * [General] Build with GCC6 for GNU/Linux .
62   * [General] Build with "-g -O3 -fvect-cost-model=dynamic -ftree-vectorize",
63     not with "-g -Og" .
64   * [FM77AV] Fix not repeating with scan key mode, fixed YS2. 
65   * [FM7/Display] VRAM: Fix positioning of wrote line .
66   * [FM77AV/Display] Fix "Sync to HSYNC", mostly has no filckerings.
67   * [FM7/Display] Fix rendering algorythm (to be better rendering quality).
68   * [FM77AV40/Display] Qt: Fix variable resolution ; wrong display (not VM) size with resetting.
69     i.e:) When resetting with 4096 colors mode, height of display was half size (to display, but within VM, right size). 
70   * [FM77AV/Keyboard] Fix lockup some situations.
71   * [Qt/Sound] Fix wrong balance and volume after re-starting.
72     i.e:) With 0db and panning to right, and re-starting, volume and balance hasn't kept.
73
74 -- Apr 28, 2016 01:53:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
75
76 * SNAPSHOT Apr 09, 2016
77   * Merge upstream 2016-04-01 .
78   * [General] Add upstream newbie VMs: YALKY, PC-2001 and SMC-70.
79   * [*nix] Separate UI component to shared lib named libCSPgui (and re-factor src/qt/gui and src/qt/common .
80   * [BUILD/GCC] Compile with -O3 for libCSPgui .
81   * [*nix] Add a installer script.
82   * Note: [VM][FM7][WIP] Fix still not working some software without re-construct VMs at FM-7/NEW7/77.
83   * Built with commit 3297e37e10c8b57a1bd0378b55ccd6eccd6d82b9.
84
85 -- Apr 09, 2016 00:16:14 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
86
87 * SNAPSHOT Mar 25, 2016
88   * Merge upstream 2016-03-17 .
89   * [FM7] Fix some weird works (i.e: not booting DEATH-Force) without construct VM twice, now construct VM a time.
90   * [UI/PCENGINE] Add support CD-ROM^2 (but not tested yet, I don't have any image).
91   * [VM/MB8877] Probe some status via read_signal().
92   * [BUILD/GCC] Use -Og instead of -O3.
93   * [UI/MZ3500/HC80/QC10] Fix not set dip-switches.
94   * [UI/JOYSTICK] Support Label of buttons.
95   * [UI] Add supporting printers with more VMs.
96   * [UI/MZ80] Enable select PCG-800/1200.
97   * [UI/MZ700] Enable select PCG-700.
98   * [VM/FMGEN] PSG: Fix volumes are not independed via another PSG/SSG devices. Thanks to umaiboux.
99                See: http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/576
100   * [VM/FM-8] Add support Bubble Casette, this is not complete implement , but seems to work.
101   * Built with commit 34fb5d731eccd3601a7587657ccb1eb22404045b.
102
103 -- Mar 25, 2016 13:26:17 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
104
105 * SNAPSHOT Mar 11, 2016
106   * "Pray for all people injured by Great East Japan Earthquake"
107   * Merge upstream 2016-03-05. Fix some FTBFSs with SCSI and FMR30/50.
108   * [Menu/Qt] Fix some unification spells at menu, thanks to Anna_Wu.
109   * [UI/Qt] Add icons a lot, from mate-icon-theme source package @
110     mate-desktop.org.
111   * [UI/Qt] Working "Paste from clipboard" with CR/LF.
112     Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528 .
113   * [Win32] Fix character encoding at logging. Thanks to
114     Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528,530 .
115   * [Qt/Sound] Update sound volume setting dialog.
116   * [Qt/BMJr] Fix not input some keys with Qt.
117   * [FM7] Detect 太陽の神殿 for FM-7 series to correct transfer
118     timing automatically.
119   * [VM/FM7] Fix some software has not booted, need to (destruct and)
120     re-construct VM class before loading. See constructor of emu.cpp .
121   * Fix bugs a bit.
122   * Built with commit cc9a6b95d3ee6765a3b9d8befe9243a1522032ac or later.
123  
124 -- Mar 11, 2016 04:56:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
125
126 * SNAPSHOT Mar 04, 2016
127   * Merge upstream 2016-03-01. Applying new APIs.
128   * [FM8] Fix wrong sequence of selecting BOOT ROMS when reading/writing $FD0F,
129     Thanks for Anna_Wu .
130   * [UI/Qt] Re-Working "Paste from clipboard", apply to new APIs.
131   * [UI/Qt] Fix character encoding of config file 
132             when not using UTF-8 as local encoding.
133   * [General] Enable to build with LLVM Clang at least 3.7. Another
134               versions are not tested yet.
135   * More usable dialog for setting sound volumes.
136   * Fix debugger a bit.
137   * Built with commit 2fc557e88d2715f5fda328ecf38af4b81714b81e or later.
138  
139 -- Mar 04, 2016 22:56:53 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
140
141 * SNAPSHOT Feb 26, 2016 HOTFIX 1
142   * [FM7/77/8] Fix reset sequence of PSG/OPN/WHG/THG.
143     This fixes lower tone of PSG with FM-7/77.
144   * Built with commit 2e87abcb02cee28532215484517d999b561817a3 + .
145
146 -- Feb 27, 2016 01:37:13 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
147
148 * SNAPSHOT Feb 26, 2016
149   * Merge upstream 2016-02-26.
150   * Windows: Fix wrond key conversion from SCAN to VK.
151   * Enable to build within native Windows host with MinGW.
152   * Debugger: Fix weird command interpreting.
153   * FM7: Fix wrong key assigning.
154   * FM7/6809: Fix wrond debugger APIs.
155   * Help Menu: Add FAQs and about settings of BIOS and Key assigns.
156   * Add documentation how to build.
157   * Built with commit 82115ccfbcd6c8493933e518779c1d7f70940c9f or later .
158
159 -- Feb 27, 2016 00:13:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
160         
161 * SNAPSHOT Feb 25, 2016
162   * Merge UPSTREAM 2016-02-21.
163   * Support NEW APIs.
164   * Qt: Add dialogs: Key definition and Joystick Definition.
165   * FM7: Add support printers; Dumb printer and Dempa Shimbun-sha's Joystick.
166   * FM7: A lot of changes.
167   * Qt: A lot of changes.
168   * Built with commit f59a7c8a03b357a16d4b33e5a5e5fef2591cdfc2 or later .
169
170 -- Feb 25, 2016 06:53:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
171
172 * SNAPSHOT Jan 24, 2016
173   * Qt/OpenGL: Draw even not ready to GL3.0, fallback to GL2.0 (with/without shaders).
174   * Qt/OpenGL: Display screen even with VirtualBox and Host of linux , excepts Ubuntu 14.04 LTS.
175                GL libraries for Ubuntu 14.04 LTS seem to be weird (excepts AMD/nVidia's proprietary GLs).
176   * FM7: Fix around clock setting.
177   * FM7: Fix crash sometimes on initializing.
178   * Sound: Fix crash with some VMs.
179   * Sound: Fix choppy sound.
180   * Sound: Fix not effected sound-latency settings.
181   * Built with commit f6248ec7dfa76e776eddcb0e685fbf6b7ff58b65 .
182
183 -- Jan 24, 2016 13:44:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
184         
185 * SNAPSHOT Jan 19, 2016-1
186   * Merge upstream 2016-01-10.
187   * Qt/OpenGL: Reduce GPU usage a lot. Save energy.
188   * Qt/OpenGL: You should use OpenGL >= v3.0 .
189   * Use printer: MZ1P17 to any VMs.
190   * FM8 : implemented. But not test enough.
191   * FM7: Fix incorrectness reset sequence around of keyboard when resetting.
192   * FM7: Adjust draw timing.
193   * FM-8/7/NEW7 : Removable kanji rom.
194   * FM7: Some of Fixes.
195   * Qt/OpenGL: Re-enable 4:3 CRT mode.
196   * Built with commit eced83faa808f2fde47a24365ebe4a6656aa40fb .
197
198 -- Jan 19, 2016 14:50:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
199
200 * SNAPSHOT Jan 07, 2016-3
201   * Hotfix for 2016-01-07 and 2016-01-07-2.
202   * SOUND: Fix broken WAV data of recording sound.
203   * Built with commit 8708a53b6627eba226d1bce0ba89bf792d884c98 .
204
205 -- Jan 08, 2016 12:19:19 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
206         
207 * SNAPSHOT Jan 07, 2016 -2
208   * Fix crash of a lot of VMs.
209   * Built with commit e0b53fc1bd4af3a232ccc878671bab2caf7743f8 .
210
211 -- Jan 07, 2016 23:08:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
212
213 * SNAPSHOT Dec 22, 2015
214   * MERGE upstream 2015-12-17, support new APIs .
215   * Change APIs to upstream's OSD class , apply to Qt.
216   * Mostly built for Win32.
217   * FM-7/NEW7: Fix a lot of bugs.
218   * FM7 series: Variable virtual screen size, see src/vm/fm7/display.cpp .
219   * X1 series: Double buffering for TEXT/PCG.
220   * Built with commit 24709b7e0ffdd2714266c487465cc4b37208aace .
221     excepts PASOPIA7, PC-6601SR and PC-8001mk2SR are built with 
222     commit daddbc5ac974be890f545d0a0cd68730fdce154f.
223     and Z80 TV GAME have built with 
224     commit 956581bd7f969f36d5146018ea19297fa5cd9db0 .
225
226 -- Dec 22, 2015 18:22:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
227
228 * SNAPSHOT Dec 10, 2015
229   * MERGE upstream 2015-12-10 .
230   * Change APIs to upstream's OSD class , apply to Qt.
231   * Still not built for Win32.
232   * Built with 3fe6eddaeb7d6b2ba2c69a06e8cdc05acac690f2 ,
233     excepts eTK80BS for 79e5e48043a64b6b74257fe3a9fc20e80b0e2252.
234   
235 -- Dec 10, 2015 19:18:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
236
237 * SNAPSHOT Nov 20, 2015
238   * MERGE upstream 2015-11-18 .
239   * Remove original definition min() max() if supplied from toolchain. 
240   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
241   * Fixed typos.
242   * Built with commit 4b3f3a7e4c007c1f4da62b64ceed8821fa239575 and newer Documents.
243   
244 -- Nov 20, 2015 01:08:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
245
246 * SNAPSHOT Nov 17, 2015
247   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
248   * Qt: Working Auto key (paste from clipboard) feature.
249   * Qt/Emu: More thread-safety calling via UI <-> EMU.
250   * VM/MSX2: Fix wrong color built with Qt.
251   * Update credits, thanks to umaiboux San.
252   * Built with commit 64f901722d3382bc3feb6680a5ede240dcad2773 and newer Documents.
253     Excepts HC-20/40/80, with commit a249e76d9bd77e42e45ec066e6c063498c6600bd.
254   
255 -- Nov 18, 2015 02:01:48 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
256
257 * SNAPSHOT Nov 14. 2015
258   * Qt/GUI: Integrate menus to meta-class.
259   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
260   * Built with commit 910b3cce215964380fa3dbe38fbb673c52bf4d34 excepts with newer documents.
261   * A lot of fixes.
262   
263 -- Nov 14, 2015 20:12:24 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
264
265 * SNAPSHOT Nov 05. 2015
266   * Merged Upstream 2015-10-31 , thanks for Takeda-San.
267   * Qt: Change Draw method from QOpenGLFunctions_2_0 to QOpenGLFunctions, expect to work with OpenGL ES 2.0, without OpenGL.
268   * FM7: Fix problem of LSHIFT and RSHIFT.
269   * Qt: Add OpenGL rendereded scan line.
270   * OpenGL: Use GLSL to rendering.
271   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
272   
273   * Built with commit b166b5c2ca66457baf348b7fe55c55d63028e609 excepts with newer documents.
274   
275 -- Nov 05, 2015 22:35:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
276
277 * SNAPSHOT Oct 29, 2015
278   * Merged Upstream 2015-10-27.
279   * All of virtual machines are enabled to build.
280   * FM7/77/AV/40/EX : Mostly working.
281   * FM7 : Add state saving.
282   * FM7 series: More a lot of fixes, most of softwares are working well, please test and report to me.
283   
284   * Built with commit d3d19e4157290b1869ac6bf98e788e9a13fbe164 excepts with newer Documents.  
285
286 -- Oct 29, 2015 17:40:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
287
288 * SNAPSHOT Sep 26, 2015
289   * Merged Upstream 2015-09-03.
290   * Add FM77AV40/EX , Basic Master Jr and Jr-100.
291   * FM7 : Add DMA(HD6844) and others.
292   * FM77AV : Add hidden message within keyboard encoder.
293   * FM7 series: A lot of fixes, most of softwares are working well, please test and report to me.
294   * Built with commit 031b72db4243f0fd62c1c2556a4ceb9934da1121 .  
295
296 -- Sep 26, 2015 02:38:29 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
297
298 * SNAPSHOT Aug 11, 2015
299   * FM-7/77/AV series only SNAPSHOT build.
300   * FM7 : Faster VM: Maybe useful running with lower clock/less cores CPU.
301   * MC6809 : More accurate determining clocks.
302   * UI/Qt : Fix some OOPs. 
303   * Built with commit 5ac4478df3ebef9461c4748cd605c72da54aad2b .
304
305 -- Aug 11, 2015 13:34:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
306
307 * SNAPSHOT Aug 10, 2015
308   * Merged Upstream 2015-08-09.
309     To know details : history.txt .
310   * DISK/MB8877 : Fix not booting from write protected disk image.
311   * DISK/MB8877 : Search sector : Track in ID field  must be equal to track register.
312   * MB8877 : Improbe emulation accuracy (Thanks Takeda-San).
313   * Win32 : Fix crash when foo.ini exists and using in *real* 
314             Windows XP (Thanks Anna Wu).
315   * Qt : Fix segfault when exiting.
316   * Qt/SDL : Fix lockup with one CPU environment (maybe OK).
317   * Qt : Fix abnormal exit when exiting from window-manager.
318   
319   * Built with GIT mcommit 6b432ad5d5c8d32cf7da5237c233773d95b1ac7a .
320 -- Aug 10, 2015 15:04:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
321
322 * SNAPSHOT Aug 07, 2015
323   * Merged Upstream 2015-08-07.
324     To know details : history.txt .
325   * DISK : Remove "Hack:Fast transfer" item from menu items. 
326   * Built with GIT commit 6a36e02989161ade9242111da520eb28a4dddd66 .
327   * Win32/VS2015 : Now don't use "Whole-Program-Optimization".
328 -- Aug 08, 2015 03:39:15 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
329
330 * SNAPSHOT Aug 01, 2015
331   * Merged Upstream 2015-08-01.
332     To know details : history.txt .
333   * DISK : Remove "Hack:Fast transfer" item from menu items. 
334   * Built with GIT commit 197cc999d496b3071bef21f1a64f01ae6b9b1180 .
335   * Add YS6464a and Z80 TV Game.
336 -- Aug 02, 2015 21:00:03 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
337
338
339 * SNAPSHOT Jul 31, 2015
340   * Merged Upstream 2015-07-31.
341   * FM77AV : Fix not working with some softwares.
342   * DISK : Add "Hack:Fast transfer", useful for some 
343     softwares majoring speed of FDD, i.e."ぎゃんぶらぁ自己中心派" for FM7.
344   * FM7 : Add stereo sounds, volume per OPN/WHG/THG card.
345   * FM7 : Fix polling time of keyboard to 20ms, workaround of
346           some softwares i.e."Nobunaga no yabou Zenkokuban" for FM77AV.
347   * And many of VMs are added to Win32.
348   * Built with GIT commit  1a974b38e96bf93804f6fcaceafd9136e985bf01 .
349 -- Aug 01, 2015 04:13:13 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
350
351 * SNAPSHOT Jul 26,2015
352   * FM77AV: Fix dropping data from keyboard encoder using
353             REALTIME-Scanning mode.
354   * FM7: Fix break key issues.
355   * FM7: Fix not write VRAM when not cycle-steal &&  vram_access
356          flag is not ON.
357   * MZ1500 / Win32 : Fix weird by7teorder for font drawing.
358   * Built with GIT commit b06d4becba032444eed2ee1736b519856960a2fc . 
359   
360 -- K.Ohta <whatisthis.sowhat@gmail.com>
361
362 * SNAPSHOT Jul 25,2015
363
364   * First SNAPSHOT release for Common Source Code Project with Qt, FM-7.
365   * Based on upstream: 2015-06-28 .
366   * Built with GIT commit 69504d38060aae6551b589581e46056edc6d256e .
367 -- K.Ohta <whatisthis.sowhat@gmail.com>
368