OSDN Git Service

[DOC] Update for HOTFIX1.
[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 HOTFIX1 May 18, 2017
4   * MSX FIX only release.
5   * [VM/MSX] I missed changes; using v9938.cpp instead of v99x8.cpp .
6   * [BUILD] Add comments to buildvars*.dat.tmpl .
7   * Build with 5328467b46323eaa67c5f3af2657aff1481d954c (or later).
8
9 -- May 18, 2017 18:42:12 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
10
11 * SNAPSHOT May 18, 2017
12   * Upstream 2017-05-15
13   * [General] Rename "emumsx2plus" -> "emumsx2p".
14   * [UI/Qt] Fix unconnected event.
15   * [UI/Qt] I forgot to add a "*.gz" extension to opening of Cartridges, CDs and Binaries.
16   * [OSD/Qt] Add *_features_* functions. It needs for *NEW* device emulation.Pls. port to win32/ .
17   * [EMU][Qt][MOUSE] Fix not effect with button-up.
18   * [VM] LibCSPcommon_vm : Without #ifdef.
19   * [VM] LibCSPcommon_vm : Add some devices.See src/vm/common_vm/CmakeLists.txt .
20   * [VM] Fix FTBFSs with LLVM (4.0).
21   * [VM/MC6809] Build shared library without libnewdev/. Use vm/mc6809.cpp and vm/mc6809_debugup.cpp . See, fm7.cpp.
22   * [VM/FM7] Faster address transferring.
23   * [VM/DEVICE] You should add "DECVICE::initialize()" to top of initialize().
24   * [VM/DEVICE] Move some devices to shared lib.
25   * [VM/DEVICE] Split MSM5832:: from MSM58321:: .
26   * [VM/M6502] Split M6502 to N2A03 and M6502.
27   * [VM/MB61VH010] Expect to be faster rendering.
28   * [VM/MB61VH010][FM77AV] Re-order addrsss of read_data8() and write_data8(). You must re-build some VMs (FM77AV series etc.)
29   * [CONFIG] Fix over loop.
30   * Build with 8067b89f01c21ee29c1b4bb4af8e7c112f88577c or later.
31
32 -- May 17, 2017 22:52:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
33
34 * SNAPSHOT April 09, 2017
35   * Upstream 2017-04-02
36   * [General] Add National JR-800.
37   * [UI/Qt] Move drive status from status-bar to right dock.
38   * [FILEIO] Fix FTBFS with ZLIB 1.2.8 or earlier.
39   * [VM/General] EMU/COMMON : Fix bugs around handling filename and directories.
40   * [VM/General] common.cpp : Use buffer sized functions for some string functions.
41   * [VM/FM77AV] DISPLAY: HSYNC:Don't register event(s) per HDISP.
42   * [VM/FM7] DISPLAY: Reduce address calculation.
43   * [VM/FM7] DISPLAY: Fix auto skip feature.
44   * [VM/FM7] Use function table(s) to access memories within display sub-system and main-system.
45   * [VM/FM77AV40EX] Fix wrong display timing.
46   * [Build/CMake] Add supporting for ZLIB.
47   * [BUILD/LINUX] Fix linking order.
48   * [General/BUILD] Linux: Use -D_UNICODE to build.
49
50 -- Apr 09, 2017 23:04:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
51   
52 * SNAPSHOT March 07, 2017
53   * Upstream 2017-03-04
54   * [VM] Some devices have prepared to move to libCSPcommon_vm .
55   * [VM/FMGEN] Move FMGEN to libCSPfmgen .
56   * [WIN32] Ready to build with DLLs contain GUI and AVIO and some features.
57   * [BUILD] Selectable building.
58   * [BUILD] Add logging build-status.
59   * [Qt] Fix break device files when exiting emulator with some situations.
60   * [Win32/OpenGL/WIP] TRY: Fixing crash with OpenGL3.0 at Corei5-2420M (and Windows7) PC. See Issues.txt or Issues.ja.txt.
61   * [DOC] Update Issues.See http://hanabi.2ch.net/test/read.cgi/i4004/1483504365/30 .
62   * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread.
63   * [Qt/OSD] Remove do_call_debugger_command().
64   * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San.
65   * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s).
66   * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES".
67   * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer.
68
69 -- Mar 07, 2017 15:55:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
70
71 * SNAPSHOT January 30, 2017
72   * Upstream 2016-12-31
73   * [VM/SOUND] Fix problems voice with PCM (at least MSX and FM-7(Reviver)).
74                See http://hanabi.2ch.net/test/read.cgi/i4004/1483504365/37 .
75 . * [VM/MB8877] Fix accessing 2D disk from 2DD mode drive (not 2D mode).
76                 Fixed booting issue of REVIVER for FM-7/77/AV with FM77AV40/EX/SX.
77   * [Draw/Qt] Fix wrong aspect when using variable screen size.i.e.)emufm7/emufm77av40ex.
78   * [UI/OpenGL] Add selection of draw infrastracture; OpenGLv3(MAIN) and OpenGLv2 (and OpenGLv3.2(Core): Still not implemented).
79   * [Qt/OpenGL] Fix backgrounds not display at one-board-computer drawing with OpenGLv2.
80   * [Qt/LOG] Enable syslog *truely*.
81   * Built with cef2d4601438fd1fa680485ddba3434690e58451 or newer.
82
83 -- Jan 30, 2017 05:04:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
84
85 * SNAPSHOT January 24, 2017
86   * Upstream 2016-12-31
87   * [UI/Qt] Add tooltips to menu entries mostly.
88   * [UI/Qt] Add Japanese translations to menu entries mostly.
89   * [SOUND] Add "Strict Rendering" entry to sound menu, for PCM1BIT device.
90   * [VM/FM7] Fix crash without connecting FDDs.
91   * [VM/UPD7752] Fix (´∀`)<ぬるぽ sometimes.
92   * [DRAW/FM7] Fix wrong screen aspect on VMs without variable lines.
93   * [Build/Linux] Fix scripts.
94   * [Build/Linux] Fix crash built with gcc-5 (or earlier). Fixed for Ubuntu16.04LTS.
95   * [Build/Linux] Separate builds both Debian/sid and Ubuntu/16.04LTS (expects to work with Debian/stable).
96   * Built with 6e93d6920626193bf37fa6dfc2f41a8e84d8fd78 or newer.
97
98 -- Jan 24, 2017 01:06:26 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
99
100 * SNAPSHOT January 06, 2017
101   * Upstream 2016-12-31
102   * Add Coleco Colecovision and SHARP SM-B-80TE (from upstreeam).
103   * [FM7] Reduce graphic buffer for non-400 lines machines.
104   * [WIN32/Qt] Cross-Build Qt libs: disable EGLFS (not EGL).
105   * [Qt] One board computers: Read correctly background PNG even using indexed colors.
106   * [Qt/GL] One board computers: Correctness drawing with GL3.0.
107   * Built with 9bfdcc78ff194a934a2d57ce6d4f1cbec9f26a58 or newer.
108
109 -- Jan 06, 2017 19:56:37 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
110
111 * SNAPSHOT November 21, 2016
112   * Upstream 2016-04-13
113   * [Linux] Build with Qt 5.5.1 . Abondon Qt 5.3 (If you need, build with your Qt or use binary of qt.io build version.)
114   * [OpenGL] Add Television like rendering to some machines. Needs OpenGL3.0 or upper.
115   * [OpenGL] Isolate both GL3.0 and GL2.0.
116   * [OpenGL] Improve internal of GLDraw and GLDraw_foo class.
117   * Built with 73358d8563543f1a0d860794a2f5c83cecb0d533 or newer.
118
119 -- Nov 21, 2016 16:29:24 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
120
121 * SNAPSHOT October 27, 2016
122   * Upstream 2016-04-13
123   * [GENERAL] Add ROMAJI-KANA input assistant feature. see romakana.[en|ja].txt .
124   * [VM/SOUND] Fix wrong rendering period for PCM1BIT with some VMs.  Maybe fixed issue of http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/775 .
125   * [VM/EVENT] Re-entrant set_realtime_render().
126   * Built with FFMPEG(libav) 3.1.5 .
127   * Built with 006cc1d851483ea84fc5a3f4fa58cbf03302c49b or later.
128
129 -- Oct 27, 2016 17:01:21 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
130
131 * SNAPSHOT October 18, 2016
132   * Upstream 2016-04-13
133   * [VM/EVENT] Sound devices: Do mix_sound() dynamically, not do per a sample:
134   *            To reduce usage of host CPU. See event.[cpp|h] and device.h .
135   * [VM/FM7] Non-FM77AV*: Fix not clear active_page, fixed crash randomly.
136   * Built with 004920711399d430ead55e59c948e7fb7a04a402 or later.
137
138 -- Oct 18, 2016 11:22:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
139
140 * SNAPSHOT October 10, 2016
141   * Upstream 2016-04-13
142   * [VM] Add pseudo sounds (i.e. FDD seek), need sound files (even not WAV file at Qt porting), see doc/VMs/foo.txt . 
143   * [VM][DATAREC][FDCs] Update STATE_VERSION of some devices.
144   * [VM/FM7] VRAM: Make gcc using SIMD (when optimize options have set) to be faster rendering.
145   * [VM/X1,FM7] load_state(): Keep backward compatibility to SNAPSHOT 20160923.
146   * [VM/EVENT] Extend permitted sound events to 32 to use sound files (reserved feature).
147   * [VM/EVENT] Update MAX_SOUND from 8 to 16.
148   * [Qt/GUI] Win32: Fix crash launching with gdb/Mingw32 or gdb/Cygwin. See http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/750 .
149   * [Build/Linux] Fix wrong flags with LTO.
150   * [Build] Non-Win32 : Ready to build with llvm clang (later than 3.7?).
151   * [Build/GENERAL] Separate compiler depended params to source/build-cmake/param/ .
152   * Build with commit d100ae8323d6657fe37ac44a69abc8da470b77ad (or later).
153
154 -- Oct 10, 2016 05:22:18 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
155
156 * SNAPSHOT September 23, 2016
157   * Upstream 2016-04-13
158   * [DOC] Translated some documents written in Japanese only to English using Google-Translate, still not enaugh to be corrected.
159   * [Qt/WIN32] Fix crash on startup (maybe true) caused by (´∀`)<ぬるぽ ヽ(・∀・)ノ┌┛ガッΣ(ノ`Д´)ノ
160   * [VM] Add original name and role to all device and VM components.
161   * [VM/FM7] JOYSTICK: Fix not redirect triggers.
162   * [VM/FM7][MB8877/DISK] Workaround for RIGLAS/FM-7. Perhaps, below have side-effect, add special-disk to RIGLAS FM.
163   ** Don't "NOT READY" even stopping motor.
164   ** Transfer even stopping motor.
165   * [EVENT] Remove logging on cancel event.
166   * [Qt/Debugger] Not hang-up when Opening debugger and exit emu{foo}. This is temporally workaround.
167   * [Qt/Debugger] Don't close with close button, this is temporally workaround.
168   * [UI/Qt] Fix selecting printers.
169   * [VM/PC9801] Add prepairation of using ITF ROM, this is still only preparation.
170   * Built with GIT 8cdb1dbebf95d7371e514886c23edc6c9401848a (or later).
171
172 -- Sep 23, 2016 19:48:12 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
173
174 * SNAPSHOT September 09, 2016
175   * Upstream 2016-04-13
176   * [LOGGER] Add extend logger.
177   * [LOGGER/Qt] Rename agar_logger.[cpp|h] to csp_logger.[cpp|h] .
178   * [VM] Ready to enable log per device.
179   * [VM] Update emu->out_debug_log to [DEVICE]->out_debug_log .
180   * [UI/Qt] Add log viewer window.
181   * [Qt/EMUTHREAD] Move commonly blocks to gui/ .
182   * [Qt/KEY] Use queue for keyin/out.
183   * [VM/OSD] Add socket (networking) featuers, but still not test (;´Д`)
184   * [VM/FM77AV] MB61VH010 : Faster drawing lines.
185   * [VM/FM7] MAINIO: Comment out logging around FIRQ, temporally.
186   * [OSD/KEYBOARD] Fix handling around SHIFT for some machines(i.e. PC8801).
187   * [MOVIE_SAVER] Use SIMD to transfer a picture OSD(VM)->MOVIE_SAVER .
188   * [DOC] Update updtream's URL, moved to takeda-toshiya.my.coocan.jp .
189   * Built with GIT 1884b5247665d71c06fc6590b17434c5f3350ad5 (or later).
190
191 -- Sep 09, 2016 01:02:51 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
192
193 * SNAPSHOT August 19, 2016
194   * Upstream 2016-04-13
195   * [WIN32] Replace libICU to homebrew, fix not starting.
196   * [OSD/MOVIE_SAVER] Fix frames to enqueue to MOVIUE_SAVER, as if VIDEO FPS >= RECORD FPS.
197   * [MOVIE_LOADER] Sync A/V on playing MOVIE.
198   * Built with GIT 77380a77b25ca06965b912c84509e5c91085aeb1 (or later) .
199
200 -- Aug 19, 2016 23:12:36 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
201
202 * SNAPSHOT August 15, 2016
203   * Upstream 2016-04-13
204   * [OSD][MOVIE_SAVER] Maybe correctness frame(s) counting with 60fps ヽ(=´▽=)ノ
205   * [MOVIE_SAVER] Fix sometimes crashing when stop to save movie.
206   * [PX7/MOVIE_LOADER] Sound Laser Disc, but not be smooth.
207   * [MOVIE_SAVER][PC8801][PC9801] Adjust sound frequency when OVERRIDE_48000Hz , still choppy.
208   * Built with GIT 3f4c809912dc92cdeb34d8ecdebe0087aa7f37b3 (or later) .
209  
210 -- Aug 16, 2016 02:40:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
211
212 * SNAPSHOT August 09, 2016
213   * Upstream 2016-04-13
214   * [PX7] Add movie loader for LD, but not tested enough yet.
215   * [MOVIE_SAVER/OpenGL] Add locking around drawing buffer.
216   * [BUILD] Update FFMPEG to 3.1.1 .
217   * [FFMPEG/LINUX] Enable OpenCL for ffmpeg @linux.You need libOpenCL.so.1 to use homebrew build.
218   * [FFMPEG/WIN32] Enable DXVA2 for video-decoding accelerator.
219   * [MOVIE_SAVER] Synchronous OPEN->ENCODEING->CLOSING.
220   * [UI/MOVIE_SAVER] DO NOT change state of "Save as movie" without *real* starting/stopping.
221   * [Draw/OpenGL] Optimize GLSL's by https://github.com/aras-p/glsl-optimizer .
222   * Built with GIT fc7a03a9337287414e00777464ab273c4f44ea44 (or later) .
223  
224 -- Aug 10, 2016 01:42:51 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
225
226 * SNAPSHOT July 25, 2016
227   * Upstream 2016-04-13
228   * Bugfix only.
229   * [Win32] Build with Qt5.7.0 and GCC-6.1 (cross).
230   * [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
231   * [MOVIE_SAVER/Qt] Fix duplicate opening before closing. Maybe fixed (5) of http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/708 .
232   * Build with 8265a0a859ac69ef7c17548851902eab2de6f7f4 (or later).
233   
234 -- Jul 25, 2016 21:59:41 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
235
236 * SNAPSHOT June 29, 2016
237   * Upstream 2016-04-13
238   * Build with FFMPEG 3.0.2 supported libmp3lame.
239   * [MOVIE_SAVER/Win32] Fix wrong value of left frames for audio when stopping to record.
240   * [OSD/Qt] Fix wrong FPS with not drawing.
241   * Build with 3752c12b4b08f9910f3e3b6ad6f7dfbd76342cbb (or later).
242   
243 -- Jun 29, 2016 13:05:15 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
244
245 * SNAPSHOT June 21, 2016
246   * Upstream 2016-04-13
247   * Build with FFMPEG 3.0.2 supported libmp3lame.
248   * [Linux] Build with qt.io's official Qt 5.3.1 expect to work with 
249     Ubuntu 16.04 LTS and Debian 8 "Jessie".
250   * [MOVIE_SAVER] (Maybe mostly?) Fix asynchronous both video and audio.
251   * [MOVIE_SAVER] Add libmp3lame and vorbis (disable from UI) for audio codec.
252   * [Qt] Not linking config and using_flags directly from libCSPgui , libCSPavio and libCSPosd .
253   * [MOVIE_SAVER][EMU] Fix stop/restart recording movie when changing/ejecting CARTRIDGEs.
254                        Now, don't stop when changing/eject cartridge.
255     See, http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/699 .
256   * [MOVIE_SAVER] Re-enable (and selectable) H.264 for video codec.
257   * Build with 85c331b7635ca713e819218b86d65a877b7478f3 (or later).
258   
259 -- Jun 21, 2016 01:07:44 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
260
261 * SNAPSHOT June 18, 2016
262   * Upstream 2016-04-13 .
263   * Build with FFMPEG 3.0.2 .
264   * [MOVIE_SAVER] More safer open/close.
265   * [MOVIE_SAVER] Fix deadlock when closing movie.
266   * [MOVIE_SAVER] Selectable both MPEG4v1 and H.264(libx264) for video codec.
267   * [MOVIE_SAVER][Qt] Temporally set video-codec to MPEG4 (not AVC).
268     This is issue of discard frames with libx264 by ffmpeg's libavcodec/libavformat.
269     This seems to be ffmpeg's issue, not my program.
270   * Build with 629f7d70816c04b38c3ab8cc277147a6bd2c2d2a (or later).
271   
272 -- Jun 18, 2016 03:32:06 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
273
274 * SNAPSHOT June 11, 2016
275   * Upstream 2016-04-13 .
276   * Use osdn.jp to distibute binaries.
277     https://osdn.jp/projects/csp-qt .
278   * [MOVIE_SAVER] Use ffmpeg internal aac codec, because faac or fdk_aac are not *Free* .
279   * [VM/MOVIE_SAVER] Fix stopping when changing cartridge, now refer to upstream (split movies).
280   * [Qt/Win32] Fix not work with WindowsXP, using homebrew version of ffmpeg-2.8.7.
281   * Build with 89d31ce8daa733ea4a0c38f0a1890d3a0fcfce38 (or later).
282   
283 -- Jun 11, 2016 05:09:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
284
285 * SNAPSHOT June 09, 2016
286   * Upstream 2016-04-13 .
287   * Now, all of binaries are built with ffmpeg-2.8.7 at GNU/Linux,  with ffmpeg-3.0 at Windows.
288   * Please read README.ffmpeg.txt .
289   * [FM7/Disk] Add exceptions for Xanadu Scenario 2, this has not booted with changes 49dceaca9401d3c6037cb51ec013ca032ff0e83c .
290   * Build with 64df71cd492be91289f883224640f42cace090ed (or later).
291
292 -- Jun 09, 2016 05:50:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
293
294 * SNAPSHOT June 08, 2016
295   * Upstream 2016-04-13 .
296   * Add movie saver, using libav with x264.
297   * Now, all of binaries are built with ffmpeg-3.0.
298   * Build with 2142d5c7426e21cfeedbaea0450f238f8b4d7d38 (or later).
299
300 -- Jun 08, 2016 07:34:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
301
302 * SNAPSHOT May 23-2, 2016
303   * Win32 binary only RELEASE
304   * Fix unable to run with some natibve Windows environment.
305   * Build with c1448dc84f5439c7c8931614a8397dbefb6383da .
306
307 -- May 24, 2016 22:42:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
308
309 * SNAPSHOT May 23, 2016
310   * Upstream 2016-04-13 .
311   * [Win32] Now built with -msse -msse2 . You can run only later than Pentium4 .
312   * Move FILEIO:: FIFO:: COMMON:: to libCSPemu_utils .
313   * Make OSD:: to inherited by OSD_BASE:: .
314   * [Win32] Disable LINKFLAGS with "-static-libgcc -static-libstdc++" to reduce size of executions, now, bundled libstc++ is for gcc-5 .
315   * [Win32/Build] Support build with MSYS2 (but not display because MSYS2's Qt was build without OpenGL).
316   * [Linux] Build shared libraries with Link-Time-Optimize, reduce size of libs.
317   * [X1/VM] Configurable buttons for X1/Turbo/Turbo Z.
318   * [FM7/FDC] Set MB8877_NO_BUSY_AFTER_SEEK. Fixed unable to boot OS0. Thanks to Anna_Wu.
319   * [FM77AV/MB61VH010] ALULINE: Reduce CPU usage (at delta X > delta Y).
320   * [UI/Qt/DRAW] Fix crash sometimes when exit emulator.
321   * Build with 1c1ddc85dfa7456b1ce48662c2e2930dcc4fc9d8 (or later).
322
323 -- May 23, 2016 02:22:07 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
324
325 * SNAPSHOT May 11, 2016
326   * Merge upstream 2016-04-13 .
327   * Move more files to libCSPgui , includes FILEIO, FIFO, COMMON, draw_thread , joy_thread and main().
328   * Now SONAME of libCSPgui to 1.1.x .
329   * [FM77AV/MB61VH010] Fix bugs within ALULINE now, Sylpheed and demonstration of FM77AV (not AV40) works fine.
330   * [FM7/KEYBOARD] Add auto stop key (using 8 or 5).
331   * [FM77AV/KEYBOARD] Add hidden buzzer and features for AMNORK.
332   * [FM8] Fix not booting from floppy, thanks to Anna_Wu.
333   * [FM7/FM8] Add "Connect 320KB FDD" 
334      You should check this at first when using FDDs.
335   * [FM77AV/DISPLAY] Move sequence copying vram to shadow-vram ; from HBLANK to HDISP .
336   * [FM77AV/MB61VH010] Reduce overhead.
337   * [FM7/DISPLAY] Reduce line transfer / rendering.
338   
339 -- May 11, 2016 12:18:17 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
340
341 * SNAPSHOT Apr 28,2016
342   * Merge upstream 2016-04-13 .
343   * [General] Fix save/load state.
344   * [General] Build with GCC6 for GNU/Linux .
345   * [General] Build with "-g -O3 -fvect-cost-model=dynamic -ftree-vectorize",
346     not with "-g -Og" .
347   * [FM77AV] Fix not repeating with scan key mode, fixed YS2. 
348   * [FM7/Display] VRAM: Fix positioning of wrote line .
349   * [FM77AV/Display] Fix "Sync to HSYNC", mostly has no filckerings.
350   * [FM7/Display] Fix rendering algorythm (to be better rendering quality).
351   * [FM77AV40/Display] Qt: Fix variable resolution ; wrong display (not VM) size with resetting.
352     i.e:) When resetting with 4096 colors mode, height of display was half size (to display, but within VM, right size). 
353   * [FM77AV/Keyboard] Fix lockup some situations.
354   * [Qt/Sound] Fix wrong balance and volume after re-starting.
355     i.e:) With 0db and panning to right, and re-starting, volume and balance hasn't kept.
356
357 -- Apr 28, 2016 01:53:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
358
359 * SNAPSHOT Apr 09, 2016
360   * Merge upstream 2016-04-01 .
361   * [General] Add upstream newbie VMs: YALKY, PC-2001 and SMC-70.
362   * [*nix] Separate UI component to shared lib named libCSPgui (and re-factor src/qt/gui and src/qt/common .
363   * [BUILD/GCC] Compile with -O3 for libCSPgui .
364   * [*nix] Add a installer script.
365   * Note: [VM][FM7][WIP] Fix still not working some software without re-construct VMs at FM-7/NEW7/77.
366   * Built with commit 3297e37e10c8b57a1bd0378b55ccd6eccd6d82b9.
367
368 -- Apr 09, 2016 00:16:14 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
369
370 * SNAPSHOT Mar 25, 2016
371   * Merge upstream 2016-03-17 .
372   * [FM7] Fix some weird works (i.e: not booting DEATH-Force) without construct VM twice, now construct VM a time.
373   * [UI/PCENGINE] Add support CD-ROM^2 (but not tested yet, I don't have any image).
374   * [VM/MB8877] Probe some status via read_signal().
375   * [BUILD/GCC] Use -Og instead of -O3.
376   * [UI/MZ3500/HC80/QC10] Fix not set dip-switches.
377   * [UI/JOYSTICK] Support Label of buttons.
378   * [UI] Add supporting printers with more VMs.
379   * [UI/MZ80] Enable select PCG-800/1200.
380   * [UI/MZ700] Enable select PCG-700.
381   * [VM/FMGEN] PSG: Fix volumes are not independed via another PSG/SSG devices. Thanks to umaiboux.
382                See: http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/576
383   * [VM/FM-8] Add support Bubble Casette, this is not complete implement , but seems to work.
384   * Built with commit 34fb5d731eccd3601a7587657ccb1eb22404045b.
385
386 -- Mar 25, 2016 13:26:17 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
387
388 * SNAPSHOT Mar 11, 2016
389   * "Pray for all people injured by Great East Japan Earthquake"
390   * Merge upstream 2016-03-05. Fix some FTBFSs with SCSI and FMR30/50.
391   * [Menu/Qt] Fix some unification spells at menu, thanks to Anna_Wu.
392   * [UI/Qt] Add icons a lot, from mate-icon-theme source package @
393     mate-desktop.org.
394   * [UI/Qt] Working "Paste from clipboard" with CR/LF.
395     Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528 .
396   * [Win32] Fix character encoding at logging. Thanks to
397     Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528,530 .
398   * [Qt/Sound] Update sound volume setting dialog.
399   * [Qt/BMJr] Fix not input some keys with Qt.
400   * [FM7] Detect 太陽の神殿 for FM-7 series to correct transfer
401     timing automatically.
402   * [VM/FM7] Fix some software has not booted, need to (destruct and)
403     re-construct VM class before loading. See constructor of emu.cpp .
404   * Fix bugs a bit.
405   * Built with commit cc9a6b95d3ee6765a3b9d8befe9243a1522032ac or later.
406  
407 -- Mar 11, 2016 04:56:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
408
409 * SNAPSHOT Mar 04, 2016
410   * Merge upstream 2016-03-01. Applying new APIs.
411   * [FM8] Fix wrong sequence of selecting BOOT ROMS when reading/writing $FD0F,
412     Thanks for Anna_Wu .
413   * [UI/Qt] Re-Working "Paste from clipboard", apply to new APIs.
414   * [UI/Qt] Fix character encoding of config file 
415             when not using UTF-8 as local encoding.
416   * [General] Enable to build with LLVM Clang at least 3.7. Another
417               versions are not tested yet.
418   * More usable dialog for setting sound volumes.
419   * Fix debugger a bit.
420   * Built with commit 2fc557e88d2715f5fda328ecf38af4b81714b81e or later.
421  
422 -- Mar 04, 2016 22:56:53 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
423
424 * SNAPSHOT Feb 26, 2016 HOTFIX 1
425   * [FM7/77/8] Fix reset sequence of PSG/OPN/WHG/THG.
426     This fixes lower tone of PSG with FM-7/77.
427   * Built with commit 2e87abcb02cee28532215484517d999b561817a3 + .
428
429 -- Feb 27, 2016 01:37:13 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
430
431 * SNAPSHOT Feb 26, 2016
432   * Merge upstream 2016-02-26.
433   * Windows: Fix wrond key conversion from SCAN to VK.
434   * Enable to build within native Windows host with MinGW.
435   * Debugger: Fix weird command interpreting.
436   * FM7: Fix wrong key assigning.
437   * FM7/6809: Fix wrond debugger APIs.
438   * Help Menu: Add FAQs and about settings of BIOS and Key assigns.
439   * Add documentation how to build.
440   * Built with commit 82115ccfbcd6c8493933e518779c1d7f70940c9f or later .
441
442 -- Feb 27, 2016 00:13:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
443         
444 * SNAPSHOT Feb 25, 2016
445   * Merge UPSTREAM 2016-02-21.
446   * Support NEW APIs.
447   * Qt: Add dialogs: Key definition and Joystick Definition.
448   * FM7: Add support printers; Dumb printer and Dempa Shimbun-sha's Joystick.
449   * FM7: A lot of changes.
450   * Qt: A lot of changes.
451   * Built with commit f59a7c8a03b357a16d4b33e5a5e5fef2591cdfc2 or later .
452
453 -- Feb 25, 2016 06:53:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
454
455 * SNAPSHOT Jan 24, 2016
456   * Qt/OpenGL: Draw even not ready to GL3.0, fallback to GL2.0 (with/without shaders).
457   * Qt/OpenGL: Display screen even with VirtualBox and Host of linux , excepts Ubuntu 14.04 LTS.
458                GL libraries for Ubuntu 14.04 LTS seem to be weird (excepts AMD/nVidia's proprietary GLs).
459   * FM7: Fix around clock setting.
460   * FM7: Fix crash sometimes on initializing.
461   * Sound: Fix crash with some VMs.
462   * Sound: Fix choppy sound.
463   * Sound: Fix not effected sound-latency settings.
464   * Built with commit f6248ec7dfa76e776eddcb0e685fbf6b7ff58b65 .
465
466 -- Jan 24, 2016 13:44:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
467         
468 * SNAPSHOT Jan 19, 2016-1
469   * Merge upstream 2016-01-10.
470   * Qt/OpenGL: Reduce GPU usage a lot. Save energy.
471   * Qt/OpenGL: You should use OpenGL >= v3.0 .
472   * Use printer: MZ1P17 to any VMs.
473   * FM8 : implemented. But not test enough.
474   * FM7: Fix incorrectness reset sequence around of keyboard when resetting.
475   * FM7: Adjust draw timing.
476   * FM-8/7/NEW7 : Removable kanji rom.
477   * FM7: Some of Fixes.
478   * Qt/OpenGL: Re-enable 4:3 CRT mode.
479   * Built with commit eced83faa808f2fde47a24365ebe4a6656aa40fb .
480
481 -- Jan 19, 2016 14:50:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
482
483 * SNAPSHOT Jan 07, 2016-3
484   * Hotfix for 2016-01-07 and 2016-01-07-2.
485   * SOUND: Fix broken WAV data of recording sound.
486   * Built with commit 8708a53b6627eba226d1bce0ba89bf792d884c98 .
487
488 -- Jan 08, 2016 12:19:19 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
489         
490 * SNAPSHOT Jan 07, 2016 -2
491   * Fix crash of a lot of VMs.
492   * Built with commit e0b53fc1bd4af3a232ccc878671bab2caf7743f8 .
493
494 -- Jan 07, 2016 23:08:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
495
496 * SNAPSHOT Dec 22, 2015
497   * MERGE upstream 2015-12-17, support new APIs .
498   * Change APIs to upstream's OSD class , apply to Qt.
499   * Mostly built for Win32.
500   * FM-7/NEW7: Fix a lot of bugs.
501   * FM7 series: Variable virtual screen size, see src/vm/fm7/display.cpp .
502   * X1 series: Double buffering for TEXT/PCG.
503   * Built with commit 24709b7e0ffdd2714266c487465cc4b37208aace .
504     excepts PASOPIA7, PC-6601SR and PC-8001mk2SR are built with 
505     commit daddbc5ac974be890f545d0a0cd68730fdce154f.
506     and Z80 TV GAME have built with 
507     commit 956581bd7f969f36d5146018ea19297fa5cd9db0 .
508
509 -- Dec 22, 2015 18:22:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
510
511 * SNAPSHOT Dec 10, 2015
512   * MERGE upstream 2015-12-10 .
513   * Change APIs to upstream's OSD class , apply to Qt.
514   * Still not built for Win32.
515   * Built with 3fe6eddaeb7d6b2ba2c69a06e8cdc05acac690f2 ,
516     excepts eTK80BS for 79e5e48043a64b6b74257fe3a9fc20e80b0e2252.
517   
518 -- Dec 10, 2015 19:18:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
519
520 * SNAPSHOT Nov 20, 2015
521   * MERGE upstream 2015-11-18 .
522   * Remove original definition min() max() if supplied from toolchain. 
523   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
524   * Fixed typos.
525   * Built with commit 4b3f3a7e4c007c1f4da62b64ceed8821fa239575 and newer Documents.
526   
527 -- Nov 20, 2015 01:08:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
528
529 * SNAPSHOT Nov 17, 2015
530   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
531   * Qt: Working Auto key (paste from clipboard) feature.
532   * Qt/Emu: More thread-safety calling via UI <-> EMU.
533   * VM/MSX2: Fix wrong color built with Qt.
534   * Update credits, thanks to umaiboux San.
535   * Built with commit 64f901722d3382bc3feb6680a5ede240dcad2773 and newer Documents.
536     Excepts HC-20/40/80, with commit a249e76d9bd77e42e45ec066e6c063498c6600bd.
537   
538 -- Nov 18, 2015 02:01:48 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
539
540 * SNAPSHOT Nov 14. 2015
541   * Qt/GUI: Integrate menus to meta-class.
542   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
543   * Built with commit 910b3cce215964380fa3dbe38fbb673c52bf4d34 excepts with newer documents.
544   * A lot of fixes.
545   
546 -- Nov 14, 2015 20:12:24 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
547
548 * SNAPSHOT Nov 05. 2015
549   * Merged Upstream 2015-10-31 , thanks for Takeda-San.
550   * Qt: Change Draw method from QOpenGLFunctions_2_0 to QOpenGLFunctions, expect to work with OpenGL ES 2.0, without OpenGL.
551   * FM7: Fix problem of LSHIFT and RSHIFT.
552   * Qt: Add OpenGL rendereded scan line.
553   * OpenGL: Use GLSL to rendering.
554   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
555   
556   * Built with commit b166b5c2ca66457baf348b7fe55c55d63028e609 excepts with newer documents.
557   
558 -- Nov 05, 2015 22:35:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
559
560 * SNAPSHOT Oct 29, 2015
561   * Merged Upstream 2015-10-27.
562   * All of virtual machines are enabled to build.
563   * FM7/77/AV/40/EX : Mostly working.
564   * FM7 : Add state saving.
565   * FM7 series: More a lot of fixes, most of softwares are working well, please test and report to me.
566   
567   * Built with commit d3d19e4157290b1869ac6bf98e788e9a13fbe164 excepts with newer Documents.  
568
569 -- Oct 29, 2015 17:40:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
570
571 * SNAPSHOT Sep 26, 2015
572   * Merged Upstream 2015-09-03.
573   * Add FM77AV40/EX , Basic Master Jr and Jr-100.
574   * FM7 : Add DMA(HD6844) and others.
575   * FM77AV : Add hidden message within keyboard encoder.
576   * FM7 series: A lot of fixes, most of softwares are working well, please test and report to me.
577   * Built with commit 031b72db4243f0fd62c1c2556a4ceb9934da1121 .  
578
579 -- Sep 26, 2015 02:38:29 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
580
581 * SNAPSHOT Aug 11, 2015
582   * FM-7/77/AV series only SNAPSHOT build.
583   * FM7 : Faster VM: Maybe useful running with lower clock/less cores CPU.
584   * MC6809 : More accurate determining clocks.
585   * UI/Qt : Fix some OOPs. 
586   * Built with commit 5ac4478df3ebef9461c4748cd605c72da54aad2b .
587
588 -- Aug 11, 2015 13:34:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
589
590 * SNAPSHOT Aug 10, 2015
591   * Merged Upstream 2015-08-09.
592     To know details : history.txt .
593   * DISK/MB8877 : Fix not booting from write protected disk image.
594   * DISK/MB8877 : Search sector : Track in ID field  must be equal to track register.
595   * MB8877 : Improbe emulation accuracy (Thanks Takeda-San).
596   * Win32 : Fix crash when foo.ini exists and using in *real* 
597             Windows XP (Thanks Anna Wu).
598   * Qt : Fix segfault when exiting.
599   * Qt/SDL : Fix lockup with one CPU environment (maybe OK).
600   * Qt : Fix abnormal exit when exiting from window-manager.
601   
602   * Built with GIT mcommit 6b432ad5d5c8d32cf7da5237c233773d95b1ac7a .
603 -- Aug 10, 2015 15:04:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
604
605 * SNAPSHOT Aug 07, 2015
606   * Merged Upstream 2015-08-07.
607     To know details : history.txt .
608   * DISK : Remove "Hack:Fast transfer" item from menu items. 
609   * Built with GIT commit 6a36e02989161ade9242111da520eb28a4dddd66 .
610   * Win32/VS2015 : Now don't use "Whole-Program-Optimization".
611 -- Aug 08, 2015 03:39:15 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
612
613 * SNAPSHOT Aug 01, 2015
614   * Merged Upstream 2015-08-01.
615     To know details : history.txt .
616   * DISK : Remove "Hack:Fast transfer" item from menu items. 
617   * Built with GIT commit 197cc999d496b3071bef21f1a64f01ae6b9b1180 .
618   * Add YS6464a and Z80 TV Game.
619 -- Aug 02, 2015 21:00:03 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
620
621
622 * SNAPSHOT Jul 31, 2015
623   * Merged Upstream 2015-07-31.
624   * FM77AV : Fix not working with some softwares.
625   * DISK : Add "Hack:Fast transfer", useful for some 
626     softwares majoring speed of FDD, i.e."ぎゃんぶらぁ自己中心派" for FM7.
627   * FM7 : Add stereo sounds, volume per OPN/WHG/THG card.
628   * FM7 : Fix polling time of keyboard to 20ms, workaround of
629           some softwares i.e."Nobunaga no yabou Zenkokuban" for FM77AV.
630   * And many of VMs are added to Win32.
631   * Built with GIT commit  1a974b38e96bf93804f6fcaceafd9136e985bf01 .
632 -- Aug 01, 2015 04:13:13 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
633
634 * SNAPSHOT Jul 26,2015
635   * FM77AV: Fix dropping data from keyboard encoder using
636             REALTIME-Scanning mode.
637   * FM7: Fix break key issues.
638   * FM7: Fix not write VRAM when not cycle-steal &&  vram_access
639          flag is not ON.
640   * MZ1500 / Win32 : Fix weird by7teorder for font drawing.
641   * Built with GIT commit b06d4becba032444eed2ee1736b519856960a2fc . 
642   
643 -- K.Ohta <whatisthis.sowhat@gmail.com>
644
645 * SNAPSHOT Jul 25,2015
646
647   * First SNAPSHOT release for Common Source Code Project with Qt, FM-7.
648   * Based on upstream: 2015-06-28 .
649   * Built with GIT commit 69504d38060aae6551b589581e46056edc6d256e .
650 -- K.Ohta <whatisthis.sowhat@gmail.com>
651