OSDN Git Service

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