OSDN Git Service

[DOC] Update documents, more.
[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 Feb 16, 2018 FM7 TEST1
4   * Upstream 2017-12-27 .
5   * This is test release. Will re-write articles in this entry to next official release.
6   * [VM] Add eFMNEW7.
7   * [VM/FM7][UI/FM7] MAINMEM: Re-order bank of bulk BOOTROMs.Thanks to HASERIN.
8                      IMPORTANT: Re-order boot entries within MENU dynamically.
9                                 This is compatibility with older settings.
10                                 GUI's menu (for eFM8/eFMNEW7/eFM7*) must change order of boor menu entry.
11   * [VM/FM77]   Add ON/OFF extra RAM.
12   * [VM/FM77AV] Add to use dictionary board for FM77AV/20/EX.
13   * [VM/FM77] BUG: I mistaken to connect motor line for 2HD FDD, I connected 2D FDD (;´Д`)
14   * [VM/FM77] 2HD: Fix DRQ->FIRQ handling.Wish to BOOT 2HD OSs.
15   * [VM/FM77AV] DISPLAY: Do not reset interrupt masks at reset on sub-system.Thanks to Ryu Takegami.
16   * [VM/FM77AV] MAINMEM: More simple inside structure for PAGE2.
17   * [VM/FM8] Change default frequency to 1.0MHz.Thanks to Haserin.
18   * [VM/FM8] Fix RS232C #1(COM0:) can't remove from maim board.Thanks to Haserin.
19   * [VM/FM7/JCOMMCARD] Use bulk rom (or DICTIONARY + KANJI) for DICTIONARY ROM AREA.
20   * [VM/FM7/JCOMMCARD] Abndon use JIS78 emulation.
21   * [VM/FM7/KANJIROM] Abndon use JIS78 emulation.
22   * [VM/BUBBLECASETTE] Improve status register.Thanks to Haserin and Ryu Takegami.
23   * Special thanks to Ryu Takegami, to assist debugging FM-7/77/AV/40/EX/8 .
24   * Special thanks to Haserin, to assist debugging FM-7/77.AV/40/EX/8.
25   * Built with commit bc517f5638b4f5612cc075e0f4d9278220eab4fc or later.
26
27 -- Feb 16, 2018 06:02:49 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
28     
29
30
31 * SNAPSHOT Feb 11, 2018
32   * Upstream 2017-12-27 .
33   * [CONFIG] IMPORTANT: Now, "~/emufoo/" moved to "~/CommonSourceCodeProject/emufoo/"
34                         (or ".\CommonSourceCodeProject\emufoo\" ).
35              Please move settings to here.
36   * [CONFIG] IMPORTANT: Now, "~/emufoo/foo.ini" has moved to "~/.config/CommonSourceCodeProject/emufoo/"
37                               (or ".\CommonSourceCodeProject\emufoo\ at Windows").
38              Please move ini and scancode.conf to new place.
39   * [VM/MB8877] Enable to boot FLEX/FM-8.
40                 Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/800- .
41   * [UI/Qt] Add option: Emulate cursor keys as "2468" or "1235".
42   * [UI/KEYBOARD] Add option, "Numpad's Enter is Fullkey's".Useful for FM-77AV series, etc.
43   * [UI/VM] MB8877/T3444/uPD765A: Add ON/OFF debug logging for FDCs.
44   * [Qt/EMU] Seriarize queueing both KEY_DOWN and KEY_UP.
45              Expect to fix  key-in issues with slower host machine.
46              See https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/841 .
47   * [UI/Qt] BUG: Fix crash with BOOT_MODEs >= 8.
48   * [UI/Qt] FM7: Extend boot menu.
49   * [UI/KEYBOARD] Update VM table.
50   * [UI/KEYBOARD] Fix load/save sequence of scancode.cfg.
51   * [UI/Qt] Update translate for menu.Split section per menu-bar-entry.
52   * [MENU/Qt] DISK: Fix not affect of some entries:"Correct disk timing","Ignore CRC error" and "Immediate transfer".
53   * [Draw/OpenGL] FM77AV: Fix blinking with some situation.
54   * [VM/MC6809] Fix around CWAI with interrupts.
55   * [VM/MC6809] Make set/reset E flag at interrupt.
56   * [VM/MC6809] More accurate emulation(maybe).
57   * [VM/MC6809] Fix clock count with some situation, FM-8/7/77/AV don't need dummycpu.
58   * [VM/FM7] Remove DUMMY CPU.Reduce host-cpu usage a lot.
59              Related to commit a4e1a7cfef59e08f31675c6608871068d3f2c4ef.
60   * [EMU/FM7] emu.cpp : No longer use hack with some VMs.
61   * [VM/FM7] KEYBOARD: Keep BREAK key when special reset (hot start).
62   * [VM/FM7] MAINIO: Reduce hitting PCM1BIT:: when not sound buzzer.
63   * [VM/FM7] DISK: Fix RPM value of 2D/2DD drive to 300rpm.
64   * [VM/FM7] Read some (bulk) roms for FM-8/7/NEW7/77.This is WORK-IN-PROGRESS.
65   * [VM/FM8/FM77] Add delay FIRQ/NMI from 2HD/SFD FDC.This is temporally implement.
66   * [VM/FM8] MAINIO: Move FM-8 specified features to FM8_MAINIO:: .
67   * [VM/FM77] Add initial support of 2HD (for FM-77).
68   * [VM/FM77] Fix access around BOOT-RAM.Thanks to Ryu Takegami.
69   * [VM/FM77] Extra memories should start $00000, not $10000.Thanks to Ryu Takegami.
70   * [VM/FM77] Fix wrong answer at $FD04.Thanks to Ryu Takegami.
71   * [VM/FM77AV] DISPLAY: Separate event process around VSYNC/HSYNC.
72   * [VM/FM77AV40] Fix FTBFS with Fedora linux.
73   * [VM/FM77AV40EX] Do not effect offset registers to VRAM-ACTIVE-BLOCK 1.Thanks to Ryu Takegami.
74   * [VM/MB8877] No need to hack with PSY-O-BLADE for FM77AV.This is test delete.
75   * [VM/MB8877] Force down DRQ when LOST-DATA happens.
76   * [VM/MB8877] Fix not read status data at the endof SEEK and verifying.
77   * [VM/MB8877] Update structure of MB8877->fdc.
78   * [VM/MB8877] Try: Improbe result quality of FORCE_INTERRUPT command.
79                  I expect to boot OS-9 Level1 for FM-77 with 2HD drive.Thanks to Haserin-san.
80   * [VM/DISK] Fix default value ignore_crc_error and correct_disk_timing (mostly "to false").
81   * [DOC] Add README.md (written in Japanese) and README.en.md (written in English) for GITHUB's cover page.
82   * Special thanks to Ryu Takegami, to assist debugging FM-7/77/AV/40/EX/8 .
83   * Special thanks to Haserin, to assist debugging FM-7/77.AV/40/EX/8.
84   * Built with commit 221fcef002f101b8dffd2a63edfc11a86e2c688a or later.
85
86 -- Feb 11, 2018 02:29:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
87
88
89 * SNAPSHOT Jan 19 2018
90   * Upstream 2017-12-27 .
91   * [EMU] Add set_vm_screen_lines(int lines) to notify changing vertical resolution
92         to OSD and Hardware-Renderer(for scan lines). See vm/fm7/display.cpp .
93   * [VM] Add EMU::set_vm_screen_lines() to some VMs.
94   * [UI/Qt] Add "Click On Focus" feature option.This don't need to mouse-over to input from keyboard if set.
95   * [VM/FM7] Add Japanese communication board (日本語通信カード) .
96   * [VM/FM7] Add turning ON/OFF Z80 extra board.
97   * [VM/FM7] Add UARTs.RS-232C, MODEM and MIDI.Temporally implements.
98   * [FM7/JCOMMCARD] Add test program.Use asl ( http://john.ccac.rwth-aachen.de:8000/as/ ) to make from source code.
99   * [VM/FM7] Use #define to define name of firmwares.
100   * [VM/FM7] KANJIROM: Add JIS78 patch mode.From XM7 3.4L77a.
101   * [VM/MB8877] Not clear status when force-interrupt with TYPE-1 Command(seek etc).
102                 Fix (Add hack) for FUKU*.d77 (えびふく's music disks for FM-7).
103   * [VM/MB8877] Fix DRQ/IRQ timing.
104   * [VM/MB8877] Make IRQ with disk not inserted or not connected when processing command(s).
105   * [VM/MB8877] Make turning ON IRQ and turn OFF DRQ when seek completed.
106   * [VM/MB8877] Adjust track parameter at initialize and CMD::RESTORE .
107   * [VM/MB8877] OS-9 Level2 for FM77AV40 Works.
108   * [VM/HD6844] FM77AV40EX has only one DMA channel.Not multiple channels.
109   * [VM/HD6844] HD6844 has only a one interrupt line, not multiple.
110   * [VM/HD6844] Rename drq_line to busreq_line.
111   * Special thanks to Ryu Takegami, to assist debugging FM-7/77/AV/40/EX .
112   * Built with commit 9376345bc1270e2a76db816636b645e744d09e82  or later.
113
114 -- Jan 19, 2018 01:49:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
115
116
117 * SNAPSHOT Jan 04 2018
118   * Upstream 2017-12-28 .
119   * [Qt/FM-7] Windows: Fix not effect keyin with "\_" for *native* Windows.
120   * [RES/FM7] Fix drive number:Should not start from "FD1", should start from "FD0" for FM7/8 series.
121   * [VM/MC6809] More accurate emulation around interrupt.
122   * [VM/FM7] Z80: Implement interrupt features.
123   * [VM/FM7] Merge Ryu Takegami's fixes.
124   * [FM7/DISPLAY] Fix around KANJI ROM access flag by sub system.Expect to fix OS-9 L2 for AV40.
125   * [FM7/DISPLAY] Fix display flag on reset.
126   * [FM7/MAINMEM] Fix clock parameter with some situation.Thanks to Ryu Takegami.
127   * [VM/MB8877] Fix freezing with OS-9 with 2DD drive/image.Thanks to Ryu Takegami.
128   * [Qt/DEBUGGER] Not push empty string.
129   * [BUILD] Read from templete if config (buildvars.dat etc) has not exists.
130   * [VM] common.h : Not has <typeinfo.h> excepts VC++.Recommend to use <typeinfo> .
131   * [BUILD/CMake] GNU/Linux: Add fallback LIB directory feature for library installation.
132 -- Jan 04, 2018 11:59:54 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
133
134 * SNAPSHOT Dec 10, 2017
135   * Z80 Card with FM-8/7/77 Series test.
136   * This release package is only with some VMs.
137   * [VM/FM7] Initial support of extra Z80 card.
138   * [VM/MC6809] More accurate emulation around HALT/BUSREQ and INT.
139   * [VM/MC6809] You should'nt use bus_halt, use bus_ba (bus available) and bus_bs (bus status).
140   * [VM/MC6809] Split interrupt sequence, to indicate bs bus as interrupt or sync_in.
141   * Built with commit c15048ee4635d4413887c2b8374a488a566e63cb or later.
142   
143 -- Dec 10, 2017 19:55:30 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
144   
145 * SNAPSHOT Dec 04, 2017
146   * Upstream 2017-12-03.
147   * [VM/MC6809] Fixing hangup with F-BASIC v3.0ε.Thanks to Ryu Takegami-San. 
148                 (see https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/641-645)
149   * [VM/FM7] DISPLAY: Implement software scan line(s).
150   * [VM/FM77AV] VRAM: More use SIMD to be faster.
151     [VM/FM7] Try: Add suuporting for OPpenMP.But be slower than not using OpenMP (/_;)
152   * Build with commit 9eb246b375699752a898d8be79a227f58e473d8e (or later).
153
154 -- Dec 04, 2017 19:29:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
155
156 * SNAPSHOT Oct 18, 2017
157   * Upstream 2017-08-12.
158   * [VM/FM7] FLOPPY: Fix crash when starting.
159   * [Build/CMAKE] Fix FTBFS with USE_COMMON_DEVICE_LIB != "Yes".
160   * [Build/WIN32] MinGW: Add new cross-build script for FFMPEG-3.4 and x264-152.
161   * [Build/Linux] Add "COMPRESS_SYMBOLS" flag to configuration.
162   * [BUILD/Linux] Don't use LTO for shared libs, use compress symbols.
163   * [BUILD] Fix FTBFSs a lot.
164   * [DOC] Rename LICENSE to LICENSE.txt due to coflict to doc/license directory.This is important to release for M$ Windoze OS.
165
166 -- Oct 18, 2017 16:33:58 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
167
168 * SNAPSHOT Aug 11, 2017
169   * Upstream 2017-08-10.
170   * [EMU/ROMAKANA] Fix not convert with Qt.Use functions within EMU:: , not use original ROMAKANA functions.
171   * [VM] Add PC-9801RA and PC-9801VX.
172   * [VM] Add devices to libCSPcommon_vm mostly.
173   * [VM] Fix FTBFS and bugs a lot.
174   * [VM/FM7] Stop using DUMMYDEVICE:: . Use VM::get_extra_leds() to get led status.
175   * [VM/MB8877] DISK:Fix not apply workaround to Gambler Jiko Chusin-ha for FM-7 series.
176   * [VM/DATAREC] Fix crash with MZT data.
177   * [Qt/UI] OpenGL: Display ICONs when accessing to virtual medias.
178   * [Qt/UI]  Separate status bar display:Accessing to virtual medias.
179   * [Qt/UI] Menu: Make macro to be easier constructing.
180   * [Qt/UI] Ui_MainWindowBase:: Make private variables/functions not accessed from Ui_MainWindow:: .
181   * [Qt/UI] Display LEDs with USE_EXTRA_LEDS or USE_KEY_LOCKED.See common/emu_thread.cpp for details.
182   * [Qt/UI] Fix some memory leaks.
183   * [Qt/OpenGL] Fix aspect ratio with some zoom type.
184   * [Qt/FM7] Fix wrong scaling at VMs (only FM-8/7/77/AV) has only 200line (not have 400line). 
185   * [BUILD/CMake] CCACHE: Fix SEGFAULT at linking after upgrade GNU toolchain.
186   * Build with 04e08d2708a595c518ae0bd92c1713e1854c4310 (or later).
187
188 -- Aug 11, 2017 23:38:49 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
189
190 * SNAPSHOT HOTFIX1 May 18, 2017
191   * MSX FIX only release.
192   * [VM/MSX] I missed changes; using v9938.cpp instead of v99x8.cpp .
193   * [BUILD] Add comments to buildvars*.dat.tmpl .
194   * [BUILD/Ubunts16.04LTS][V9938] Fix internal compiler error with gcc-5.
195   * Build with 2d337bdf6eb8a168efa1e219d81bb007da5e9d65 (or later).
196
197 -- May 18, 2017 19:13:23 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
198
199 * SNAPSHOT May 18, 2017
200   * Upstream 2017-05-15
201   * [General] Rename "emumsx2plus" -> "emumsx2p".
202   * [UI/Qt] Fix unconnected event.
203   * [UI/Qt] I forgot to add a "*.gz" extension to opening of Cartridges, CDs and Binaries.
204   * [OSD/Qt] Add *_features_* functions. It needs for *NEW* device emulation.Pls. port to win32/ .
205   * [EMU][Qt][MOUSE] Fix not effect with button-up.
206   * [VM] LibCSPcommon_vm : Without #ifdef.
207   * [VM] LibCSPcommon_vm : Add some devices.See src/vm/common_vm/CmakeLists.txt .
208   * [VM] Fix FTBFSs with LLVM (4.0).
209   * [VM/MC6809] Build shared library without libnewdev/. Use vm/mc6809.cpp and vm/mc6809_debugup.cpp . See, fm7.cpp.
210   * [VM/FM7] Faster address transferring.
211   * [VM/DEVICE] You should add "DECVICE::initialize()" to top of initialize().
212   * [VM/DEVICE] Move some devices to shared lib.
213   * [VM/DEVICE] Split MSM5832:: from MSM58321:: .
214   * [VM/M6502] Split M6502 to N2A03 and M6502.
215   * [VM/MB61VH010] Expect to be faster rendering.
216   * [VM/MB61VH010][FM77AV] Re-order addrsss of read_data8() and write_data8(). You must re-build some VMs (FM77AV series etc.)
217   * [CONFIG] Fix over loop.
218   * Build with 8067b89f01c21ee29c1b4bb4af8e7c112f88577c or later.
219
220 -- May 17, 2017 22:52:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
221
222 * SNAPSHOT April 09, 2017
223   * Upstream 2017-04-02
224   * [General] Add National JR-800.
225   * [UI/Qt] Move drive status from status-bar to right dock.
226   * [FILEIO] Fix FTBFS with ZLIB 1.2.8 or earlier.
227   * [VM/General] EMU/COMMON : Fix bugs around handling filename and directories.
228   * [VM/General] common.cpp : Use buffer sized functions for some string functions.
229   * [VM/FM77AV] DISPLAY: HSYNC:Don't register event(s) per HDISP.
230   * [VM/FM7] DISPLAY: Reduce address calculation.
231   * [VM/FM7] DISPLAY: Fix auto skip feature.
232   * [VM/FM7] Use function table(s) to access memories within display sub-system and main-system.
233   * [VM/FM77AV40EX] Fix wrong display timing.
234   * [Build/CMake] Add supporting for ZLIB.
235   * [BUILD/LINUX] Fix linking order.
236   * [General/BUILD] Linux: Use -D_UNICODE to build.
237
238 -- Apr 09, 2017 23:04:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
239   
240 * SNAPSHOT March 07, 2017
241   * Upstream 2017-03-04
242   * [VM] Some devices have prepared to move to libCSPcommon_vm .
243   * [VM/FMGEN] Move FMGEN to libCSPfmgen .
244   * [WIN32] Ready to build with DLLs contain GUI and AVIO and some features.
245   * [BUILD] Selectable building.
246   * [BUILD] Add logging build-status.
247   * [Qt] Fix break device files when exiting emulator with some situations.
248   * [Win32/OpenGL/WIP] TRY: Fixing crash with OpenGL3.0 at Corei5-2420M (and Windows7) PC. See Issues.txt or Issues.ja.txt.
249   * [DOC] Update Issues.See http://hanabi.2ch.net/test/read.cgi/i4004/1483504365/30 .
250   * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread.
251   * [Qt/OSD] Remove do_call_debugger_command().
252   * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San.
253   * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s).
254   * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES".
255   * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer.
256
257 -- Mar 07, 2017 15:55:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
258
259 * SNAPSHOT January 30, 2017
260   * Upstream 2016-12-31
261   * [VM/SOUND] Fix problems voice with PCM (at least MSX and FM-7(Reviver)).
262                See http://hanabi.2ch.net/test/read.cgi/i4004/1483504365/37 .
263 . * [VM/MB8877] Fix accessing 2D disk from 2DD mode drive (not 2D mode).
264                 Fixed booting issue of REVIVER for FM-7/77/AV with FM77AV40/EX/SX.
265   * [Draw/Qt] Fix wrong aspect when using variable screen size.i.e.)emufm7/emufm77av40ex.
266   * [UI/OpenGL] Add selection of draw infrastracture; OpenGLv3(MAIN) and OpenGLv2 (and OpenGLv3.2(Core): Still not implemented).
267   * [Qt/OpenGL] Fix backgrounds not display at one-board-computer drawing with OpenGLv2.
268   * [Qt/LOG] Enable syslog *truely*.
269   * Built with cef2d4601438fd1fa680485ddba3434690e58451 or newer.
270
271 -- Jan 30, 2017 05:04:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
272
273 * SNAPSHOT January 24, 2017
274   * Upstream 2016-12-31
275   * [UI/Qt] Add tooltips to menu entries mostly.
276   * [UI/Qt] Add Japanese translations to menu entries mostly.
277   * [SOUND] Add "Strict Rendering" entry to sound menu, for PCM1BIT device.
278   * [VM/FM7] Fix crash without connecting FDDs.
279   * [VM/UPD7752] Fix (´∀`)<ぬるぽ sometimes.
280   * [DRAW/FM7] Fix wrong screen aspect on VMs without variable lines.
281   * [Build/Linux] Fix scripts.
282   * [Build/Linux] Fix crash built with gcc-5 (or earlier). Fixed for Ubuntu16.04LTS.
283   * [Build/Linux] Separate builds both Debian/sid and Ubuntu/16.04LTS (expects to work with Debian/stable).
284   * Built with 6e93d6920626193bf37fa6dfc2f41a8e84d8fd78 or newer.
285
286 -- Jan 24, 2017 01:06:26 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
287
288 * SNAPSHOT January 06, 2017
289   * Upstream 2016-12-31
290   * Add Coleco Colecovision and SHARP SM-B-80TE (from upstreeam).
291   * [FM7] Reduce graphic buffer for non-400 lines machines.
292   * [WIN32/Qt] Cross-Build Qt libs: disable EGLFS (not EGL).
293   * [Qt] One board computers: Read correctly background PNG even using indexed colors.
294   * [Qt/GL] One board computers: Correctness drawing with GL3.0.
295   * Built with 9bfdcc78ff194a934a2d57ce6d4f1cbec9f26a58 or newer.
296
297 -- Jan 06, 2017 19:56:37 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
298
299 * SNAPSHOT November 21, 2016
300   * Upstream 2016-04-13
301   * [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.)
302   * [OpenGL] Add Television like rendering to some machines. Needs OpenGL3.0 or upper.
303   * [OpenGL] Isolate both GL3.0 and GL2.0.
304   * [OpenGL] Improve internal of GLDraw and GLDraw_foo class.
305   * Built with 73358d8563543f1a0d860794a2f5c83cecb0d533 or newer.
306
307 -- Nov 21, 2016 16:29:24 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
308
309 * SNAPSHOT October 27, 2016
310   * Upstream 2016-04-13
311   * [GENERAL] Add ROMAJI-KANA input assistant feature. see romakana.[en|ja].txt .
312   * [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 .
313   * [VM/EVENT] Re-entrant set_realtime_render().
314   * Built with FFMPEG(libav) 3.1.5 .
315   * Built with 006cc1d851483ea84fc5a3f4fa58cbf03302c49b or later.
316
317 -- Oct 27, 2016 17:01:21 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
318
319 * SNAPSHOT October 18, 2016
320   * Upstream 2016-04-13
321   * [VM/EVENT] Sound devices: Do mix_sound() dynamically, not do per a sample:
322   *            To reduce usage of host CPU. See event.[cpp|h] and device.h .
323   * [VM/FM7] Non-FM77AV*: Fix not clear active_page, fixed crash randomly.
324   * Built with 004920711399d430ead55e59c948e7fb7a04a402 or later.
325
326 -- Oct 18, 2016 11:22:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
327
328 * SNAPSHOT October 10, 2016
329   * Upstream 2016-04-13
330   * [VM] Add pseudo sounds (i.e. FDD seek), need sound files (even not WAV file at Qt porting), see doc/VMs/foo.txt . 
331   * [VM][DATAREC][FDCs] Update STATE_VERSION of some devices.
332   * [VM/FM7] VRAM: Make gcc using SIMD (when optimize options have set) to be faster rendering.
333   * [VM/X1,FM7] load_state(): Keep backward compatibility to SNAPSHOT 20160923.
334   * [VM/EVENT] Extend permitted sound events to 32 to use sound files (reserved feature).
335   * [VM/EVENT] Update MAX_SOUND from 8 to 16.
336   * [Qt/GUI] Win32: Fix crash launching with gdb/Mingw32 or gdb/Cygwin. See http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/750 .
337   * [Build/Linux] Fix wrong flags with LTO.
338   * [Build] Non-Win32 : Ready to build with llvm clang (later than 3.7?).
339   * [Build/GENERAL] Separate compiler depended params to source/build-cmake/param/ .
340   * Build with commit d100ae8323d6657fe37ac44a69abc8da470b77ad (or later).
341
342 -- Oct 10, 2016 05:22:18 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
343
344 * SNAPSHOT September 23, 2016
345   * Upstream 2016-04-13
346   * [DOC] Translated some documents written in Japanese only to English using Google-Translate, still not enaugh to be corrected.
347   * [Qt/WIN32] Fix crash on startup (maybe true) caused by (´∀`)<ぬるぽ ヽ(・∀・)ノ┌┛ガッΣ(ノ`Д´)ノ
348   * [VM] Add original name and role to all device and VM components.
349   * [VM/FM7] JOYSTICK: Fix not redirect triggers.
350   * [VM/FM7][MB8877/DISK] Workaround for RIGLAS/FM-7. Perhaps, below have side-effect, add special-disk to RIGLAS FM.
351   ** Don't "NOT READY" even stopping motor.
352   ** Transfer even stopping motor.
353   * [EVENT] Remove logging on cancel event.
354   * [Qt/Debugger] Not hang-up when Opening debugger and exit emu{foo}. This is temporally workaround.
355   * [Qt/Debugger] Don't close with close button, this is temporally workaround.
356   * [UI/Qt] Fix selecting printers.
357   * [VM/PC9801] Add prepairation of using ITF ROM, this is still only preparation.
358   * Built with GIT 8cdb1dbebf95d7371e514886c23edc6c9401848a (or later).
359
360 -- Sep 23, 2016 19:48:12 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
361
362 * SNAPSHOT September 09, 2016
363   * Upstream 2016-04-13
364   * [LOGGER] Add extend logger.
365   * [LOGGER/Qt] Rename agar_logger.[cpp|h] to csp_logger.[cpp|h] .
366   * [VM] Ready to enable log per device.
367   * [VM] Update emu->out_debug_log to [DEVICE]->out_debug_log .
368   * [UI/Qt] Add log viewer window.
369   * [Qt/EMUTHREAD] Move commonly blocks to gui/ .
370   * [Qt/KEY] Use queue for keyin/out.
371   * [VM/OSD] Add socket (networking) featuers, but still not test (;´Д`)
372   * [VM/FM77AV] MB61VH010 : Faster drawing lines.
373   * [VM/FM7] MAINIO: Comment out logging around FIRQ, temporally.
374   * [OSD/KEYBOARD] Fix handling around SHIFT for some machines(i.e. PC8801).
375   * [MOVIE_SAVER] Use SIMD to transfer a picture OSD(VM)->MOVIE_SAVER .
376   * [DOC] Update updtream's URL, moved to takeda-toshiya.my.coocan.jp .
377   * Built with GIT 1884b5247665d71c06fc6590b17434c5f3350ad5 (or later).
378
379 -- Sep 09, 2016 01:02:51 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
380
381 * SNAPSHOT August 19, 2016
382   * Upstream 2016-04-13
383   * [WIN32] Replace libICU to homebrew, fix not starting.
384   * [OSD/MOVIE_SAVER] Fix frames to enqueue to MOVIUE_SAVER, as if VIDEO FPS >= RECORD FPS.
385   * [MOVIE_LOADER] Sync A/V on playing MOVIE.
386   * Built with GIT 77380a77b25ca06965b912c84509e5c91085aeb1 (or later) .
387
388 -- Aug 19, 2016 23:12:36 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
389
390 * SNAPSHOT August 15, 2016
391   * Upstream 2016-04-13
392   * [OSD][MOVIE_SAVER] Maybe correctness frame(s) counting with 60fps ヽ(=´▽=)ノ
393   * [MOVIE_SAVER] Fix sometimes crashing when stop to save movie.
394   * [PX7/MOVIE_LOADER] Sound Laser Disc, but not be smooth.
395   * [MOVIE_SAVER][PC8801][PC9801] Adjust sound frequency when OVERRIDE_48000Hz , still choppy.
396   * Built with GIT 3f4c809912dc92cdeb34d8ecdebe0087aa7f37b3 (or later) .
397  
398 -- Aug 16, 2016 02:40:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
399
400 * SNAPSHOT August 09, 2016
401   * Upstream 2016-04-13
402   * [PX7] Add movie loader for LD, but not tested enough yet.
403   * [MOVIE_SAVER/OpenGL] Add locking around drawing buffer.
404   * [BUILD] Update FFMPEG to 3.1.1 .
405   * [FFMPEG/LINUX] Enable OpenCL for ffmpeg @linux.You need libOpenCL.so.1 to use homebrew build.
406   * [FFMPEG/WIN32] Enable DXVA2 for video-decoding accelerator.
407   * [MOVIE_SAVER] Synchronous OPEN->ENCODEING->CLOSING.
408   * [UI/MOVIE_SAVER] DO NOT change state of "Save as movie" without *real* starting/stopping.
409   * [Draw/OpenGL] Optimize GLSL's by https://github.com/aras-p/glsl-optimizer .
410   * Built with GIT fc7a03a9337287414e00777464ab273c4f44ea44 (or later) .
411  
412 -- Aug 10, 2016 01:42:51 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
413
414 * SNAPSHOT July 25, 2016
415   * Upstream 2016-04-13
416   * Bugfix only.
417   * [Win32] Build with Qt5.7.0 and GCC-6.1 (cross).
418   * [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
419   * [MOVIE_SAVER/Qt] Fix duplicate opening before closing. Maybe fixed (5) of http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/708 .
420   * Build with 8265a0a859ac69ef7c17548851902eab2de6f7f4 (or later).
421   
422 -- Jul 25, 2016 21:59:41 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
423
424 * SNAPSHOT June 29, 2016
425   * Upstream 2016-04-13
426   * Build with FFMPEG 3.0.2 supported libmp3lame.
427   * [MOVIE_SAVER/Win32] Fix wrong value of left frames for audio when stopping to record.
428   * [OSD/Qt] Fix wrong FPS with not drawing.
429   * Build with 3752c12b4b08f9910f3e3b6ad6f7dfbd76342cbb (or later).
430   
431 -- Jun 29, 2016 13:05:15 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
432
433 * SNAPSHOT June 21, 2016
434   * Upstream 2016-04-13
435   * Build with FFMPEG 3.0.2 supported libmp3lame.
436   * [Linux] Build with qt.io's official Qt 5.3.1 expect to work with 
437     Ubuntu 16.04 LTS and Debian 8 "Jessie".
438   * [MOVIE_SAVER] (Maybe mostly?) Fix asynchronous both video and audio.
439   * [MOVIE_SAVER] Add libmp3lame and vorbis (disable from UI) for audio codec.
440   * [Qt] Not linking config and using_flags directly from libCSPgui , libCSPavio and libCSPosd .
441   * [MOVIE_SAVER][EMU] Fix stop/restart recording movie when changing/ejecting CARTRIDGEs.
442                        Now, don't stop when changing/eject cartridge.
443     See, http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/699 .
444   * [MOVIE_SAVER] Re-enable (and selectable) H.264 for video codec.
445   * Build with 85c331b7635ca713e819218b86d65a877b7478f3 (or later).
446   
447 -- Jun 21, 2016 01:07:44 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
448
449 * SNAPSHOT June 18, 2016
450   * Upstream 2016-04-13 .
451   * Build with FFMPEG 3.0.2 .
452   * [MOVIE_SAVER] More safer open/close.
453   * [MOVIE_SAVER] Fix deadlock when closing movie.
454   * [MOVIE_SAVER] Selectable both MPEG4v1 and H.264(libx264) for video codec.
455   * [MOVIE_SAVER][Qt] Temporally set video-codec to MPEG4 (not AVC).
456     This is issue of discard frames with libx264 by ffmpeg's libavcodec/libavformat.
457     This seems to be ffmpeg's issue, not my program.
458   * Build with 629f7d70816c04b38c3ab8cc277147a6bd2c2d2a (or later).
459   
460 -- Jun 18, 2016 03:32:06 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
461
462 * SNAPSHOT June 11, 2016
463   * Upstream 2016-04-13 .
464   * Use osdn.jp to distibute binaries.
465     https://osdn.jp/projects/csp-qt .
466   * [MOVIE_SAVER] Use ffmpeg internal aac codec, because faac or fdk_aac are not *Free* .
467   * [VM/MOVIE_SAVER] Fix stopping when changing cartridge, now refer to upstream (split movies).
468   * [Qt/Win32] Fix not work with WindowsXP, using homebrew version of ffmpeg-2.8.7.
469   * Build with 89d31ce8daa733ea4a0c38f0a1890d3a0fcfce38 (or later).
470   
471 -- Jun 11, 2016 05:09:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
472
473 * SNAPSHOT June 09, 2016
474   * Upstream 2016-04-13 .
475   * Now, all of binaries are built with ffmpeg-2.8.7 at GNU/Linux,  with ffmpeg-3.0 at Windows.
476   * Please read README.ffmpeg.txt .
477   * [FM7/Disk] Add exceptions for Xanadu Scenario 2, this has not booted with changes 49dceaca9401d3c6037cb51ec013ca032ff0e83c .
478   * Build with 64df71cd492be91289f883224640f42cace090ed (or later).
479
480 -- Jun 09, 2016 05:50:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
481
482 * SNAPSHOT June 08, 2016
483   * Upstream 2016-04-13 .
484   * Add movie saver, using libav with x264.
485   * Now, all of binaries are built with ffmpeg-3.0.
486   * Build with 2142d5c7426e21cfeedbaea0450f238f8b4d7d38 (or later).
487
488 -- Jun 08, 2016 07:34:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
489
490 * SNAPSHOT May 23-2, 2016
491   * Win32 binary only RELEASE
492   * Fix unable to run with some natibve Windows environment.
493   * Build with c1448dc84f5439c7c8931614a8397dbefb6383da .
494
495 -- May 24, 2016 22:42:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
496
497 * SNAPSHOT May 23, 2016
498   * Upstream 2016-04-13 .
499   * [Win32] Now built with -msse -msse2 . You can run only later than Pentium4 .
500   * Move FILEIO:: FIFO:: COMMON:: to libCSPemu_utils .
501   * Make OSD:: to inherited by OSD_BASE:: .
502   * [Win32] Disable LINKFLAGS with "-static-libgcc -static-libstdc++" to reduce size of executions, now, bundled libstc++ is for gcc-5 .
503   * [Win32/Build] Support build with MSYS2 (but not display because MSYS2's Qt was build without OpenGL).
504   * [Linux] Build shared libraries with Link-Time-Optimize, reduce size of libs.
505   * [X1/VM] Configurable buttons for X1/Turbo/Turbo Z.
506   * [FM7/FDC] Set MB8877_NO_BUSY_AFTER_SEEK. Fixed unable to boot OS0. Thanks to Anna_Wu.
507   * [FM77AV/MB61VH010] ALULINE: Reduce CPU usage (at delta X > delta Y).
508   * [UI/Qt/DRAW] Fix crash sometimes when exit emulator.
509   * Build with 1c1ddc85dfa7456b1ce48662c2e2930dcc4fc9d8 (or later).
510
511 -- May 23, 2016 02:22:07 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
512
513 * SNAPSHOT May 11, 2016
514   * Merge upstream 2016-04-13 .
515   * Move more files to libCSPgui , includes FILEIO, FIFO, COMMON, draw_thread , joy_thread and main().
516   * Now SONAME of libCSPgui to 1.1.x .
517   * [FM77AV/MB61VH010] Fix bugs within ALULINE now, Sylpheed and demonstration of FM77AV (not AV40) works fine.
518   * [FM7/KEYBOARD] Add auto stop key (using 8 or 5).
519   * [FM77AV/KEYBOARD] Add hidden buzzer and features for AMNORK.
520   * [FM8] Fix not booting from floppy, thanks to Anna_Wu.
521   * [FM7/FM8] Add "Connect 320KB FDD" 
522      You should check this at first when using FDDs.
523   * [FM77AV/DISPLAY] Move sequence copying vram to shadow-vram ; from HBLANK to HDISP .
524   * [FM77AV/MB61VH010] Reduce overhead.
525   * [FM7/DISPLAY] Reduce line transfer / rendering.
526   
527 -- May 11, 2016 12:18:17 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
528
529 * SNAPSHOT Apr 28,2016
530   * Merge upstream 2016-04-13 .
531   * [General] Fix save/load state.
532   * [General] Build with GCC6 for GNU/Linux .
533   * [General] Build with "-g -O3 -fvect-cost-model=dynamic -ftree-vectorize",
534     not with "-g -Og" .
535   * [FM77AV] Fix not repeating with scan key mode, fixed YS2. 
536   * [FM7/Display] VRAM: Fix positioning of wrote line .
537   * [FM77AV/Display] Fix "Sync to HSYNC", mostly has no filckerings.
538   * [FM7/Display] Fix rendering algorythm (to be better rendering quality).
539   * [FM77AV40/Display] Qt: Fix variable resolution ; wrong display (not VM) size with resetting.
540     i.e:) When resetting with 4096 colors mode, height of display was half size (to display, but within VM, right size). 
541   * [FM77AV/Keyboard] Fix lockup some situations.
542   * [Qt/Sound] Fix wrong balance and volume after re-starting.
543     i.e:) With 0db and panning to right, and re-starting, volume and balance hasn't kept.
544
545 -- Apr 28, 2016 01:53:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
546
547 * SNAPSHOT Apr 09, 2016
548   * Merge upstream 2016-04-01 .
549   * [General] Add upstream newbie VMs: YALKY, PC-2001 and SMC-70.
550   * [*nix] Separate UI component to shared lib named libCSPgui (and re-factor src/qt/gui and src/qt/common .
551   * [BUILD/GCC] Compile with -O3 for libCSPgui .
552   * [*nix] Add a installer script.
553   * Note: [VM][FM7][WIP] Fix still not working some software without re-construct VMs at FM-7/NEW7/77.
554   * Built with commit 3297e37e10c8b57a1bd0378b55ccd6eccd6d82b9.
555
556 -- Apr 09, 2016 00:16:14 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
557
558 * SNAPSHOT Mar 25, 2016
559   * Merge upstream 2016-03-17 .
560   * [FM7] Fix some weird works (i.e: not booting DEATH-Force) without construct VM twice, now construct VM a time.
561   * [UI/PCENGINE] Add support CD-ROM^2 (but not tested yet, I don't have any image).
562   * [VM/MB8877] Probe some status via read_signal().
563   * [BUILD/GCC] Use -Og instead of -O3.
564   * [UI/MZ3500/HC80/QC10] Fix not set dip-switches.
565   * [UI/JOYSTICK] Support Label of buttons.
566   * [UI] Add supporting printers with more VMs.
567   * [UI/MZ80] Enable select PCG-800/1200.
568   * [UI/MZ700] Enable select PCG-700.
569   * [VM/FMGEN] PSG: Fix volumes are not independed via another PSG/SSG devices. Thanks to umaiboux.
570                See: http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/576
571   * [VM/FM-8] Add support Bubble Casette, this is not complete implement , but seems to work.
572   * Built with commit 34fb5d731eccd3601a7587657ccb1eb22404045b.
573
574 -- Mar 25, 2016 13:26:17 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
575
576 * SNAPSHOT Mar 11, 2016
577   * "Pray for all people injured by Great East Japan Earthquake"
578   * Merge upstream 2016-03-05. Fix some FTBFSs with SCSI and FMR30/50.
579   * [Menu/Qt] Fix some unification spells at menu, thanks to Anna_Wu.
580   * [UI/Qt] Add icons a lot, from mate-icon-theme source package @
581     mate-desktop.org.
582   * [UI/Qt] Working "Paste from clipboard" with CR/LF.
583     Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528 .
584   * [Win32] Fix character encoding at logging. Thanks to
585     Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528,530 .
586   * [Qt/Sound] Update sound volume setting dialog.
587   * [Qt/BMJr] Fix not input some keys with Qt.
588   * [FM7] Detect 太陽の神殿 for FM-7 series to correct transfer
589     timing automatically.
590   * [VM/FM7] Fix some software has not booted, need to (destruct and)
591     re-construct VM class before loading. See constructor of emu.cpp .
592   * Fix bugs a bit.
593   * Built with commit cc9a6b95d3ee6765a3b9d8befe9243a1522032ac or later.
594  
595 -- Mar 11, 2016 04:56:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
596
597 * SNAPSHOT Mar 04, 2016
598   * Merge upstream 2016-03-01. Applying new APIs.
599   * [FM8] Fix wrong sequence of selecting BOOT ROMS when reading/writing $FD0F,
600     Thanks for Anna_Wu .
601   * [UI/Qt] Re-Working "Paste from clipboard", apply to new APIs.
602   * [UI/Qt] Fix character encoding of config file 
603             when not using UTF-8 as local encoding.
604   * [General] Enable to build with LLVM Clang at least 3.7. Another
605               versions are not tested yet.
606   * More usable dialog for setting sound volumes.
607   * Fix debugger a bit.
608   * Built with commit 2fc557e88d2715f5fda328ecf38af4b81714b81e or later.
609  
610 -- Mar 04, 2016 22:56:53 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
611
612 * SNAPSHOT Feb 26, 2016 HOTFIX 1
613   * [FM7/77/8] Fix reset sequence of PSG/OPN/WHG/THG.
614     This fixes lower tone of PSG with FM-7/77.
615   * Built with commit 2e87abcb02cee28532215484517d999b561817a3 + .
616
617 -- Feb 27, 2016 01:37:13 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
618
619 * SNAPSHOT Feb 26, 2016
620   * Merge upstream 2016-02-26.
621   * Windows: Fix wrond key conversion from SCAN to VK.
622   * Enable to build within native Windows host with MinGW.
623   * Debugger: Fix weird command interpreting.
624   * FM7: Fix wrong key assigning.
625   * FM7/6809: Fix wrond debugger APIs.
626   * Help Menu: Add FAQs and about settings of BIOS and Key assigns.
627   * Add documentation how to build.
628   * Built with commit 82115ccfbcd6c8493933e518779c1d7f70940c9f or later .
629
630 -- Feb 27, 2016 00:13:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
631         
632 * SNAPSHOT Feb 25, 2016
633   * Merge UPSTREAM 2016-02-21.
634   * Support NEW APIs.
635   * Qt: Add dialogs: Key definition and Joystick Definition.
636   * FM7: Add support printers; Dumb printer and Dempa Shimbun-sha's Joystick.
637   * FM7: A lot of changes.
638   * Qt: A lot of changes.
639   * Built with commit f59a7c8a03b357a16d4b33e5a5e5fef2591cdfc2 or later .
640
641 -- Feb 25, 2016 06:53:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
642
643 * SNAPSHOT Jan 24, 2016
644   * Qt/OpenGL: Draw even not ready to GL3.0, fallback to GL2.0 (with/without shaders).
645   * Qt/OpenGL: Display screen even with VirtualBox and Host of linux , excepts Ubuntu 14.04 LTS.
646                GL libraries for Ubuntu 14.04 LTS seem to be weird (excepts AMD/nVidia's proprietary GLs).
647   * FM7: Fix around clock setting.
648   * FM7: Fix crash sometimes on initializing.
649   * Sound: Fix crash with some VMs.
650   * Sound: Fix choppy sound.
651   * Sound: Fix not effected sound-latency settings.
652   * Built with commit f6248ec7dfa76e776eddcb0e685fbf6b7ff58b65 .
653
654 -- Jan 24, 2016 13:44:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
655         
656 * SNAPSHOT Jan 19, 2016-1
657   * Merge upstream 2016-01-10.
658   * Qt/OpenGL: Reduce GPU usage a lot. Save energy.
659   * Qt/OpenGL: You should use OpenGL >= v3.0 .
660   * Use printer: MZ1P17 to any VMs.
661   * FM8 : implemented. But not test enough.
662   * FM7: Fix incorrectness reset sequence around of keyboard when resetting.
663   * FM7: Adjust draw timing.
664   * FM-8/7/NEW7 : Removable kanji rom.
665   * FM7: Some of Fixes.
666   * Qt/OpenGL: Re-enable 4:3 CRT mode.
667   * Built with commit eced83faa808f2fde47a24365ebe4a6656aa40fb .
668
669 -- Jan 19, 2016 14:50:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
670
671 * SNAPSHOT Jan 07, 2016-3
672   * Hotfix for 2016-01-07 and 2016-01-07-2.
673   * SOUND: Fix broken WAV data of recording sound.
674   * Built with commit 8708a53b6627eba226d1bce0ba89bf792d884c98 .
675
676 -- Jan 08, 2016 12:19:19 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
677         
678 * SNAPSHOT Jan 07, 2016 -2
679   * Fix crash of a lot of VMs.
680   * Built with commit e0b53fc1bd4af3a232ccc878671bab2caf7743f8 .
681
682 -- Jan 07, 2016 23:08:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
683
684 * SNAPSHOT Dec 22, 2015
685   * MERGE upstream 2015-12-17, support new APIs .
686   * Change APIs to upstream's OSD class , apply to Qt.
687   * Mostly built for Win32.
688   * FM-7/NEW7: Fix a lot of bugs.
689   * FM7 series: Variable virtual screen size, see src/vm/fm7/display.cpp .
690   * X1 series: Double buffering for TEXT/PCG.
691   * Built with commit 24709b7e0ffdd2714266c487465cc4b37208aace .
692     excepts PASOPIA7, PC-6601SR and PC-8001mk2SR are built with 
693     commit daddbc5ac974be890f545d0a0cd68730fdce154f.
694     and Z80 TV GAME have built with 
695     commit 956581bd7f969f36d5146018ea19297fa5cd9db0 .
696
697 -- Dec 22, 2015 18:22:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
698
699 * SNAPSHOT Dec 10, 2015
700   * MERGE upstream 2015-12-10 .
701   * Change APIs to upstream's OSD class , apply to Qt.
702   * Still not built for Win32.
703   * Built with 3fe6eddaeb7d6b2ba2c69a06e8cdc05acac690f2 ,
704     excepts eTK80BS for 79e5e48043a64b6b74257fe3a9fc20e80b0e2252.
705   
706 -- Dec 10, 2015 19:18:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
707
708 * SNAPSHOT Nov 20, 2015
709   * MERGE upstream 2015-11-18 .
710   * Remove original definition min() max() if supplied from toolchain. 
711   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
712   * Fixed typos.
713   * Built with commit 4b3f3a7e4c007c1f4da62b64ceed8821fa239575 and newer Documents.
714   
715 -- Nov 20, 2015 01:08:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
716
717 * SNAPSHOT Nov 17, 2015
718   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
719   * Qt: Working Auto key (paste from clipboard) feature.
720   * Qt/Emu: More thread-safety calling via UI <-> EMU.
721   * VM/MSX2: Fix wrong color built with Qt.
722   * Update credits, thanks to umaiboux San.
723   * Built with commit 64f901722d3382bc3feb6680a5ede240dcad2773 and newer Documents.
724     Excepts HC-20/40/80, with commit a249e76d9bd77e42e45ec066e6c063498c6600bd.
725   
726 -- Nov 18, 2015 02:01:48 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
727
728 * SNAPSHOT Nov 14. 2015
729   * Qt/GUI: Integrate menus to meta-class.
730   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
731   * Built with commit 910b3cce215964380fa3dbe38fbb673c52bf4d34 excepts with newer documents.
732   * A lot of fixes.
733   
734 -- Nov 14, 2015 20:12:24 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
735
736 * SNAPSHOT Nov 05. 2015
737   * Merged Upstream 2015-10-31 , thanks for Takeda-San.
738   * Qt: Change Draw method from QOpenGLFunctions_2_0 to QOpenGLFunctions, expect to work with OpenGL ES 2.0, without OpenGL.
739   * FM7: Fix problem of LSHIFT and RSHIFT.
740   * Qt: Add OpenGL rendereded scan line.
741   * OpenGL: Use GLSL to rendering.
742   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
743   
744   * Built with commit b166b5c2ca66457baf348b7fe55c55d63028e609 excepts with newer documents.
745   
746 -- Nov 05, 2015 22:35:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
747
748 * SNAPSHOT Oct 29, 2015
749   * Merged Upstream 2015-10-27.
750   * All of virtual machines are enabled to build.
751   * FM7/77/AV/40/EX : Mostly working.
752   * FM7 : Add state saving.
753   * FM7 series: More a lot of fixes, most of softwares are working well, please test and report to me.
754   
755   * Built with commit d3d19e4157290b1869ac6bf98e788e9a13fbe164 excepts with newer Documents.  
756
757 -- Oct 29, 2015 17:40:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
758
759 * SNAPSHOT Sep 26, 2015
760   * Merged Upstream 2015-09-03.
761   * Add FM77AV40/EX , Basic Master Jr and Jr-100.
762   * FM7 : Add DMA(HD6844) and others.
763   * FM77AV : Add hidden message within keyboard encoder.
764   * FM7 series: A lot of fixes, most of softwares are working well, please test and report to me.
765   * Built with commit 031b72db4243f0fd62c1c2556a4ceb9934da1121 .  
766
767 -- Sep 26, 2015 02:38:29 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
768
769 * SNAPSHOT Aug 11, 2015
770   * FM-7/77/AV series only SNAPSHOT build.
771   * FM7 : Faster VM: Maybe useful running with lower clock/less cores CPU.
772   * MC6809 : More accurate determining clocks.
773   * UI/Qt : Fix some OOPs. 
774   * Built with commit 5ac4478df3ebef9461c4748cd605c72da54aad2b .
775
776 -- Aug 11, 2015 13:34:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
777
778 * SNAPSHOT Aug 10, 2015
779   * Merged Upstream 2015-08-09.
780     To know details : history.txt .
781   * DISK/MB8877 : Fix not booting from write protected disk image.
782   * DISK/MB8877 : Search sector : Track in ID field  must be equal to track register.
783   * MB8877 : Improbe emulation accuracy (Thanks Takeda-San).
784   * Win32 : Fix crash when foo.ini exists and using in *real* 
785             Windows XP (Thanks Anna Wu).
786   * Qt : Fix segfault when exiting.
787   * Qt/SDL : Fix lockup with one CPU environment (maybe OK).
788   * Qt : Fix abnormal exit when exiting from window-manager.
789   
790   * Built with GIT mcommit 6b432ad5d5c8d32cf7da5237c233773d95b1ac7a .
791 -- Aug 10, 2015 15:04:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
792
793 * SNAPSHOT Aug 07, 2015
794   * Merged Upstream 2015-08-07.
795     To know details : history.txt .
796   * DISK : Remove "Hack:Fast transfer" item from menu items. 
797   * Built with GIT commit 6a36e02989161ade9242111da520eb28a4dddd66 .
798   * Win32/VS2015 : Now don't use "Whole-Program-Optimization".
799 -- Aug 08, 2015 03:39:15 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
800
801 * SNAPSHOT Aug 01, 2015
802   * Merged Upstream 2015-08-01.
803     To know details : history.txt .
804   * DISK : Remove "Hack:Fast transfer" item from menu items. 
805   * Built with GIT commit 197cc999d496b3071bef21f1a64f01ae6b9b1180 .
806   * Add YS6464a and Z80 TV Game.
807 -- Aug 02, 2015 21:00:03 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
808
809
810 * SNAPSHOT Jul 31, 2015
811   * Merged Upstream 2015-07-31.
812   * FM77AV : Fix not working with some softwares.
813   * DISK : Add "Hack:Fast transfer", useful for some 
814     softwares majoring speed of FDD, i.e."ぎゃんぶらぁ自己中心派" for FM7.
815   * FM7 : Add stereo sounds, volume per OPN/WHG/THG card.
816   * FM7 : Fix polling time of keyboard to 20ms, workaround of
817           some softwares i.e."Nobunaga no yabou Zenkokuban" for FM77AV.
818   * And many of VMs are added to Win32.
819   * Built with GIT commit  1a974b38e96bf93804f6fcaceafd9136e985bf01 .
820 -- Aug 01, 2015 04:13:13 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
821
822 * SNAPSHOT Jul 26,2015
823   * FM77AV: Fix dropping data from keyboard encoder using
824             REALTIME-Scanning mode.
825   * FM7: Fix break key issues.
826   * FM7: Fix not write VRAM when not cycle-steal &&  vram_access
827          flag is not ON.
828   * MZ1500 / Win32 : Fix weird by7teorder for font drawing.
829   * Built with GIT commit b06d4becba032444eed2ee1736b519856960a2fc . 
830   
831 -- K.Ohta <whatisthis.sowhat@gmail.com>
832
833 * SNAPSHOT Jul 25,2015
834
835   * First SNAPSHOT release for Common Source Code Project with Qt, FM-7.
836   * Based on upstream: 2015-06-28 .
837   * Built with GIT commit 69504d38060aae6551b589581e46056edc6d256e .
838 -- K.Ohta <whatisthis.sowhat@gmail.com>
839