OSDN Git Service

[VM][FMTOWNS][CRTC] Improve status display on get_debug_regs_info().
[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 01, 2021
4   * Upstream 2021-05-02.
5   * [BUILD/CMAKE] Add *Very Experimental* C++20 build settings.
6   * [OSD/EMU][MOUSE/JOYSTICK] Should LOCK/UNLOCK per referring buffers of joystick/mouse.
7     Note: This is MAJOR API CHANGE around mouse and joystick.
8   * [CONFIG/FMTOWNS] Add config.machine_features[32] to use machine configuration (w/o DIP SWITCH).Still not be bulidable.
9     Note: See vm/fmtowns/joystick.cpp, FMTOWNS::JOYSTICK::update_config().
10   * [FMTOWNS/KEYBOARD] SPECIAL_RESET: Available to boot with special key code (i.e. "CD" "DEBUG").
11   * [FMTOWNS/CDROM] Re-implement parsing CCD image file.Still ugly.
12   * [FMTOWNS/VRAM] Add __LIKELY_IF() and __UNLIKELY_IF() to assist compiler's optimization.
13     See [read|write]_memory_mapped_io32() and read_memory_mapped_io16() at FMTOWNS::TOWNS_VRAM class.
14   * [VM/I386_NP21] Add hints of branch-prediction whether accessing memory (and some of interrupts) is legal.
15     This reduces HOST CPU USAGE especially high-VM-clocks.
16   * [FMTOWNS/VRAM] More faster vram accessing.
17   * [FMTOWNS/MEMORY/VRAM] Add features around CACHE for after i486.Still be dummy.
18   * [FMTOWNS/CRTC] Use more SIMDs to be faster rendering.
19   * [FMTOWNS/KEYBOARD] Implement AUTO REPEAT.
20   * [FMTOWNS/TIMER] Clear OV and INTR when enabling interval timer.
21   * [FMTOWNS/VRAM] More faster VRAM access for packed pixel mode.
22   * [FMTOWNS/CDROM] Even reply without REQ_STATUS bit (0x20) with PAUSE/RESUME CDDA (85h/87h).
23   * [FMTOWNS/CDROM] Falldown intr even stat_reply_intr (04C2:bit6) == 0 on MCU interrupt.
24   * [FMTOWNS/CDROM] Reply error when reading beyond track on READ_SECTOR.
25   * [FMTOWNS/CDROM] Fix around booting from some version(s?) of TOWNS OS.
26          i.e)AYAYO 4.
27   * [FMTOWNS/CRTC/TIMER/MEMORY] Improve around I/O.
28   * [FMTOWNS/DMAC] Remove some variables.Update state save version.
29   * [FMTOWNS/SCSI] Add a PORT: 0C34h.
30   * [FMTOWNS/MEMORY] Revert to use primitive_[read|write]. Fix CDROM's some issues (i.e. Crashing Ayayo4).
31   * [FMTOWNS/MEMORY] Add dma read/write functions with wait.
32   * [FMTOWNS/ICCARD] Improve logic around open/close.
33   * [FMTOWNS/JOYSTICK] Fix confused mouse mask.
34   * [FMTOWNS] Split MOUSE and JOYPADs to separate class.
35   * [FMTOWNS/FLOPPY] Add support for 1.44MB 2HD (2HC).
36   * [I286/I86/V30] Separate namespace CPUTYPE ENUMS.
37   * [I286/I86] Fix weird bitmask default value.
38   * [VM/UPD71071] Add read_io16(), write_io16() and ACK feature.
39   * [PC9801/EGC] Fix FTBFS with C++20 ; "error: ISO C++17 does not allow 'register' storage class specifier".
40   * [BUILD/CMake] Add samplescripts supports GCC-11 initially.
41   * [BUILD/CMake] Prepare to support LLVM12, but now unable to build Win32 version with llvm12 due to _aligned_alloc() and _aligned_free().
42   * [Build/Win32] LLVM12/MinGW-w64/Cross : Add libc++abi and others to toolchain.
43   * [Build/Win32] Update revision of ffmpeg to 4.4.
44   * [JOY_THREAD/SDL2/GAMECONTROLLER] Fix sample initial value.
45   * Built with ab2601af3b0de22bd806ce5312ebf06823a16405 (or later).
46
47 -- Aug 01, 2021 22:34:13 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
48
49 * SNAPSHOT December 16, 2020
50   * Upstream 2020-08-16.
51   * Important: Build system moved to CMake *perfectly*.See INSTALL.md or INSTALL.en.md.
52   * eFM-Towns: Works more softwares.See 00_status_ja.md .
53   * [Qt/JOYSTICK] Add mapping gamecontroller settings.
54         Read from $CONFIG_DIR/joydb.ini as SDL_GAMECONTROLLER format.
55         See https://wiki.libsdl.org/SDL_GameControllerAddMapping .
56   * [VM/I386_NP21] Improve CPU registers message.
57   * [VM/I386_NP21] Print PC address on PANIC.
58   * [VM/DEVICE] Add APIs to DEVICE::; clear_event(), force_register_event(), check_and_update_event() and variants.
59   * [VM/FMTOWNS] CDROM: Implement around commands.
60   * [VM/FMTOWNS] CDROM: Fix around command 80h (SET STATE).May work RANCE III and SUPER REAL MAHJONG PIV.
61   * [VM/FMTOWNS] CDROM: Command A0h: TOWNS_CD_ACCEPT_WAIT must be only after CDROM_COMMAND_STOP_CDDA.
62   * [VM/FMTOWNS] CDROM: Reply status immediately with PLAY/PAUSE/UNPAUSE without STATUS BIT (44h/C5h/C7h).
63   * [VM/FMTOWNS] CDROM: Maybe working with CCD image.
64   * [VM/FMTOWNS] CDROM: Rename delay/status methods to unique name.
65   * [VM/FMTOWNS] CDROM: Don't occure duplicated EOT.
66   * [VM/FMTOWNS] CDROM: Fix not play CDDA with command SPAM.
67   * [VM/FMTOWNS] CDROM: Fix wrong sector size with single track.
68   * [VM/FMTOWNS] CDROM: Implement ISO file feature, MODE1/2/RAW read feature.
69   * [VM/FMTOWNS] CDROM: Fix wrong response at PAUSE/RESUME CDDA (85h/87h).
70   * [VM/FMTOWNS] SPRITE: Fix around zooming and rotating.
71   * [VM/FMTOWNS] CRTC: Available to display LOW RESOLUTION.
72   * [VM/FMTOWNS] MEMORY: Disable shadow write at F8000h-FFFFFh.
73   * [VM/FMTOWNS] MEMORY: Reset memory map when reset from CPU (i.e.Triple fault).
74   * [VM/FMTOWNS] SPRITE: Implement correct offset handling and clipping feature.
75   * [VM/FMTOWNS] SPRITE: Event driven sprite.
76   * [VM/FMTOWNS] VRAM: TRY: Don't wrap around boundary of VRAM (i.e.8107ffff).
77   * [VM/UPD71071] eFM-Towns works without SINGLE_MODE_DMA.
78   * [VM/UPD71071/TOWNS_DMAC] Add debug message for issues, i.e.Bubble Bobble for FM-Towns.
79   * [VM/UPD71071/TOWNS_DMAC] More correctness addressing on R/W.
80   * [VM/FM7] DISPLAY: Optimize to be faster.
81   * [VM/FM7] DISPLAY: Adjust alignment of some variables.
82   * [VM/FM7] MAINMEM: Fix crash at DISPLAY::initialize().
83              Seems to break memory at FM7_MAINMEM::initialize().
84   * [VM/FM7] MAINMEM: Fixing MEMORY LEAK.
85   * [VM/FM7] DISPLAY: Fix not resume digital palette on loading state.
86   * [VM/PCM1BIT][COMMON] Fix memory access violation in high-pass/low-pass filter.
87   * [VM/MB8877] Fix memory leak on state saving/loading.
88   * [VM/COMMON_VM] Move AD78820KR::, RF6C68::, YM2612:: to libCSPcommon_vm.
89   * [VM] Make event() and mix() (and some functions) with __FASTCALL.
90   * [EMU/Qt] Block execution EMU until prepering GUIs.
91   * [EMU/Qt] Don't out LOG until logger set up.
92   * [Qt/Draw] DO not start thread at Ui_MainWindow::LaunchEmuThread().
93   * [Qt/OSD] Inherit OSD_BASE to QObject.Maybe not needed threading.
94   * [Qt/EMU] MOVE a lot of methods to EMU_TEMPLATE:: and EmuThreadClassBase::.
95   * [UI/Qt] MOUSE: Add mouse sensitivities config GUI.
96   * [UI/Qt] Integrate to single MainWindow object.
97             Fix https://matsuri.5ch.net/test/read.cgi/i4004/1601147054/80 .
98   * [UI/Qt] Add confirm on quitting emulator.
99   * [Qt/LOGGER] Add mutex locking to some functions called from logger.
100                 Fix crash on quitting a emulator.
101   * [UI/Qt] Change orders of "Emulator Menu".
102   * [Qt/MOUSE] Fix mouse clicking on one-board-computers.
103   * [COMMON] Make method of pairXX_t with __FASTCALL.
104   * [UI/Qt] FLOPPY: Use 5inch icon when using 5inch floppy.
105   * [OSD/Qt] Fix using pointer after freeing.
106   * [DOC] Add INSTALL.md and INSTALL.en.md.
107   * [NET/Qt] Re-implement around TCP/IP, UDP/IP.MZ-2500 works.
108   * [Qt/OpenGL] SHADER: Stop to use discard.
109   * [Qt/OpenGL] Make shaders abstraction.
110   * [Qt/OpenGL 4.5] Reduce create/destroy buffers at same screen size.
111   * [Qt/OpenGL4_5] Fix around TV-Rendering.
112   * [QT/OpenGL4.5] Prepare to implement screen distortion.
113   * [Qt/OpenGL] Integrate shaders beyond GL version and GL/GLES.
114   * [UI/Qt] Fix not update around virtual media display.
115   * [UI/Qt] Fix not found disk file include kanji (or another non-latin character)
116              as filename.This issue maybe happen at non-UTF-8 locale.
117   * [Qt/COMMAND_LINE] Fix failure starting args "--fdx" "--bubx" with  D88/D77/B77 file.
118                       Maybe fixed https://matsuri.5ch.net/test/read.cgi/i4004/1601147054/30 .
119   * [BUILD/CMAKE] Support multiarch LIBDIR.
120                   Maybe fixed https://matsuri.5ch.net/test/read.cgi/i4004/1601147054/21-24.
121   * [BUILD/CMAKE] Try to resolve https://matsuri.5ch.net/test/read.cgi/i4004/1601147054/33.
122   * [BUILD/Win32] Make CSPcommon_vm DLL.
123   * [BUILD/CMAKE] FORCE SET C++ STANDARD to C++11.
124   * [TOOLCHAIN/WIN32] Update cross-build X264 script.
125   * [TOOLCHAIN/WIN32] Update cross building scripts for some external libraries.
126   * Built with 46662e26995354caf47739a7723cd5b96dc67a26 (or later).
127
128 -- Dec 16, 2020 00:40:21 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
129
130 * SNAPSHOT September 26, 2020
131  * Upstream 2020-04-06.
132  * [FMTOWNS/DMAC] Bootable TownsOS v1.1L30 based softwares.
133                   Fix around DMA address mask.
134                   See source/src/vm/fmtowns/00_status.ja.md.
135  * [General] Now, version of all DLLs/SOLIBs are 3.0.x.           
136  * [DEVICE] Change API: special_reset(num).
137             This aimes to support FM-Towns's multiple special resetting.
138  * [I18N] Prepare to support multiple languages.
139  * [Draw/GL4_5] Wait until complete to mapping.
140                 Fix crash with QUAZZLE (FMTOWNS;FSW Collection 10).
141  * [VM/FMTOWNS][OOPs] Fix fallthroughs.
142  * [VM/FMTOWNS] Add IC CARD feature.
143  * [FMTOWNS/CRTC] More simple logic at rendering.
144  * [FMTOWNS/CDROM] RESTORE/SEEK COMMAND (00h) must seek to lba0, then aimed lba.
145  * [FMTOWNS/CDROM] PAUSE COMMAND (85h) : Return extra status even isn't audio track.
146  * [FMTOWNS/CDROM] READ MODE1: May not need extra status, integrated after reading.
147  * [FMTOWNS/MEMORY] Integrate memory accessing to primitive inline functions.
148  * [FMTOWNS/CDROM][WIP] Status around CMD A0h. This is working-in-progress.
149  * [FMTOWNS/CDROM][WIP] TRY: Implement PIO transfer.
150  * [FMTOWNS/CDROM] Should read per a sector, not variable length.
151  * [FMTOWNS/CDROM] Implement pseudo burst transfer for DMA.
152  * [FMTOWNS/CDROM] Set CDDA_STATUS=CDDA_OFF before reading data.
153                    Fix スーパーリアル麻雀PIV.
154  * [FMTOWNS/SPRITE] Initially works.
155  * [FMTOWNS/VRAM] Faster write access via write_memory_mapped_io[16|32]() .
156  * [FMTOWNS/TIMER] Disable free run counter before 1H/2H/1F/2F.
157  * [FMTOWNS/FLOPPY] Implement some bits and disk changed feature 
158                     (0208h:bit0:R after Towns2H/2F/1H/1F).
159  * [FMTOWNS/TIMER] Didable 1uS wait feature wait before xxF/xxH.
160  * [FMTOWNS/KEYBOARD] TRY: Boot with 'CD' 'H0' etc.Still works only with 'DEBUG'.
161  * [FMTOWNS/SCSI] Add SIG_SCSI_EOT signal.
162  * [FMTOWNS/SCSI] Set ctr_reg after sending command to host.
163  * [Qt/LOGGER] Fix not initialize (internal)osd_pointer;
164                wish to fix below issue (@Fedora Linux) 
165                https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/935
166                by this.
167  * [VM/I386_NP21] Memory access:Make functions inline to be faster processing.
168  * [VM/COMMON_VM] Fix warining of 'set_context_intr' hides overloaded 
169                   virtual function [-Woverloaded-virtual] with LLVM Clang++.
170  * [VM/MC6809] Remove MC6809_BASE::, integrated to MC6809:: .
171  * [VM/Z80] Remove Z80_BASE::, integrate to Z80:: .
172  * [VM/UPD7220] Limit address of PSET.More correctness clock feature.
173  * [VM/UPD71071] Fix tc bit down.
174  * [VM/UPD71071] Add some signals.
175  * [VM/UPD71071][FMTOWNS][MZ2800] Update API; Separate TC signals per a channel.
176  * [VM/UPD71071] SREQ is prior than MASK.Don't auto transfer at demand mode.
177  * [VM/UPD71071] Implement ENDx signal for stopping DMA from some devices.
178
179  * [VM/I8259] Initialize registers by reset().
180  * [EMU][UI/FLOPPY] Implement 1sec delayed open() for floppy, 
181                     fix not detect when changing from HISTORY.
182  * [X1/DRAW] Fix spending a lot of host CPU usage on draw_screen().
183              This issue has happened at only X1 (not turbo) due to
184              memory aligns and cache lines.
185              Set alignment of RAM and some values.
186  * Built with 97db8d7a26eb8eeb7722b009456d7c9bcadda0f7 (or later).
187
188 -- Sep 26, 2020 18:29:40 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
189
190 * SNAPSHOT June 27, 2020
191  * Upstream 2020-04-06.
192  * [EMULATION] Now, emulation period is half of one frame.
193                Because some devices (i.e. mouse) seems to need a short period.
194                This may change to 1/4 of one frame (or not).
195                See event.cpp and qt/common/emu_thread.cpp (& more).
196  * [VM/EMU] Important: now EMU:: class inherits EMU_TEMPLATE:: .
197  * [VM/EVENT][Qt] execute event->drive() (or event->run()) by half frame.
198                   This is workaround for choppy mouse pointer/joystick.
199  * [VM/FMTOWNS] Still works initially.
200                 See source/src/vm/fmtowns/00_status.ja.md,
201                 STATUS section of doc/VMs/fmtowns.txt
202                 and 000_gitlog.txt .
203  * [VM/FMTOWNS] CDROM: Implement CMD 00h (SEEK) correctness.
204                 May Fractal engine works..
205  * [VM/DEVICE][DEBUGGER] Add Call trace feature to I386_NP21.
206                          DEVICE::'s API HAS CHANGED.
207  * [VM/DEBUGGER] Add logging to "UCT" (Call trace) command.
208  * [VM][CONFIG] Add variable memory size feature to some VMs.See eFMTOWNS.
209  * [Qt/OpenGL4_5] Draw: Fix crash with external mapping (immutable storage).
210                         Still not implement reading buffer.
211  * [COMMON/FIFO] Add FIFO::fifo_size() and FIFO::left().Update SOVERSION.
212  * [BUILD/CMake] Win32: Update toolchain for LLVM10.x and Ubuntu20.04
213                  (Has uploaded to
214                  https://hub.docker.com/repository/docker/artanejp/mingw-w64-llvm10-ubuntu20.04/general ).
215  * [BUILD/Linux] Debian Sid: Now, build with CLANG 10 and Qt5.14.
216  * [VM/FMGEN][VM/YM2612][VM/FMTOWNS] Fix prescaler value, calculating for own OPN2.
217  * [VM/I386_NP21] Merge Upstream 2020-04-06 's I386::/NP21.Belows are differ from upstream:
218       - Make some memory access functions inline (these are bottoleneck of emulation).
219       - And some modifies are same as SNAPSHOT March 03, 2020.
220  * [VM/I386_NP21] Optimise for speed, make some functions __inline__ .
221  * [VM/I386_NP21] Fix EDX value at resetting.
222  * [VM/I386_NP21] Temporally enable FPU for i386.
223  * [VM/I386_NP21][DEBUGGER] WIP: Adding exception handling.
224  * [VM/I386_NP21] Log when made panic.
225  * [VM/I386_NP21] Add undefined instruction "0F A6".
226                   This may act as "int 6".Thanks to Soji Yamakawa-San.
227  * [VM/I386_NP21] FPU: FISTTP INSNs (prefix DF) are only later than Pentium 4,
228                   not exists I386/486/Pentium.
229  * [VM/I386_NP21] Disable FPU with I386, enable with I486SX.
230  * [VM/I386_NP21] Change FPUemul to DOSBOX2 (temporally).
231  * [VM/I386_NP21] Initialize CR0 to 0x00000000 (+some bits) for i386.
232  * [VM/I386_NP21] *Perhaps* REPNE MOVS[B|W|D] don't dedicate Z flag,
233                   Thanks to Soji Yamakawa-San.
234  * [VM/I386_NP21] Fix FTBFS with LLVM CLANG++.
235  * [VM/I386_NP21] Add interrupt within rep prefix'ed ops.
236  * [VM/UPD71071] Modify handling of 16bit transfer mode.
237  * [VM/UPD71071] TOWNS_DMAC: Implement *truely* 16bit transfer feature
238                              from Renesas(NEC Electronics)'s DATA SHEET.
239  * [VM/UPD71071] TOWNS_DMAC: Ugly workaround for 16bit transfer DMAC command.
240                              Will fix.
241  * [VM/UPD71071] Change mean of TC bus bits (per channel).See mz2800.cpp.
242  * [VM/UPD71071] TOWNS_DMAC: Fix mandatory name with "mask" variable/arg.
243  * [VM/UPD71071] Adjust status of on-demand-mode.
244  * [VM/I8253] Add debugger feature, still reading only.
245  * [VM/DEBUGGER] Add "RH" command to debugger and
246                  bool get_debug_regs_description(_TCHAR *, size_t) to API.
247  * [VM/FMTOWNS] FONTROMS: Add API read_direct_data8() to reading faster by CRTC.
248  * [VM/FM8] Fix warning from EVENT:: when resetting.
249  * [VM/SCSI] Add new (pseudo) SIGNAL for preparing to use buffered transfer.
250  * [Qt/LOGGER] Shrink redundant title.
251  * [VM/LOGGER][OSD][VM_TEMPLATE] Add API to log with VM's time.
252  * [OSD/Qt]Remove mouse position limiter.
253  * [UI/Qt] Virtual media: Adjust width of "HDx:".
254  * [UI/Qt] Add filename feature to Virtual-Media indicator.
255  * [UI/Qt] Adjust width for HDD.
256  * [UI/Qt][OSD] Add tooltip for virtual medias.
257  * [UI/Qt] CDROM: Add "SWAP BYTE ORDER for AUDIO" config entry.
258  * [OSD/Qt][LOGGER] Fix linkage error for LLD 10.x and Win32 cross.
259  * Built with d2322eb3793c06a3056ed10245d49c6a865a79d4 (or later).
260
261 -- Jun 27, 2020 01:51:03 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
262
263 * SNAPSHOT March 03, 2020
264  * Upstream 2020-02-21.
265  * [VM/FMTOWNS] Work initially.
266                 See STATUS section for doc/VMs/fmtowns.txt and
267                 000_gitlog.txt .
268  * [VM/I386_NP21] Merge Upstream 2020-02-21 's I386::/NP21.Belows are differ from upstream:
269       - Implement memory wait to change CPU speed.
270       - Implement extra reset wire to notify CPU reset.
271       - Some headers are changed due to cause FTBFS with GCC.
272       - Character encoding chenged to UTF-8 at most of source files(not all?)
273  * [VM/I386] IMPORTANT: libcpu_newdev/i386 has removed.I386:: porting from NP21 seems to be working nice, no need to porting from MAME/C++.
274  * [UI/Qt] Add HARDDISK CREATION feature.
275  * [VM/HARDDISK] Calculate correctness C/H/S of HDD.
276  * [VM/SCSI_HDD][WIP] Implement RECALIBRATE SCSI command.
277  * [VM/SCSI_HDD][VM/SCSI_DEV] Implement some command.But still not active.
278  * [VM/BMJr] Fix Break sequence. Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/648 .
279  * [VM/BMJr] Fix reset-key (EIKIGOU + BREAK) sequence.
280  * [VM/BMJr] Alse assume Back Space key to DELETE key.
281  * [VM/BMJr] Also assume Esc key to BREAK key.
282  * [VM/FMGEN] Initial implemantation of YM2612 (OPN2).
283  * [VM/UPD71071] Make some functions make virtual to prepare overwrap by TOWNS_DMAC.
284  * [VM/DEVICE] Add update_signal_mask() to modify signal mask for SIG_SCSI_DAT for SCSI/SASI devices.
285  * [VM/COMMON_VM] Include SCSI devices to libCSPcommon_vm, excepts SCSI_HOST::.
286  * [VM/PCENGINE] ADPCM: Fix em-bugged freeze ADPCM DMA after CDC STATUS (write to I/O 1800h.)
287  * [VM/PC9801] 86PCM: Fix Initial value of PCM_MUTE(A66Eh).Adjust volume multiply factor.
288  * [BUILD/Windows] LLVM: Update Qt version to 5.14.
289  * [VM/PC9801] DISPLAY: Re-Backport from Upstream 2020-02-01.Kakinoki Syougi works fine.
290  * [VM/SCSI_CDROM] Fix freeze some PC-Engine's CD-ROM^2 games and SCSI HDD for FM-Towns.
291  * [Qt/OpenGL_ES] Win32: Fix shader compilation errors with Angle Project.
292  * [Qt/OpenGL] Correctness texture magnitude calculating.
293  * [UI/Qt] Win32: Fix closing D77/D88 image when select another slot.
294  * [UI/Qt] Harddisk: Add *.h0-*.h9 , they are Unz (Towns emulator)'s virtual harddisk images.
295  * [OSD/SOUND] Fix crash when effective sound sink don't exists.
296  * [Qt/OpenGL] Fix FTBFS if don't have libglu.
297  * [UI/Qt] Add "USE_CUSTOM_SCREEN_ZOOM_FACTOR" flag to fooVM.h.
298  * [UI/Qt] Try: Make GUI core (QApplication -> QCoreApplication) to be non-Global.
299    Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/719 .
300  * Built with fd1687a197f8e25788c8231a08e73fb3a5667763 (or later).
301
302 -- Mar 03, 2020 15:13:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
303
304 * SNAPSHOT Jan 05, 2020
305  * Upstream 2019-12-31.
306  * This is point release, still exists some issues (i.e.EMM386(NEC/PC98) and FreeBSD(98) don't work) for PC-9801 and PC-Engine and some VMs, will fix them.
307  * [PCENGINE/CD-ROM^2] More games work.Except some games (i.e. Valis1/2).
308  * [DOC] Add CrossBuild_Win32.ja.txt.
309  * [VM/FM77AV] VRAM: Fix crash with opening of LUXOL.
310  * [VM/FM7] DISPLAY: Simplify logic of draw_screen().
311  * [VM/M5] Fix keyboard input, separate BOTH LSHIFT and RSHIFT.
312            Expect to fix issue of https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/617.
313  * [VM/COMMON_VM] Add MEMORY:: (vm/memory.[cpp|h]) to libCSPcommon_vm.
314  * [VM/COMMON_VM] MEMORY:: ; update API.
315  * [VM/COMMON_VM] Include IO:: class to common_vm.
316  * [VM/SCSI_DEV] Comment out duplicated writing to SIG_SCSI_DAT.
317  * [VM/UPD71071] Prepare address extend for uPD71071 (for Towns).
318  * [VM/UPD71071] do_dma() : Split to tiny functions.
319  * [VM/SCSI_CDROM] CD-DA: Fix playing beyond multiple tracks.
320               Fix freezing some CD-ROM^2 games for PC-Engine (i.e. Vails series).
321  * [VM/PCENGINE] ADPCM: Add comments.
322  * [VM/PCENGINE] ADPCM: Fix stopping with command 60h(REPEAT PLAY).Fix not sounding BOSS round at Valis2, but still hangs up.
323  * [VM/PCENGINE] SCSI_CDROM: WIP: Fixing not play game at Valis 1.
324  * [VM/I386] Reduce compiler warnings.
325  * [Qt/OpenGL] Use half float textures if enabled.
326  * [Qt/OpenGL] GL3: Fix using color space; yiq to ycrcb.
327  * [Qt/OpenGL] GLPack:: Selective texture having (or not) ALPHA CHANNEL.
328  * [Qt/OpenGL] GL4.5: Fix not capture GPU snapshot from RENDERDOC.
329  * [Qt/OpenGL] GL4.5: Fix not map buffer to screen on most (not all) of emulators.
330  * [Qt/OpenGL] GL4.5: Tuning around "TV Renderer".
331  * [Qt/OpenGL] GL4.5: NTSC SHADER: Adjust scale factor.
332  * [Qt/OpenGL] OpenGL ES: Add entry for OpenGL ES 3.1.
333  * [Qt/DRAW_THREAD] New (more accurate) draw scheduler.
334  * [Qt/ABOUT_DIALOG] Maybe improve credit displaying.
335  * [Qt/AVIO] Replace fprintf() to logging functions.
336  * [OSD/KEYBOARD] Remove some obsoleted defines.
337  * Built with e327e2060d37129fed5cb150cbae8ef943fc03f8 (or later).
338
339 -- Jan 05, 2020 20:59:52 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
340
341 * SNAPSHOT Oct 15, 2019
342   * Upstream 2019-04-30.
343   * This is point release, still exists some issues (i.e.EMM386(NEC/PC98) and FreeBSD(98) don't work) for PC-9801 and PC-Engine and some VMs, will fix them.
344   * [Tools] Add DUMP LIST CHECKER.
345   * [BUILD/Win32] Build with LLVM CLANG (for MinGW-w64).Because GCC for MinGW-w64/Win32 has very slow exception handling (due to Borland's patent). 
346   * [BUILD/Win32] See https://github.com/Artanejp/llvm-mingw and https://hub.docker.com/r/artanejp/llvm-mingw64-ubuntu-cosmic for datails.
347   * [BUILD/Win32] Build against FFMpeg 4.2.
348   * [FM7/SOUND] Fix reading value of PSG register(s).Fix sound of FM-7's demonstration with FM-7/77 (not with 77AV variants).
349   * [FM7/SOUND] Separate reset sequence for OPN/WHG/THG/PSG to a common function.
350   * [VM/FM7] Replace printf debug messages to out_debug_log().
351   * [VM/FAMILYBASIC] WIP: Fix wrong string for romaji-kana (and auto key).Still imcoplete, implementing DAKUION,will fix.
352   * [VM/PC9801] CPUREG: V30 SUB CPU works.
353   * [VM/PC9801] Re-define DIPSW, to work with V30@PC-9801RA.
354   * [VM/PC8801] Fix double install DEBUGGER:: for OPN#1,#2.Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/598 .
355   * [VM/MC6809] Fix duplicate signal; SIG_CPU_HALT.
356   * [VM/DEBUGGER] Fix FTBFSs with LLVM CLANG.
357   * [VM/AY_3_891X] Fix pop noise when enabling lpf or hpf.
358   * [VM/Z80DMA] OOPS: Disable debug spam.
359   * [VM/Ix86] More correctness wait.
360   * [VM/Ix86] Implement wait by memory-wait-factor.
361   * [VM/Ix86] Add SIG_CPU_HALTREQ.
362   * [VM/I386][VM/V30] Fix cloick handling when BUSREQ/HALT.
363   * [VM/I8259] PC9801: Fix crash when changing V30 Sub CPU <-> i286/i386 Main CPU.
364   * [VM/EVENT] Update comment of scheduler (EVENT::drive()).
365   * [EMU/ROMAJI_KANA] Some characters are enabled to input via ROMAJI-KANA conversion.
366   * [EMU/AUTOKEY]  Some characters are enabled to input via pasting from clipboard.This using UCS-4(aka UTF-32) internal format.
367   * [Qt/OpenGL] Don't makeCurrent()/doneCurrent() inside of resizeGL().Fixed crash running within Docker container.
368   * [UI/Qt] ROMAJI_KANA: Some characters input from KANA mode (by host) are enabled.
369   * [UI/Qt] VM: Add keycode - vk - name table listing features.See vm/fm7/keyboard.cpp and qt/osd_base.h and gui/dialog_set_key.cpp.
370   * [Qt/LOGGER] Threaded console logging.
371   * [Qt/AVIO] Update FFMPEG's API: Revoke to use functions marked as deprecate.
372   * [Qt/AVIO] Drop to use deprecated functions for FFMpeg 4.x.
373   * [Qt/AVIO] Add some codec entries (still not implement).
374   * [OSD/Qt] Update sound APIs: for sound sampling.Still be imcomplete.Will implement.
375   * [OSD/SOUND] Simplify sound callback for SDL.
376   * [OSD/SOUND] SDL: Convert sound rate/bitwidth.
377   * [OSD/General] Fix not reply version of libvCSPosd.Display OSD version at "about this software".
378   * [QT/MOVIE_LOADER] Fix weird initilaizing memory.
379   * [Qt/MOVIE_SAVER] CONFIG: Some functions make dllexport.
380   * [Qt/HOMEBREW] Fix not detected SDL at configuration of Qt::Gamepad.
381   * [Qt/JOY_THREAD] Fix memory leak when plug/unplug joystick.
382   * [UI/Qt] Add font selection to debugger and log view dialogs.
383   * [UI/Qt] AUTO_KEY: Copy and paste: Paste even Zenkaku KATAKANA/HIRAGNA/ASCII to VM (converted to Hankaku letters).
384   * [Qt/CONFIG] Keep font metrics and window size of debugger and log viewer.Save to foo.ini file.
385   * [Qt/OpenGL] GLES: Fix texture format for float/half float.May work "TV RENDERER" with Win32 build (via ANGLE).
386   * [Qt/OpenGL] Use half float texture for float textures to reduce GPU usage.
387   * Built with 74c7914381802640510c76f176b3c3ffeceb678d (or later).
388
389 -- Oct 15, 2019 02:40:49 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
390
391 * SNAPSHOT Aug 16, 2019
392   * Upstream 2019-04-30.
393   * This is point release, still exists some issues (i.e.EMM386(NEC/PC98) and FreeBSD(98) don't work) for PC-9801 and PC-Engine and some VMs, will fix them.
394   * [UI/Qt] DEBUGGER: Add history for debugger command line.
395   * [UI/Qt] DEBUGGER: Add auto-completion for command-line.
396   * [VM/DEVICE] Use __FASTCALL with interfaces, read_*() ,write_*(), fetch_op() and some functions.Make this faster emulation (i.e.PC-9801RA and EMM386 under FreeDOS).
397   * [VM/PC9801] Separate EGC functions.
398   * [VM/PC9801] Add V30@8.0MHz with some I286/I386 machines.
399   * [VM/PC9801] Check differnt of system work area (0000:0400-0000:05FF) both mame(pc9801rs) and emupc9801ra .
400   * [VM/PC9801] Add "UPPER_I386" flag for detect using later than HAS_I386.
401   * [VM/PC9801] CPUREG: (Maybe) improve changing cpu sequence around I/O 00F0h.
402   * [VM/PC9801] CPUREG: Redirect interrupt signal via CPUREG:: .VMs with V30 sub CPU (i.e.PC9801RA) work with V30.
403   * [VM/PC9801] Fix wrong initialize SYS_PORT_B.
404   * [VM/PC9801] Fix wrong initialize memory switch.
405   * [VM/PC9801] Add DIPSWITCH object.
406   * [VM/PC9801] Fix different value at [0000:0501].
407   * [VM/PC9801] MEMBUS: Split update_bios() to functions.
408   * [VM/FP1100] Fix lacking some key symbols.Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1526806551/540 .
409   * [VM/AY_3_891X] Fix not supported defines, replace flags.
410   * [VM/AY_3_891X] Add feature ; dump/set register via debugger.
411   * [VM/YM2151] Add feature ; dump/set register via debugger.
412   * [VM/YM2203] Add feature ; dump/set register via debugger.
413   * [VM/SN74689AN] Add feature ; dump/set register via debugger.
414   * [VM/BEEP] Add feature ; dump register via debugger.
415   * [VM/PCM1BIT] Add feature ; dump register via debugger.
416   * [VM/I80x86/V30] Start debugger even halting.
417   * [VM/I80x86/8088/V30] Make i86/186/88/286 and V30 to common_vm.
418   * [VM/I386] Fix WRONG flag mask at LMSW.
419   * [VM/I386] MOV CR0 EyX : Fix wrong flags handling.
420   * [VM/I386] Exitable when falling into infinite TRAP-Loop.
421   * [VM/I386] mov CRx,R32/mov r32,CRx : Adjusting.
422   * [VM/i8259] Add PIC HACKing flag for PC9801.
423   * [VM/uPD7810/uPD7907] PC2001: Include uPD7810 variants and uPD7907 to libCSP_common_VM.
424   * [VM/MB8877] Fix buffer overflow with logging.
425   * [VM/Z80DMA] TODO/WIP: Workaround for https://tablacus.github.io/LSX-Dodgers/ .This still be not resolved issue.
426   * [VM/EVENT] Add remove_context_cpu().This may not effect to MAIN_CPU(id==0).
427   * [DOC/FM7] Fix typo (*ノω・*)てへぺろ
428   * [Qt/LOGGER] Improve locking.
429   * [UI/Qt] OOPs: Fix LACK of DATARECORDER BUTTONS(abolish of USE_TAPE_BUTTON): Lack of merging UPSTREAM 2018/10/07.
430   * [UI/Qt] MENU: Split some methods (of Ui_MainMenuBase::) to menu_emulator.cpp and menu_machine.cpp .
431   * [UI/Qt] MENU: Simplify menu creation.
432   * [CONFIG/Qt] Fix bit order of logging configure.
433   * [BUILD/CMAKE] Add CPU affinity mask when compiling.This may work only with GNU/Linux host.
434   * [BUILD/CMAKE] Improve build message with finished.
435   * [BUILD/MINGW] Update optimize parameter.
436   * [BUILD] Separate definitions of archtecture flags.
437   * [BUILD] Add ARM32/64 definitions (initial).Still not testing.
438   * Built with 0810a8f8b9ba44cedc19bf6b8e903c9c1b5d6f04 (or later).
439
440 -- Aug 16, 2019 20:38:06 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
441
442 * SNAPSHOT May 18, 2019
443   * Upstream 2019-04-30.
444   * [General] Add Hino Electronics CEFUCOM-21.
445   * [Build/GCC] Fix FTBFS without setting LTO_THREADS value and selecting USE_LTO.
446   * [Build/Linux] buildvars.dat: Add "USE_SHRINK_DEBUG_SYMBOL" flag to save disk space.
447   * [COMMON] Add high pass/low pass filter function.
448   * [VM/PCM1BIT,AY3_891x] Add LPF feature.See initialize_sound().
449   * [VM/EVENT] Add sound sampling (from host machine) feature framework.
450   * [COMMON] Add RINGBUFFER:: class, extend of FIFO::.
451   * [FIFO] Add [fill|empty] warning feature.This may be useful for some devices. i.e. 16550 UART, variants of i8251.
452   * [FILEIO] Add StateVector() classes.
453   * [VM/DEVICE] Add CPU pseudo SIGNALS, 108 to 110.
454   * [VM/COMMON] Delete unneeded __builtin_assume_aligned().MinGW32 build works built with "-msse2 -O3".
455   * [VM/DMA] Add NEW signal, notify to write-changed address.
456   * [VM/EVENT] Add new APIs for recording sound.
457   * [VM/PC9801RA] Note: Still not running Microsoft's EMM386.EXE and FreeBSD(98).Will fix.
458   * [VM/PC9801] [SASI_BIOS] Fix wrong sectors at FORMAT command.Fix run out at DOS installation.
459   * [VM/PC9801] Add some DIPSWITCH features.
460   * [VM/PC9801,FMR50,FMR30][SASI_BIOS] Add translate_address(segment,offset) to DEVICE:: .
461   * [VM/PC9801,FMR50] Add pseudo-cycles args to  pseudo-bios for i86/286/386.
462   * [VM/PC9801] Truely bootable MS-DOS 6.20,excepts EMM386.EXE.
463   * [VM/PC9801][SOUND] Playable PCM of PC-9801-86.
464   * [VM/PC9801][PC-9801-86] Mostly implement PC-9801-86 sound board.Touhou-Huumaroku (partly) works.
465   * [VM/PC9801][MEMBUS] Remove shadow_memory, this includes ram[0xc0000]-ram[0xe7fff].
466   * [VM/PC9801][MEMBUS] Maybe complete to set mapping bus to 32bit VMs except Hi-Reso.
467   * [VM/PC9801][MEMBUS] Faster memory access.
468   * [VM/PC9801][EGC] Make EGC faster (maybe...).
469   * [VM/PC9801][CPUREG] Add ARCTIC (a.k.a Timestamp) and 0.6uS? Wait.
470   * [VM/PC9801][SASI_BIOS] Improve SENSE command.Write results to 0000:0585h at INITIALIZE.
471   * [VM/PC9801][DISPLAY] EGC: Add write protect register (03h).
472   * [VM/PC9801][FLOPPY] Improve drive setting via 2DD <-> 2HD.
473   * [VM/PC9801][MOUSE] Set clock to 120Hz when resetting.
474   * [VM/PC9801] Support low resolution monitor.This is WIP.
475   * [VM/PC9801][VM/I386,I286] Add variable (main) CPU clock via CPU's write_signal().Add cpu_wait_foo() with CPU_EXECUTE(foo) .
476   * [VM/PC9801RA] Enable to boot contains i386 CPU with (about) correctness ITF and IPL.
477   * [VM/PC9801RA] Enable EGC.
478   * [VM/I386] Separate I386_OP(int) to I386_OP(int_16) and I386_OP(int_32) because pseudo bios int call (maybe 1Bh) should be in 16bit mode.
479   * [VM/I386] Enable debug log (logerror()).
480   * [VM/I386] Improve CALL ABS SELECTOR:OFFSET.
481   * [VM/I386] Call PSEUDO-BIOS even VM86 mode, EMM386.EXE for FreeDOS(98) and VEM486 (at MS-DOS 6.2) may work(still unstable a bit).
482               Some games, i.e. Touhou-KaikiDan work now.
483   * [VM/I386] Faster FETCH/READ.
484   * [VM/I386] Make some functions around address translation INLINE.
485   * [VM/I386] Fix unexpected page fault when accessing memories.
486   * [VM/I386] Try to call pseudo-bios even within protected mode (inside of i386_trap()).
487   * [VM/DEVICE,I386,I286] Add total_icount via read_signal().To implement PC-9801's clock counter.
488   * [VM/DEVICE] Add address_translate() API to generic devices.
489   * [VM/I8237] Debug register dump: Add "BANK" registers.
490   * [VM/I286][PC9801] Add SIG_I386_FORCE_RESET to notify resetting to external devices.Fix "A20 ERROR" at rebooting PC-9801(32BIT MODELS) with rebooting from program.
491   * [VM/UPD7220][PC9801] Add GDC clock feature. UPD7220::set_clock_freq().
492   * [VM/UPD7220] Implement position limiter for drawing (line etc).You may set gdc_foo->set_screen_width() and gdc_foo->set_screen_height().
493   * [VM/UPD7220] Apply "uPD7220 Design manual".make FIFO as ring buffer.
494   * [VM/UPD7220] More precision emulation.
495   * [VM/UPD7220][COMMON_VM] Integrate UPD7220_BASE:: and UPD7220:: to UPD7220:: .
496   * [VM/UPD7220] Fix not blink cursor.
497   * [VM/UPD7220] Improve around command interpret.This makes apply *real* command-queue-empty to IO 00h:BIT2.
498   * [VM/UPD7220][PC9801] Add UGLY PC98 HACK to UPD7220:: from NP2.
499   * [VM/UPD7220] Update around SYNC and drawing(WIP).
500   * [VM/YM2203] Fix wrong status reply at address #3.
501   * [VM/MEMORY] Faster memory access.
502   * [VM/MC6809][COMMON] Improve disassembler.Thanks to HASERIN-San.
503   * [VM/MC6809][DISASM] Fix offset address around INDEX addressing.
504   * [VM/PC9801][MEMORY] Add new API at copy_table_[r|w|rw](to, start, end).
505   * [VM/PC9801][DISPLAY] Faster accessable GDC.
506   * [VM/PC9801][DISPLAY] More faster VRAM access (via EGC/GRCG).
507   * [VM/PC9801][SASI_BIOS] Fix status values of SASI commands.
508   * [VM/LIBCPU_NEWDEV] Remove deprecated classes.
509   * [BUILD/WIN32] Adjust GCC option for MinGW.
510   * [QT/MENU_FLAGS] Fix TYPO.
511   * [QT/EMU,OSD] Adjust emulation sequence.
512   * Built with 88b18e84a6e8049da97d15ddc96d5acf30b1fcb5 (or later).
513
514 -- May 18, 2019 23:00:59 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
515   
516 * SNAPSHOT February 22, 2019
517   * Upstream 2019-02-19.
518   * [VM] Fix crash when end of emulation at various(!) VMs.
519   * [DEBUGGER/EMU] Some functions at debugger.cpp moved (and modified) to emu.cpp. This workaround needed by libCSPcommon .
520   * [EMUUTIL/WIN32] Temporally disable SSE2.
521   * [VM/I8080] I8085: Fix around SID instruction.FP200 works.
522   * [VM/MSM5205] Add new API: pause_w().
523   * [VM/MSM5205] Adjust ADPCM's sound level due to be too small sound.
524   * [VM/UPD71071] Add 16bits transfer mode (needs to emulate FM-Towns).
525   * [VM/PCENGINE] Separate around ADPCM from pce.cpp.
526   * [VM/PCENGINE] Mostly works CD-ROM^2 softwares, excepts (at least) Valis2 and R-TYPE. Some softwares still contain wrong working.
527   * [VM/SCSI_CDROM] CDDA: Fix interpreting cue sheet.Lasersoft's brand softwares may works.
528   * [VM/SCSI_CDROM] CDDA:Don't update track when setting end position.
529   * [OSD/Sound] Update OSD API, initialize_sound() has 4 args, not 2.
530   * [OSD/Sound] SDL_MixAudioFormat() *MUST* use for SDL2, shouldn't use SDL_MixAudio for SDL2.
531   * [Qt/OpenGL] Asynchronous pixel transfer with OpenGL 4.5 (and Core profile renderer).
532   * [Qt/OpenGL] Now, core profile needs less than OpenGL 4.5.
533   * [Qt/OpenGL] Fix not save screenshot with OpenGL renderers.(This issue didn't happen with OpenGL ES).
534   * [Qt/AVIO] Fix wrong color at one-board-computers.
535   * Built with 7574bd8b47c65e32c4f4a41ec593db71cc375230 (or later).
536
537 -- February 22, 2019 04:44:44 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
538   
539 * SNAPSHOT January 13, 2019
540   * Upstream 2019-01-11 .
541   * [UI/Qt] OSD: Joystick-To-Keyboard: Add "1235" feature.Useful for DELPHIS (for FM-8/7) etc.
542   * [UI/Qt] OSD: Apply "Joystick to Keyboard" feature.
543   * [BUILD] Separate threads definition for LTO.
544   * [WIN32] Update DLLS.Now using Qt5.12 and FFMpeg 4.1 and X264 157 API.
545   * [VM/I386][NEWDEV] Update to upsteream.
546   * [VM/PC8001] Load "FONT.ROM" as fallback, if "KANJI1.ROM" don't exists.
547   * [NOTE] Now implementing FM-Towns, but still not buildable.
548   * Built with c2d34b15d4c1d374e61a3ab8f66e1cca2ac926bd (or later).
549   
550 -- January 13, 2019 01:55:36 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
551   
552 * SNAPSHOT December 18, 2018
553   * Upstream 2018-12-09 .
554   * [VM/PC9801] Add pseudo SASI BIOS for PC-9801.WIP.
555   * [VM/EVENT] Improve error message at cancel_event().
556   * [VM/HUC2680] Improve around timer.Thanks to  Ootake v2.83.
557   * [VM/PCENGINE] Improve process around NEC extended command (0xd*).
558   * [VM/PCENGINE] PCE_ADPCM: Fix not sound data length >= 65536 bytes.This still don't fix some softwares.i.e. Megami-Paradise.
559   * [VM/PCENGINE] Porting from Ootake v2.83.This still WORK-IN-PROGRESS.
560   * [VM/PCENGINE] CDROM: Don't reset ADPCM more than once at CDROM makes "NOT BUSY".
561   * [VM/PCENGINE] Most of CD-ROM^2 softwares maybe work.Excepts LASERSOFT's products and using "ARCADE card".
562   * [VM/SCSI_CDROM] Add write_signal() to control CDDA from MACHINE.
563   * [VM/SCSI_CDROM] Fix CD-DA buffer handling.Reading buffer should be per 2352 bytes.
564   * [VM/SCSI_CDROM] CUE: More correctness cue parsing.
565   * [VM/SCSI_CDROM] CUE: Set default pre-gap to 2Sec (150frames).Fix audio problems of most softwares.Maybe fixed issues on Manhole.
566   * [VM/SCSI_CDROM] More correctness SEEK/Interrupt timing.
567   * [VM/FM7] DISPLAY: Fix for logging "[EVENT] EVENT: device (name=DISPLAY SUBSYSTEM, id=25) tries to cancel event 6 that is not its own (owned by (name=PRINTER I/F id=20))!!!"
568   * [Draw/Qt] OpenGL: Abondon depth test.
569   * [UI/Qt] OOPS: Fix OOPs around mounting virtual D88/D77 image(s).
570   * [UI/MENU] HARDDISK: OOPS: I missed update directory.
571   * [UI/MENU] Fix oops dialog of opening virtual HDD.
572   * Built with ee880845ec85aa431df3c7a937611e9c20dd591d (or later).
573   
574 -- December 18, 2018 16:31:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
575
576 * SNAPSHOT November 24, 2018
577   * Upstream 2018-11-23 .
578   * [DOC] Add how to running OpenGL ES with Wine (not native Windows).See Doc/Tips_Wine.en.txt.
579   * [General] Fix FTBFS with LLVM CLANG.
580   * [BUILD/IA32] Build even don't use MMX, SSE and AVX.
581   * [COMMON] Define some SIMD related types to common.h.Please re-define some types (__v4hi, __v8hi and __v16hi) with MSVC.
582   * [COMMON] Add VRAM render common routine.This needs to initialize bit_plane_table before use.
583   * [COMMON] Define decl.of alignment.Wish to fix FTBFS with Microsoft C++.
584   * [VM/SCSI_CDROM] Implement *correctness* CUE parser.Mostly works fine, but lip-syncing with CDDA still not correct.
585   * [VM/MB61VH010][FM77AV] More accurate busy flag implement.Don't accept drawing line if before drawing line still not end.This saves host CPU usage.
586   * [VM/X1] VRAM: Apply renderer to TEXT/(P)CG rendering.
587   * [VM/I386] Fix INT xxh with pseudo-bios.
588   * [VM/PCENGINE] Fix around CD-ROM^2 and ADPCM.Most of softwares works.(But,lip-syncing don't well).
589   * [VM/MSM5205] Use toggle switch clock.Reserve of future extend.
590   * [VM/HUC6280] Fix not start debugger.
591   * [VM/SCSI_CDROM] Fix around CDDA.
592   * Built with b4d06ae650417feb326d304770d258b3c5fa3aaa (or later).
593
594 -- November 24, 2018 19:27:42 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
595
596 * SNAPSHOT October 28, 2018
597   * Upstream 2018-10-14 .
598   * Update state framework to upstream, excepts scrntype_t.
599   * [VM] Use namespace {VMNAME} to separate around VMs.
600   * [STATE/FILEIO] Change StateValue(scrntype_t&) to StateValueScrnType_t(&) due to compiler not detect differ of scrntipe_t and (uint32_t | uint16_t);
601   * [OSD/Qt] Remove some APIs.
602   * [GUI/Qt] DIALOG/ABOUT:Fix not displaying version of libOSD.
603   * [GENERAL] Update gitignore.
604   * [MISC/TOOL] Add function extraction script.
605   * [COMMON/FILEIO] common.h : Fix pair16_t and pair64_t to fileio.cpp .
606   * [COMMON/FILEIO] Re-Add FILEIO::Fflush().
607   * Built with 5cdfe7e27393edaecd445ac9b315d837dd697654 (or later).
608
609 -- October 28, 2018 03:36:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
610
611 * SNAPSHOT September 30, 2018
612   * Upstream 2018-09-30 .
613   * [General/I18N] Update Japanese translations.
614   * [FMGEN] Initial implementation of OPN2 (YM2612) from OPNA.
615   * [VM/FMTOWNS] WORKING IN PROGRESS, WILL NOT BUILD due to still implement partly.
616   * Built with ecf1a85f48bd98c353ea90bc3a0a49ff100b9af4 (or later).
617
618 -- September 30, 2018 17:40:12 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
619
620 * SNAPSHOT August 07, 2018
621   * Upstream 2018-05-24 .
622   * [VM] Use VM_TEMPLATE, META-Class of VM::
623   * [VM/FM7] Clear OPN/WHG/THG interrupt on resetting. Fix freeze when resetting after using RELICS.
624   * [VM/FM7] DISPLAY: Not use CLR_HACK for MC6809 and delay using CLR to set busy flag.May be working MAGUS.Thanks to Anna_Wu.
625   * [VM/MC6809] Remove dirty CLR insn hack.
626   * [VM/DEVICE] Add DEVICE:: to libCSPcommon_vm.
627   * [COMMON/Qt] Fix BYTEORDER of PIXEL@RGB888.
628   * [UI/Qt][BUG] Fix crash with using LaserDisc(s).
629   * [Qt/OpenGL] Initial support of OpenGL 4.3 Core profile.
630   * [Qt/OpenGL] OpenGL 4.3 : Upload SCREEN using glMapBuffer().
631   * [Qt/OpenGL] Use template class instead of GL2.0.
632   * [UI/Qt] Separate some command line parsing to sub-routines.
633   * [BUILD/WIN32] Update toolchain to Qt5.11.1.
634   * [BUILD] Set SOVERSION and GIT hash automatically.
635   * Built with df3888ca1199c6f75c1500dbb479d152ba6e2ad0 (or later).
636
637 -- August 07, 2018 12:53:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
638
639 * SNAPSHOT July 13, 2018
640   * Upstream 2018-05-24 .
641   * [STATE] Apply new state save/load framework.See doc/a_new_state_save_load_framework.ja.txt (still only written in Japanese).
642   * [STATE] Use CRC32 protection to data.
643   * [STATE] Add header per devices.
644   * [EMU/STATE] Enable to Gzip'ed state saving / loading.
645   * [CONFIG/Bug] I forgot change top default of renderer. X-)
646   * [VM/X1] Copy VRAMs to shadow data at starting a frame.Reduce flickering a lot.
647   * [VM/PC9801] DISPLAY: Keep memory switch settings (saved to MEMSW.BIN).
648   * [VM/I386] Remove compiler warning conversion float64 (a.k.a UINT64) <-> double.
649               This still not regard when sizeof(double) != sizeof(UINT64).
650   * [VM/FM7][SOUND/BEEP] Set samplerate to 6000Hz.Simplize logic.
651   * [VM/DATAREC] Fix crash at removing CMT when not stopping to play.
652   * [VM/DATAREC] Fix crash with MZT data.
653   * [VM/NOISE] Adjust endian of WAV data.
654   * [VM/NOISE] Fix infinity loop with corruptWAV data.
655   * [VM/MC6809] Collect CPU statistics always, printing is controlled by menu immediately.
656   * [VM/Z80] Add collecting cpu status feature for Z80.
657   * [OSD/SOUND] Qt: Fix hang-up with resetting at some situations.
658                 Try to fix issue of http://matsuri.5ch.net/test/read.cgi/i4004/1526806551/38 .
659   * [COMMON] Fix buffer overflow around strncpy().
660   * [COMMON] Add pair16_t and pair64_t.
661   * [COMMON] Add immediate value functions for pair_t.
662   * [COMMON][VM/Qt] Add common wav-loading / saving helper functions to common.cpp .
663   * [COMMON] Update min() and max().
664   * [FILEIO] Add FILEIO::Fflush().
665   * [FMGEN/PSG] Fix weird noise generation for SSG/PSG.
666   * [FMGEN/OPNBASE] Force to calculate frequency factors around prescaler when OPNBase::LoadState().
667                     Fix wrong sound after loding state.
668   * [FMGEN/OPNA] Fix infinity loop at loading rhythm WAVs.
669   * [FMGEN/OPNA] Adjust endian of WAV data (maybe).
670   * [Qt/OpenGL] Fix buffer overflow when changing VM's screen size.
671   * [Qt/Bug] Remove using_flags->get_config_ptr()->foo.
672   * [Qt/MAIN] LOGGER: Fix crash on exit.
673   * [Qt/LOGGER] CSP_Logger makes daughter of QObject.Add messaging slot entry.
674   * [Qt/LOGGER] Use QVector insterad of QQueue to reduce CPU usage.
675   * [Qt/LOGGER] Bug: Logging all devices.
676   * [Qt/OpenGLES] TRY: Reduce power consumption.
677   * [Qt/OpenGL] Prepare to use OpenGL 4.x (CORE).
678   * [Qt/OpenGLES] Prepare to use OpenGL ES 3.1.
679   * [Qt/OpenGLES] Delete condition branch in shader, use #ifdef and const values.
680   * [Qt/OpenGL] Re-Add screen rotate.
681   * [BUILD/CMAKE] Add "USE_SANITIZER" and "USE_STACK_PROTECTOR" entries to buildvars_foo.dat[.tmpl]
682                   to detect wrong usage of variables / protect from stack overflow.
683   * [BUILD/CMAKE] FM7: Not build IO::, this is not used.
684   * [Qt/WIN32] Move config and logger to inner pointer, now, libCSPavio is separated to single DLL.
685   * [Qt/WIN32] Move CSP_Logger to libCSPemu_utils.[foo.so|dll] from libCSPgui.[foo.so|dll] .
686   * [WIN32] Update cross build script.
687   * Built with 9275209c6bed03ccd06716a486e29451c446751d or later.
688
689 -- July 13, 2018 13:09:15 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
690
691 * SNAPSHOT May 16, 2018
692   * Upstream 2018-05-06 .
693   * [EMU] Remove unneeded functions for only Qt version.
694   * [Qt/OpenGL] Add OpenGL ES2 renderer.Still not display.
695   * [Qt/Draw] Use Semaphore instead of mSecs waiting.Expect to improve real-time-drawing on multi thread.
696   * [Qt/AVIO] Fix FTBFS with FFMPEG 4.0.Will be needed to apply to new API.Will fix.
697   * [Qt/FM8] Fix number of bubble-casette: Start from 0, not 1.
698   * [Qt/COMMAND_LINE] Add --opengl , --envvar and --dump-envvar .
699   * [Qt/OSD] Fix around moving mouse pointer.
700   * [Qt/UI] Not reset slot number when opening disk.
701   * [Qt/UI] Fix around mouse problems.
702   * [Build/CROSS] Add cross-compiling scripts and patch(es) to build Qt5.10.
703   * [VM/MB8877] Keep command phase even changing (or removing) disk.Fix booting RELICS for FM-7 with single FDD drive.
704   * [VM/MB8877] Reaset track (per drive) on reset.Fix booting RELICS for FM-7 with two FDDs.
705   * [VM/MB8877] Check head loading READ/WRITE command.
706   * [Win32] Built with Qt 5.10 and Angle-project's OpenGL ES2 renderer. 
707   * Built with cf31c26aab576798a073e5d523bfc21b2091fd76 or later.
708
709 -- May 16, 2018 18:09:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
710
711 * SNAPSHOT Mar 26, 2018
712   * [General/Qt] Add some command line options.
713   * [COMMON/FM7] Add __DECL_VECTORIZE_LOOP decl. to indicate expect to use vectorize (a.k.a. SIMD instructions).
714   * [VM/MB8877] Fix verify timing on SEEK command.Fix not booting Sylpheed for FM77AV.
715   * [VM/MC6809] Fix clock using.
716   * [VM/EVENT] Specify CPU per VM.
717   * [VM/FM7] Use template and static_cast<T *> to expect to be faster.
718   * [VM/FM7] Add Green display for FM-7/8/77 .
719   * [VM/FM77L4] Add FM77L4.Maybe 400lines board still not working.
720   * [Qt/SCREEN] Add turning on/off virtual media Icons on screen (OSD).
721   * [MOVIE_LOADER] Fix scaling factor.Displaying video as correct width and height.
722   * [MOVIE_LOADER] Fix hang up at end of video.
723   * Built with f8f16ac6f19fe2dcab250ad50d96cf0b30c8903e or later.
724
725 -- Mar 26, 2018 01:34:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
726
727 * SNAPSHOT Mar 04, 2018
728   * Upstream 2018-03-01 .
729   * Thanks to Ryu Takegami and Haserin for eFM-7/77/AV/AV40/EXand eFM8.
730   * [GENERAL][EMACS] Add .dir-locals.el and vs-set-c-style.el .
731   *  [UI][Qt] Fix issues for ROMAJI-TO-KANA conversion.
732   * [UI][Qt][DRAW] Add drawing to separate-thread or combined.
733   * [UI][Qt][DEBUGGER] Fix crash/lockup with closing debugger window.
734   * [UI][Qt][DEBUGGER] Remove debugger_thread.[cpp|h] due to integrate to EMU::open_debugger() and EMU::close_debugger().
735   * [Qt][WINDOWS][DEBUGGER] Fix crash when exitting emulator.
736   * [Qt][Windows] Prepare to parsing command line.
737   * [Qt][LOGGER] Fix locale for time-string.
738   * [EMU] Remove FM-7 specific hack.
739   * [OSD][Qt] Fix not setting device name to logger.
740   * [OSD][Qt] Use Recursive-Mutex instead of Semaphore.
741   * [EMU][Qt] Use recursive mutex to lock key-in queue.
742   * [UI][Qt][FM7] Add "SYNC TO HSYNC" entry also FM-7/77/8.
743   * [VM][FM7] Framerate should be 55.40fps when 400line (8colors) mode.Add supporting SUPPORT_VARIABLE_TIMING.
744   * [VM][FM77] Enable to boot OS-9 L1/L2 for FM-77 with 2HD FDD.Thanks to Haserin a lot.
745   * [VM][FM7] Fix FRAMERATE.Fix flicking with YS2 (/AV).
746   * [VM][MC6809] Fix around extra_iclock.Maybe fix around accessing wait.
747   * [VM][MC6809] Fix halt sequence.
748   * [VM][MC6809] Add SIG_CPU_WAIT_FACTOR. This is setting wait factor (65536 = 1wait per clock, 0 = non wait).
749                  This is ugly hack due to not permited to modify clock for CPU#0 by scheduler.
750                  See FM7_MAINMEM::setclock() at vm/fm7/fm7_mainmem.cpp for details.
751   * [VM][MC6809] Add correcting cpu statistics per 16 frames.
752   * [VM][MB61VH010] Drop unused variables.
753   * [VM][MB61VH010][WIP] Adjust sequence of BUSY flag with line.
754   * [VM][MB8877] READ SECTOR: MAKE IRQ and UPDATING STATUS after reading CRC bytes.This modifying needs for FM-77 using NMI as MB8877's IRQ. Thanks to Haserin.
755   * [VM][MB8877] Fix seeking sequence. Thanks to Haserin.
756   * [VM][MB8877] Track-verifying may be before execute command.Thanks to Ryu Takegami.
757   * [VM][MB8877] Fix wait value when end of seek and verify.Thanks to Ryu Takegami.
758   * [VM][FM7][MAINMEM] More accurate wait implementation.
759   * [VM][FM7][KANJIROM] Fix wrong save state.
760   * [VM][FM7][DISPLAY] Not use event_vline() as determine H/V SYNC.
761   * [VM][FM7][DISPLAY] Use event_frame() to kick VSTART.Not loop.
762   * [VM][FM7][DISPLAY] Duplicate palette (pixel) value at VSYNC.
763                        Fix rendering with DRAGON BUSTER, LUXOL and more softwares.
764   * [VM][FM7][DISPLAY] Stop to use OpenMP.
765                        Fix display noise at 256k colors mode on Win32 Host.
766   * [VM][FM77AV40EX][DISPLAY] Don't scroll at ACTIVE_PAGE != 0.
767   * [VM][FM7][KEYBOARD] Make  interupt handling at reset correctness.
768                         Fix hang-up resetting after checking keyboard interrupt at mainio.
769   * [VM][FM7][KEYBOARD] Fix initial key code value.
770   * [VM][FM77][2HD] BREAK KEY AND ATTENTION MUST BE MASK IF FIRQ USING FOR FDC's DRQ.Thanks to Haserin.
771   * [VM][PYUTA] PYUTA has no state save/load.
772   * Built with 7c0c0657f8f726e7aa86ace64777036e1cca4ce4 and later.
773
774 -- Mar 04, 2018 11:22:02 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
775     
776 * SNAPSHOT Feb 16, 2018 FM7 TEST1
777   * Upstream 2017-12-27 .
778   * This is test release. Will re-write articles in this entry to next official release.
779   * [VM] Add eFMNEW7.
780   * [VM/FM7][UI/FM7] MAINMEM: Re-order bank of bulk BOOTROMs.Thanks to HASERIN.
781                      IMPORTANT: Re-order boot entries within MENU dynamically.
782                                 This is compatibility with older settings.
783                                 GUI's menu (for eFM8/eFMNEW7/eFM7*) must change order of boor menu entry.
784   * [VM/FM77]   Add ON/OFF extra RAM.
785   * [VM/FM77AV] Add to use dictionary board for FM77AV/20/EX.
786   * [VM/FM77] BUG: I mistaken to connect motor line for 2HD FDD, I connected 2D FDD (;´Д`)
787   * [VM/FM77] 2HD: Fix DRQ->FIRQ handling.Wish to BOOT 2HD OSs.
788   * [VM/FM77AV] DISPLAY: Do not reset interrupt masks at reset on sub-system.Thanks to Ryu Takegami.
789   * [VM/FM77AV] MAINMEM: More simple inside structure for PAGE2.
790   * [VM/FM8] Change default frequency to 1.0MHz.Thanks to Haserin.
791   * [VM/FM8] Fix RS232C #1(COM0:) can't remove from maim board.Thanks to Haserin.
792   * [VM/FM7/JCOMMCARD] Use bulk rom (or DICTIONARY + KANJI) for DICTIONARY ROM AREA.
793   * [VM/FM7/JCOMMCARD] Abndon use JIS78 emulation.
794   * [VM/FM7/KANJIROM] Abndon use JIS78 emulation.
795   * [VM/BUBBLECASETTE] Improve status register.Thanks to Haserin and Ryu Takegami.
796   * Special thanks to Ryu Takegami, to assist debugging FM-7/77/AV/40/EX/8 .
797   * Special thanks to Haserin, to assist debugging FM-7/77.AV/40/EX/8.
798   * Built with commit bc517f5638b4f5612cc075e0f4d9278220eab4fc or later.
799
800 -- Feb 16, 2018 06:02:49 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
801     
802 * SNAPSHOT Feb 11, 2018
803   * Upstream 2017-12-27 .
804   * [CONFIG] IMPORTANT: Now, "~/emufoo/" moved to "~/CommonSourceCodeProject/emufoo/"
805                         (or ".\CommonSourceCodeProject\emufoo\" ).
806              Please move settings to here.
807   * [CONFIG] IMPORTANT: Now, "~/emufoo/foo.ini" has moved to "~/.config/CommonSourceCodeProject/emufoo/"
808                               (or ".\CommonSourceCodeProject\emufoo\ at Windows").
809              Please move ini and scancode.conf to new place.
810   * [VM/MB8877] Enable to boot FLEX/FM-8.
811                 Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/800- .
812   * [UI/Qt] Add option: Emulate cursor keys as "2468" or "1235".
813   * [UI/KEYBOARD] Add option, "Numpad's Enter is Fullkey's".Useful for FM-77AV series, etc.
814   * [UI/VM] MB8877/T3444/uPD765A: Add ON/OFF debug logging for FDCs.
815   * [Qt/EMU] Seriarize queueing both KEY_DOWN and KEY_UP.
816              Expect to fix  key-in issues with slower host machine.
817              See https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/841 .
818   * [UI/Qt] BUG: Fix crash with BOOT_MODEs >= 8.
819   * [UI/Qt] FM7: Extend boot menu.
820   * [UI/KEYBOARD] Update VM table.
821   * [UI/KEYBOARD] Fix load/save sequence of scancode.cfg.
822   * [UI/Qt] Update translate for menu.Split section per menu-bar-entry.
823   * [MENU/Qt] DISK: Fix not affect of some entries:"Correct disk timing","Ignore CRC error" and "Immediate transfer".
824   * [Draw/OpenGL] FM77AV: Fix blinking with some situation.
825   * [VM/MC6809] Fix around CWAI with interrupts.
826   * [VM/MC6809] Make set/reset E flag at interrupt.
827   * [VM/MC6809] More accurate emulation(maybe).
828   * [VM/MC6809] Fix clock count with some situation, FM-8/7/77/AV don't need dummycpu.
829   * [VM/FM7] Remove DUMMY CPU.Reduce host-cpu usage a lot.
830              Related to commit a4e1a7cfef59e08f31675c6608871068d3f2c4ef.
831   * [EMU/FM7] emu.cpp : No longer use hack with some VMs.
832   * [VM/FM7] KEYBOARD: Keep BREAK key when special reset (hot start).
833   * [VM/FM7] MAINIO: Reduce hitting PCM1BIT:: when not sound buzzer.
834   * [VM/FM7] DISK: Fix RPM value of 2D/2DD drive to 300rpm.
835   * [VM/FM7] Read some (bulk) roms for FM-8/7/NEW7/77.This is WORK-IN-PROGRESS.
836   * [VM/FM8/FM77] Add delay FIRQ/NMI from 2HD/SFD FDC.This is temporally implement.
837   * [VM/FM8] MAINIO: Move FM-8 specified features to FM8_MAINIO:: .
838   * [VM/FM77] Add initial support of 2HD (for FM-77).
839   * [VM/FM77] Fix access around BOOT-RAM.Thanks to Ryu Takegami.
840   * [VM/FM77] Extra memories should start $00000, not $10000.Thanks to Ryu Takegami.
841   * [VM/FM77] Fix wrong answer at $FD04.Thanks to Ryu Takegami.
842   * [VM/FM77AV] DISPLAY: Separate event process around VSYNC/HSYNC.
843   * [VM/FM77AV40] Fix FTBFS with Fedora linux.
844   * [VM/FM77AV40EX] Do not effect offset registers to VRAM-ACTIVE-BLOCK 1.Thanks to Ryu Takegami.
845   * [VM/MB8877] No need to hack with PSY-O-BLADE for FM77AV.This is test delete.
846   * [VM/MB8877] Force down DRQ when LOST-DATA happens.
847   * [VM/MB8877] Fix not read status data at the endof SEEK and verifying.
848   * [VM/MB8877] Update structure of MB8877->fdc.
849   * [VM/MB8877] Try: Improbe result quality of FORCE_INTERRUPT command.
850                  I expect to boot OS-9 Level1 for FM-77 with 2HD drive.Thanks to Haserin-san.
851   * [VM/DISK] Fix default value ignore_crc_error and correct_disk_timing (mostly "to false").
852   * [DOC] Add README.md (written in Japanese) and README.en.md (written in English) for GITHUB's cover page.
853   * Special thanks to Ryu Takegami, to assist debugging FM-7/77/AV/40/EX/8 .
854   * Special thanks to Haserin, to assist debugging FM-7/77.AV/40/EX/8.
855   * Built with commit 221fcef002f101b8dffd2a63edfc11a86e2c688a or later.
856
857 -- Feb 11, 2018 02:29:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
858
859
860 * SNAPSHOT Jan 19 2018
861   * Upstream 2017-12-27 .
862   * [EMU] Add set_vm_screen_lines(int lines) to notify changing vertical resolution
863         to OSD and Hardware-Renderer(for scan lines). See vm/fm7/display.cpp .
864   * [VM] Add EMU::set_vm_screen_lines() to some VMs.
865   * [UI/Qt] Add "Click On Focus" feature option.This don't need to mouse-over to input from keyboard if set.
866   * [VM/FM7] Add Japanese communication board (日本語通信カード) .
867   * [VM/FM7] Add turning ON/OFF Z80 extra board.
868   * [VM/FM7] Add UARTs.RS-232C, MODEM and MIDI.Temporally implements.
869   * [FM7/JCOMMCARD] Add test program.Use asl ( http://john.ccac.rwth-aachen.de:8000/as/ ) to make from source code.
870   * [VM/FM7] Use #define to define name of firmwares.
871   * [VM/FM7] KANJIROM: Add JIS78 patch mode.From XM7 3.4L77a.
872   * [VM/MB8877] Not clear status when force-interrupt with TYPE-1 Command(seek etc).
873                 Fix (Add hack) for FUKU*.d77 (えびふく's music disks for FM-7).
874   * [VM/MB8877] Fix DRQ/IRQ timing.
875   * [VM/MB8877] Make IRQ with disk not inserted or not connected when processing command(s).
876   * [VM/MB8877] Make turning ON IRQ and turn OFF DRQ when seek completed.
877   * [VM/MB8877] Adjust track parameter at initialize and CMD::RESTORE .
878   * [VM/MB8877] OS-9 Level2 for FM77AV40 Works.
879   * [VM/HD6844] FM77AV40EX has only one DMA channel.Not multiple channels.
880   * [VM/HD6844] HD6844 has only a one interrupt line, not multiple.
881   * [VM/HD6844] Rename drq_line to busreq_line.
882   * Special thanks to Ryu Takegami, to assist debugging FM-7/77/AV/40/EX .
883   * Built with commit 9376345bc1270e2a76db816636b645e744d09e82  or later.
884
885 -- Jan 19, 2018 01:49:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
886
887
888 * SNAPSHOT Jan 04 2018
889   * Upstream 2017-12-28 .
890   * [Qt/FM-7] Windows: Fix not effect keyin with "\_" for *native* Windows.
891   * [RES/FM7] Fix drive number:Should not start from "FD1", should start from "FD0" for FM7/8 series.
892   * [VM/MC6809] More accurate emulation around interrupt.
893   * [VM/FM7] Z80: Implement interrupt features.
894   * [VM/FM7] Merge Ryu Takegami's fixes.
895   * [FM7/DISPLAY] Fix around KANJI ROM access flag by sub system.Expect to fix OS-9 L2 for AV40.
896   * [FM7/DISPLAY] Fix display flag on reset.
897   * [FM7/MAINMEM] Fix clock parameter with some situation.Thanks to Ryu Takegami.
898   * [VM/MB8877] Fix freezing with OS-9 with 2DD drive/image.Thanks to Ryu Takegami.
899   * [Qt/DEBUGGER] Not push empty string.
900   * [BUILD] Read from templete if config (buildvars.dat etc) has not exists.
901   * [VM] common.h : Not has <typeinfo.h> excepts VC++.Recommend to use <typeinfo> .
902   * [BUILD/CMake] GNU/Linux: Add fallback LIB directory feature for library installation.
903 -- Jan 04, 2018 11:59:54 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
904
905 * SNAPSHOT Dec 10, 2017
906   * Z80 Card with FM-8/7/77 Series test.
907   * This release package is only with some VMs.
908   * [VM/FM7] Initial support of extra Z80 card.
909   * [VM/MC6809] More accurate emulation around HALT/BUSREQ and INT.
910   * [VM/MC6809] You should'nt use bus_halt, use bus_ba (bus available) and bus_bs (bus status).
911   * [VM/MC6809] Split interrupt sequence, to indicate bs bus as interrupt or sync_in.
912   * Built with commit c15048ee4635d4413887c2b8374a488a566e63cb or later.
913   
914 -- Dec 10, 2017 19:55:30 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
915   
916 * SNAPSHOT Dec 04, 2017
917   * Upstream 2017-12-03.
918   * [VM/MC6809] Fixing hangup with F-BASIC v3.0ε.Thanks to Ryu Takegami-San. 
919                 (see https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/641-645)
920   * [VM/FM7] DISPLAY: Implement software scan line(s).
921   * [VM/FM77AV] VRAM: More use SIMD to be faster.
922     [VM/FM7] Try: Add suuporting for OPpenMP.But be slower than not using OpenMP (/_;)
923   * Build with commit 9eb246b375699752a898d8be79a227f58e473d8e (or later).
924
925 -- Dec 04, 2017 19:29:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
926
927 * SNAPSHOT Oct 18, 2017
928   * Upstream 2017-08-12.
929   * [VM/FM7] FLOPPY: Fix crash when starting.
930   * [Build/CMAKE] Fix FTBFS with USE_COMMON_DEVICE_LIB != "Yes".
931   * [Build/WIN32] MinGW: Add new cross-build script for FFMPEG-3.4 and x264-152.
932   * [Build/Linux] Add "COMPRESS_SYMBOLS" flag to configuration.
933   * [BUILD/Linux] Don't use LTO for shared libs, use compress symbols.
934   * [BUILD] Fix FTBFSs a lot.
935   * [DOC] Rename LICENSE to LICENSE.txt due to coflict to doc/license directory.This is important to release for M$ Windoze OS.
936
937 -- Oct 18, 2017 16:33:58 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
938
939 * SNAPSHOT Aug 11, 2017
940   * Upstream 2017-08-10.
941   * [EMU/ROMAKANA] Fix not convert with Qt.Use functions within EMU:: , not use original ROMAKANA functions.
942   * [VM] Add PC-9801RA and PC-9801VX.
943   * [VM] Add devices to libCSPcommon_vm mostly.
944   * [VM] Fix FTBFS and bugs a lot.
945   * [VM/FM7] Stop using DUMMYDEVICE:: . Use VM::get_extra_leds() to get led status.
946   * [VM/MB8877] DISK:Fix not apply workaround to Gambler Jiko Chusin-ha for FM-7 series.
947   * [VM/DATAREC] Fix crash with MZT data.
948   * [Qt/UI] OpenGL: Display ICONs when accessing to virtual medias.
949   * [Qt/UI]  Separate status bar display:Accessing to virtual medias.
950   * [Qt/UI] Menu: Make macro to be easier constructing.
951   * [Qt/UI] Ui_MainWindowBase:: Make private variables/functions not accessed from Ui_MainWindow:: .
952   * [Qt/UI] Display LEDs with USE_EXTRA_LEDS or USE_KEY_LOCKED.See common/emu_thread.cpp for details.
953   * [Qt/UI] Fix some memory leaks.
954   * [Qt/OpenGL] Fix aspect ratio with some zoom type.
955   * [Qt/FM7] Fix wrong scaling at VMs (only FM-8/7/77/AV) has only 200line (not have 400line). 
956   * [BUILD/CMake] CCACHE: Fix SEGFAULT at linking after upgrade GNU toolchain.
957   * Build with 04e08d2708a595c518ae0bd92c1713e1854c4310 (or later).
958
959 -- Aug 11, 2017 23:38:49 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
960
961 * SNAPSHOT HOTFIX1 May 18, 2017
962   * MSX FIX only release.
963   * [VM/MSX] I missed changes; using v9938.cpp instead of v99x8.cpp .
964   * [BUILD] Add comments to buildvars*.dat.tmpl .
965   * [BUILD/Ubunts16.04LTS][V9938] Fix internal compiler error with gcc-5.
966   * Build with 2d337bdf6eb8a168efa1e219d81bb007da5e9d65 (or later).
967
968 -- May 18, 2017 19:13:23 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
969
970 * SNAPSHOT May 18, 2017
971   * Upstream 2017-05-15
972   * [General] Rename "emumsx2plus" -> "emumsx2p".
973   * [UI/Qt] Fix unconnected event.
974   * [UI/Qt] I forgot to add a "*.gz" extension to opening of Cartridges, CDs and Binaries.
975   * [OSD/Qt] Add *_features_* functions. It needs for *NEW* device emulation.Pls. port to win32/ .
976   * [EMU][Qt][MOUSE] Fix not effect with button-up.
977   * [VM] LibCSPcommon_vm : Without #ifdef.
978   * [VM] LibCSPcommon_vm : Add some devices.See src/vm/common_vm/CmakeLists.txt .
979   * [VM] Fix FTBFSs with LLVM (4.0).
980   * [VM/MC6809] Build shared library without libnewdev/. Use vm/mc6809.cpp and vm/mc6809_debugup.cpp . See, fm7.cpp.
981   * [VM/FM7] Faster address transferring.
982   * [VM/DEVICE] You should add "DECVICE::initialize()" to top of initialize().
983   * [VM/DEVICE] Move some devices to shared lib.
984   * [VM/DEVICE] Split MSM5832:: from MSM58321:: .
985   * [VM/M6502] Split M6502 to N2A03 and M6502.
986   * [VM/MB61VH010] Expect to be faster rendering.
987   * [VM/MB61VH010][FM77AV] Re-order addrsss of read_data8() and write_data8(). You must re-build some VMs (FM77AV series etc.)
988   * [CONFIG] Fix over loop.
989   * Build with 8067b89f01c21ee29c1b4bb4af8e7c112f88577c or later.
990
991 -- May 17, 2017 22:52:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
992
993 * SNAPSHOT April 09, 2017
994   * Upstream 2017-04-02
995   * [General] Add National JR-800.
996   * [UI/Qt] Move drive status from status-bar to right dock.
997   * [FILEIO] Fix FTBFS with ZLIB 1.2.8 or earlier.
998   * [VM/General] EMU/COMMON : Fix bugs around handling filename and directories.
999   * [VM/General] common.cpp : Use buffer sized functions for some string functions.
1000   * [VM/FM77AV] DISPLAY: HSYNC:Don't register event(s) per HDISP.
1001   * [VM/FM7] DISPLAY: Reduce address calculation.
1002   * [VM/FM7] DISPLAY: Fix auto skip feature.
1003   * [VM/FM7] Use function table(s) to access memories within display sub-system and main-system.
1004   * [VM/FM77AV40EX] Fix wrong display timing.
1005   * [Build/CMake] Add supporting for ZLIB.
1006   * [BUILD/LINUX] Fix linking order.
1007   * [General/BUILD] Linux: Use -D_UNICODE to build.
1008
1009 -- Apr 09, 2017 23:04:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1010   
1011 * SNAPSHOT March 07, 2017
1012   * Upstream 2017-03-04
1013   * [VM] Some devices have prepared to move to libCSPcommon_vm .
1014   * [VM/FMGEN] Move FMGEN to libCSPfmgen .
1015   * [WIN32] Ready to build with DLLs contain GUI and AVIO and some features.
1016   * [BUILD] Selectable building.
1017   * [BUILD] Add logging build-status.
1018   * [Qt] Fix break device files when exiting emulator with some situations.
1019   * [Win32/OpenGL/WIP] TRY: Fixing crash with OpenGL3.0 at Corei5-2420M (and Windows7) PC. See Issues.txt or Issues.ja.txt.
1020   * [DOC] Update Issues.See http://hanabi.2ch.net/test/read.cgi/i4004/1483504365/30 .
1021   * [EMU/DEBUGGER] Use pthread_t instead of SDL_Thread.
1022   * [Qt/OSD] Remove do_call_debugger_command().
1023   * [SOUND/VM] Fix choppy sounds with some devices. i.e. PCM1BIT. Thanks to Takeda-San and Umaiboux-San.
1024   * [VM/FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s).
1025   * [BUILD/LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES".
1026   * Built with 2dac70eb1743e2a0b778a57a1f520fce59aa6371 or newer.
1027
1028 -- Mar 07, 2017 15:55:25 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1029
1030 * SNAPSHOT January 30, 2017
1031   * Upstream 2016-12-31
1032   * [VM/SOUND] Fix problems voice with PCM (at least MSX and FM-7(Reviver)).
1033                See http://hanabi.2ch.net/test/read.cgi/i4004/1483504365/37 .
1034 . * [VM/MB8877] Fix accessing 2D disk from 2DD mode drive (not 2D mode).
1035                 Fixed booting issue of REVIVER for FM-7/77/AV with FM77AV40/EX/SX.
1036   * [Draw/Qt] Fix wrong aspect when using variable screen size.i.e.)emufm7/emufm77av40ex.
1037   * [UI/OpenGL] Add selection of draw infrastracture; OpenGLv3(MAIN) and OpenGLv2 (and OpenGLv3.2(Core): Still not implemented).
1038   * [Qt/OpenGL] Fix backgrounds not display at one-board-computer drawing with OpenGLv2.
1039   * [Qt/LOG] Enable syslog *truely*.
1040   * Built with cef2d4601438fd1fa680485ddba3434690e58451 or newer.
1041
1042 -- Jan 30, 2017 05:04:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1043
1044 * SNAPSHOT January 24, 2017
1045   * Upstream 2016-12-31
1046   * [UI/Qt] Add tooltips to menu entries mostly.
1047   * [UI/Qt] Add Japanese translations to menu entries mostly.
1048   * [SOUND] Add "Strict Rendering" entry to sound menu, for PCM1BIT device.
1049   * [VM/FM7] Fix crash without connecting FDDs.
1050   * [VM/UPD7752] Fix (´∀`)<ぬるぽ sometimes.
1051   * [DRAW/FM7] Fix wrong screen aspect on VMs without variable lines.
1052   * [Build/Linux] Fix scripts.
1053   * [Build/Linux] Fix crash built with gcc-5 (or earlier). Fixed for Ubuntu16.04LTS.
1054   * [Build/Linux] Separate builds both Debian/sid and Ubuntu/16.04LTS (expects to work with Debian/stable).
1055   * Built with 6e93d6920626193bf37fa6dfc2f41a8e84d8fd78 or newer.
1056
1057 -- Jan 24, 2017 01:06:26 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1058
1059 * SNAPSHOT January 06, 2017
1060   * Upstream 2016-12-31
1061   * Add Coleco Colecovision and SHARP SM-B-80TE (from upstreeam).
1062   * [FM7] Reduce graphic buffer for non-400 lines machines.
1063   * [WIN32/Qt] Cross-Build Qt libs: disable EGLFS (not EGL).
1064   * [Qt] One board computers: Read correctly background PNG even using indexed colors.
1065   * [Qt/GL] One board computers: Correctness drawing with GL3.0.
1066   * Built with 9bfdcc78ff194a934a2d57ce6d4f1cbec9f26a58 or newer.
1067
1068 -- Jan 06, 2017 19:56:37 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1069
1070 * SNAPSHOT November 21, 2016
1071   * Upstream 2016-04-13
1072   * [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.)
1073   * [OpenGL] Add Television like rendering to some machines. Needs OpenGL3.0 or upper.
1074   * [OpenGL] Isolate both GL3.0 and GL2.0.
1075   * [OpenGL] Improve internal of GLDraw and GLDraw_foo class.
1076   * Built with 73358d8563543f1a0d860794a2f5c83cecb0d533 or newer.
1077
1078 -- Nov 21, 2016 16:29:24 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1079
1080 * SNAPSHOT October 27, 2016
1081   * Upstream 2016-04-13
1082   * [GENERAL] Add ROMAJI-KANA input assistant feature. see romakana.[en|ja].txt .
1083   * [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 .
1084   * [VM/EVENT] Re-entrant set_realtime_render().
1085   * Built with FFMPEG(libav) 3.1.5 .
1086   * Built with 006cc1d851483ea84fc5a3f4fa58cbf03302c49b or later.
1087
1088 -- Oct 27, 2016 17:01:21 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1089
1090 * SNAPSHOT October 18, 2016
1091   * Upstream 2016-04-13
1092   * [VM/EVENT] Sound devices: Do mix_sound() dynamically, not do per a sample:
1093   *            To reduce usage of host CPU. See event.[cpp|h] and device.h .
1094   * [VM/FM7] Non-FM77AV*: Fix not clear active_page, fixed crash randomly.
1095   * Built with 004920711399d430ead55e59c948e7fb7a04a402 or later.
1096
1097 -- Oct 18, 2016 11:22:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1098
1099 * SNAPSHOT October 10, 2016
1100   * Upstream 2016-04-13
1101   * [VM] Add pseudo sounds (i.e. FDD seek), need sound files (even not WAV file at Qt porting), see doc/VMs/foo.txt . 
1102   * [VM][DATAREC][FDCs] Update STATE_VERSION of some devices.
1103   * [VM/FM7] VRAM: Make gcc using SIMD (when optimize options have set) to be faster rendering.
1104   * [VM/X1,FM7] load_state(): Keep backward compatibility to SNAPSHOT 20160923.
1105   * [VM/EVENT] Extend permitted sound events to 32 to use sound files (reserved feature).
1106   * [VM/EVENT] Update MAX_SOUND from 8 to 16.
1107   * [Qt/GUI] Win32: Fix crash launching with gdb/Mingw32 or gdb/Cygwin. See http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/750 .
1108   * [Build/Linux] Fix wrong flags with LTO.
1109   * [Build] Non-Win32 : Ready to build with llvm clang (later than 3.7?).
1110   * [Build/GENERAL] Separate compiler depended params to source/build-cmake/param/ .
1111   * Build with commit d100ae8323d6657fe37ac44a69abc8da470b77ad (or later).
1112
1113 -- Oct 10, 2016 05:22:18 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1114
1115 * SNAPSHOT September 23, 2016
1116   * Upstream 2016-04-13
1117   * [DOC] Translated some documents written in Japanese only to English using Google-Translate, still not enaugh to be corrected.
1118   * [Qt/WIN32] Fix crash on startup (maybe true) caused by (´∀`)<ぬるぽ ヽ(・∀・)ノ┌┛ガッΣ(ノ`Д´)ノ
1119   * [VM] Add original name and role to all device and VM components.
1120   * [VM/FM7] JOYSTICK: Fix not redirect triggers.
1121   * [VM/FM7][MB8877/DISK] Workaround for RIGLAS/FM-7. Perhaps, below have side-effect, add special-disk to RIGLAS FM.
1122   ** Don't "NOT READY" even stopping motor.
1123   ** Transfer even stopping motor.
1124   * [EVENT] Remove logging on cancel event.
1125   * [Qt/Debugger] Not hang-up when Opening debugger and exit emu{foo}. This is temporally workaround.
1126   * [Qt/Debugger] Don't close with close button, this is temporally workaround.
1127   * [UI/Qt] Fix selecting printers.
1128   * [VM/PC9801] Add prepairation of using ITF ROM, this is still only preparation.
1129   * Built with GIT 8cdb1dbebf95d7371e514886c23edc6c9401848a (or later).
1130
1131 -- Sep 23, 2016 19:48:12 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1132
1133 * SNAPSHOT September 09, 2016
1134   * Upstream 2016-04-13
1135   * [LOGGER] Add extend logger.
1136   * [LOGGER/Qt] Rename agar_logger.[cpp|h] to csp_logger.[cpp|h] .
1137   * [VM] Ready to enable log per device.
1138   * [VM] Update emu->out_debug_log to [DEVICE]->out_debug_log .
1139   * [UI/Qt] Add log viewer window.
1140   * [Qt/EMUTHREAD] Move commonly blocks to gui/ .
1141   * [Qt/KEY] Use queue for keyin/out.
1142   * [VM/OSD] Add socket (networking) featuers, but still not test (;´Д`)
1143   * [VM/FM77AV] MB61VH010 : Faster drawing lines.
1144   * [VM/FM7] MAINIO: Comment out logging around FIRQ, temporally.
1145   * [OSD/KEYBOARD] Fix handling around SHIFT for some machines(i.e. PC8801).
1146   * [MOVIE_SAVER] Use SIMD to transfer a picture OSD(VM)->MOVIE_SAVER .
1147   * [DOC] Update updtream's URL, moved to takeda-toshiya.my.coocan.jp .
1148   * Built with GIT 1884b5247665d71c06fc6590b17434c5f3350ad5 (or later).
1149
1150 -- Sep 09, 2016 01:02:51 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1151
1152 * SNAPSHOT August 19, 2016
1153   * Upstream 2016-04-13
1154   * [WIN32] Replace libICU to homebrew, fix not starting.
1155   * [OSD/MOVIE_SAVER] Fix frames to enqueue to MOVIUE_SAVER, as if VIDEO FPS >= RECORD FPS.
1156   * [MOVIE_LOADER] Sync A/V on playing MOVIE.
1157   * Built with GIT 77380a77b25ca06965b912c84509e5c91085aeb1 (or later) .
1158
1159 -- Aug 19, 2016 23:12:36 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1160
1161 * SNAPSHOT August 15, 2016
1162   * Upstream 2016-04-13
1163   * [OSD][MOVIE_SAVER] Maybe correctness frame(s) counting with 60fps ヽ(=´▽=)ノ
1164   * [MOVIE_SAVER] Fix sometimes crashing when stop to save movie.
1165   * [PX7/MOVIE_LOADER] Sound Laser Disc, but not be smooth.
1166   * [MOVIE_SAVER][PC8801][PC9801] Adjust sound frequency when OVERRIDE_48000Hz , still choppy.
1167   * Built with GIT 3f4c809912dc92cdeb34d8ecdebe0087aa7f37b3 (or later) .
1168  
1169 -- Aug 16, 2016 02:40:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1170
1171 * SNAPSHOT August 09, 2016
1172   * Upstream 2016-04-13
1173   * [PX7] Add movie loader for LD, but not tested enough yet.
1174   * [MOVIE_SAVER/OpenGL] Add locking around drawing buffer.
1175   * [BUILD] Update FFMPEG to 3.1.1 .
1176   * [FFMPEG/LINUX] Enable OpenCL for ffmpeg @linux.You need libOpenCL.so.1 to use homebrew build.
1177   * [FFMPEG/WIN32] Enable DXVA2 for video-decoding accelerator.
1178   * [MOVIE_SAVER] Synchronous OPEN->ENCODEING->CLOSING.
1179   * [UI/MOVIE_SAVER] DO NOT change state of "Save as movie" without *real* starting/stopping.
1180   * [Draw/OpenGL] Optimize GLSL's by https://github.com/aras-p/glsl-optimizer .
1181   * Built with GIT fc7a03a9337287414e00777464ab273c4f44ea44 (or later) .
1182  
1183 -- Aug 10, 2016 01:42:51 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1184
1185 * SNAPSHOT July 25, 2016
1186   * Upstream 2016-04-13
1187   * Bugfix only.
1188   * [Win32] Build with Qt5.7.0 and GCC-6.1 (cross).
1189   * [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
1190   * [MOVIE_SAVER/Qt] Fix duplicate opening before closing. Maybe fixed (5) of http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/708 .
1191   * Build with 8265a0a859ac69ef7c17548851902eab2de6f7f4 (or later).
1192   
1193 -- Jul 25, 2016 21:59:41 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1194
1195 * SNAPSHOT June 29, 2016
1196   * Upstream 2016-04-13
1197   * Build with FFMPEG 3.0.2 supported libmp3lame.
1198   * [MOVIE_SAVER/Win32] Fix wrong value of left frames for audio when stopping to record.
1199   * [OSD/Qt] Fix wrong FPS with not drawing.
1200   * Build with 3752c12b4b08f9910f3e3b6ad6f7dfbd76342cbb (or later).
1201   
1202 -- Jun 29, 2016 13:05:15 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1203
1204 * SNAPSHOT June 21, 2016
1205   * Upstream 2016-04-13
1206   * Build with FFMPEG 3.0.2 supported libmp3lame.
1207   * [Linux] Build with qt.io's official Qt 5.3.1 expect to work with 
1208     Ubuntu 16.04 LTS and Debian 8 "Jessie".
1209   * [MOVIE_SAVER] (Maybe mostly?) Fix asynchronous both video and audio.
1210   * [MOVIE_SAVER] Add libmp3lame and vorbis (disable from UI) for audio codec.
1211   * [Qt] Not linking config and using_flags directly from libCSPgui , libCSPavio and libCSPosd .
1212   * [MOVIE_SAVER][EMU] Fix stop/restart recording movie when changing/ejecting CARTRIDGEs.
1213                        Now, don't stop when changing/eject cartridge.
1214     See, http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/699 .
1215   * [MOVIE_SAVER] Re-enable (and selectable) H.264 for video codec.
1216   * Build with 85c331b7635ca713e819218b86d65a877b7478f3 (or later).
1217   
1218 -- Jun 21, 2016 01:07:44 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1219
1220 * SNAPSHOT June 18, 2016
1221   * Upstream 2016-04-13 .
1222   * Build with FFMPEG 3.0.2 .
1223   * [MOVIE_SAVER] More safer open/close.
1224   * [MOVIE_SAVER] Fix deadlock when closing movie.
1225   * [MOVIE_SAVER] Selectable both MPEG4v1 and H.264(libx264) for video codec.
1226   * [MOVIE_SAVER][Qt] Temporally set video-codec to MPEG4 (not AVC).
1227     This is issue of discard frames with libx264 by ffmpeg's libavcodec/libavformat.
1228     This seems to be ffmpeg's issue, not my program.
1229   * Build with 629f7d70816c04b38c3ab8cc277147a6bd2c2d2a (or later).
1230   
1231 -- Jun 18, 2016 03:32:06 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1232
1233 * SNAPSHOT June 11, 2016
1234   * Upstream 2016-04-13 .
1235   * Use osdn.jp to distibute binaries.
1236     https://osdn.jp/projects/csp-qt .
1237   * [MOVIE_SAVER] Use ffmpeg internal aac codec, because faac or fdk_aac are not *Free* .
1238   * [VM/MOVIE_SAVER] Fix stopping when changing cartridge, now refer to upstream (split movies).
1239   * [Qt/Win32] Fix not work with WindowsXP, using homebrew version of ffmpeg-2.8.7.
1240   * Build with 89d31ce8daa733ea4a0c38f0a1890d3a0fcfce38 (or later).
1241   
1242 -- Jun 11, 2016 05:09:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1243
1244 * SNAPSHOT June 09, 2016
1245   * Upstream 2016-04-13 .
1246   * Now, all of binaries are built with ffmpeg-2.8.7 at GNU/Linux,  with ffmpeg-3.0 at Windows.
1247   * Please read README.ffmpeg.txt .
1248   * [FM7/Disk] Add exceptions for Xanadu Scenario 2, this has not booted with changes 49dceaca9401d3c6037cb51ec013ca032ff0e83c .
1249   * Build with 64df71cd492be91289f883224640f42cace090ed (or later).
1250
1251 -- Jun 09, 2016 05:50:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1252
1253 * SNAPSHOT June 08, 2016
1254   * Upstream 2016-04-13 .
1255   * Add movie saver, using libav with x264.
1256   * Now, all of binaries are built with ffmpeg-3.0.
1257   * Build with 2142d5c7426e21cfeedbaea0450f238f8b4d7d38 (or later).
1258
1259 -- Jun 08, 2016 07:34:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1260
1261 * SNAPSHOT May 23-2, 2016
1262   * Win32 binary only RELEASE
1263   * Fix unable to run with some natibve Windows environment.
1264   * Build with c1448dc84f5439c7c8931614a8397dbefb6383da .
1265
1266 -- May 24, 2016 22:42:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1267
1268 * SNAPSHOT May 23, 2016
1269   * Upstream 2016-04-13 .
1270   * [Win32] Now built with -msse -msse2 . You can run only later than Pentium4 .
1271   * Move FILEIO:: FIFO:: COMMON:: to libCSPemu_utils .
1272   * Make OSD:: to inherited by OSD_BASE:: .
1273   * [Win32] Disable LINKFLAGS with "-static-libgcc -static-libstdc++" to reduce size of executions, now, bundled libstc++ is for gcc-5 .
1274   * [Win32/Build] Support build with MSYS2 (but not display because MSYS2's Qt was build without OpenGL).
1275   * [Linux] Build shared libraries with Link-Time-Optimize, reduce size of libs.
1276   * [X1/VM] Configurable buttons for X1/Turbo/Turbo Z.
1277   * [FM7/FDC] Set MB8877_NO_BUSY_AFTER_SEEK. Fixed unable to boot OS0. Thanks to Anna_Wu.
1278   * [FM77AV/MB61VH010] ALULINE: Reduce CPU usage (at delta X > delta Y).
1279   * [UI/Qt/DRAW] Fix crash sometimes when exit emulator.
1280   * Build with 1c1ddc85dfa7456b1ce48662c2e2930dcc4fc9d8 (or later).
1281
1282 -- May 23, 2016 02:22:07 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1283
1284 * SNAPSHOT May 11, 2016
1285   * Merge upstream 2016-04-13 .
1286   * Move more files to libCSPgui , includes FILEIO, FIFO, COMMON, draw_thread , joy_thread and main().
1287   * Now SONAME of libCSPgui to 1.1.x .
1288   * [FM77AV/MB61VH010] Fix bugs within ALULINE now, Sylpheed and demonstration of FM77AV (not AV40) works fine.
1289   * [FM7/KEYBOARD] Add auto stop key (using 8 or 5).
1290   * [FM77AV/KEYBOARD] Add hidden buzzer and features for AMNORK.
1291   * [FM8] Fix not booting from floppy, thanks to Anna_Wu.
1292   * [FM7/FM8] Add "Connect 320KB FDD" 
1293      You should check this at first when using FDDs.
1294   * [FM77AV/DISPLAY] Move sequence copying vram to shadow-vram ; from HBLANK to HDISP .
1295   * [FM77AV/MB61VH010] Reduce overhead.
1296   * [FM7/DISPLAY] Reduce line transfer / rendering.
1297   
1298 -- May 11, 2016 12:18:17 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1299
1300 * SNAPSHOT Apr 28,2016
1301   * Merge upstream 2016-04-13 .
1302   * [General] Fix save/load state.
1303   * [General] Build with GCC6 for GNU/Linux .
1304   * [General] Build with "-g -O3 -fvect-cost-model=dynamic -ftree-vectorize",
1305     not with "-g -Og" .
1306   * [FM77AV] Fix not repeating with scan key mode, fixed YS2. 
1307   * [FM7/Display] VRAM: Fix positioning of wrote line .
1308   * [FM77AV/Display] Fix "Sync to HSYNC", mostly has no filckerings.
1309   * [FM7/Display] Fix rendering algorythm (to be better rendering quality).
1310   * [FM77AV40/Display] Qt: Fix variable resolution ; wrong display (not VM) size with resetting.
1311     i.e:) When resetting with 4096 colors mode, height of display was half size (to display, but within VM, right size). 
1312   * [FM77AV/Keyboard] Fix lockup some situations.
1313   * [Qt/Sound] Fix wrong balance and volume after re-starting.
1314     i.e:) With 0db and panning to right, and re-starting, volume and balance hasn't kept.
1315
1316 -- Apr 28, 2016 01:53:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1317
1318 * SNAPSHOT Apr 09, 2016
1319   * Merge upstream 2016-04-01 .
1320   * [General] Add upstream newbie VMs: YALKY, PC-2001 and SMC-70.
1321   * [*nix] Separate UI component to shared lib named libCSPgui (and re-factor src/qt/gui and src/qt/common .
1322   * [BUILD/GCC] Compile with -O3 for libCSPgui .
1323   * [*nix] Add a installer script.
1324   * Note: [VM][FM7][WIP] Fix still not working some software without re-construct VMs at FM-7/NEW7/77.
1325   * Built with commit 3297e37e10c8b57a1bd0378b55ccd6eccd6d82b9.
1326
1327 -- Apr 09, 2016 00:16:14 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1328
1329 * SNAPSHOT Mar 25, 2016
1330   * Merge upstream 2016-03-17 .
1331   * [FM7] Fix some weird works (i.e: not booting DEATH-Force) without construct VM twice, now construct VM a time.
1332   * [UI/PCENGINE] Add support CD-ROM^2 (but not tested yet, I don't have any image).
1333   * [VM/MB8877] Probe some status via read_signal().
1334   * [BUILD/GCC] Use -Og instead of -O3.
1335   * [UI/MZ3500/HC80/QC10] Fix not set dip-switches.
1336   * [UI/JOYSTICK] Support Label of buttons.
1337   * [UI] Add supporting printers with more VMs.
1338   * [UI/MZ80] Enable select PCG-800/1200.
1339   * [UI/MZ700] Enable select PCG-700.
1340   * [VM/FMGEN] PSG: Fix volumes are not independed via another PSG/SSG devices. Thanks to umaiboux.
1341                See: http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/576
1342   * [VM/FM-8] Add support Bubble Casette, this is not complete implement , but seems to work.
1343   * Built with commit 34fb5d731eccd3601a7587657ccb1eb22404045b.
1344
1345 -- Mar 25, 2016 13:26:17 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1346
1347 * SNAPSHOT Mar 11, 2016
1348   * "Pray for all people injured by Great East Japan Earthquake"
1349   * Merge upstream 2016-03-05. Fix some FTBFSs with SCSI and FMR30/50.
1350   * [Menu/Qt] Fix some unification spells at menu, thanks to Anna_Wu.
1351   * [UI/Qt] Add icons a lot, from mate-icon-theme source package @
1352     mate-desktop.org.
1353   * [UI/Qt] Working "Paste from clipboard" with CR/LF.
1354     Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528 .
1355   * [Win32] Fix character encoding at logging. Thanks to
1356     Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528,530 .
1357   * [Qt/Sound] Update sound volume setting dialog.
1358   * [Qt/BMJr] Fix not input some keys with Qt.
1359   * [FM7] Detect 太陽の神殿 for FM-7 series to correct transfer
1360     timing automatically.
1361   * [VM/FM7] Fix some software has not booted, need to (destruct and)
1362     re-construct VM class before loading. See constructor of emu.cpp .
1363   * Fix bugs a bit.
1364   * Built with commit cc9a6b95d3ee6765a3b9d8befe9243a1522032ac or later.
1365  
1366 -- Mar 11, 2016 04:56:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1367
1368 * SNAPSHOT Mar 04, 2016
1369   * Merge upstream 2016-03-01. Applying new APIs.
1370   * [FM8] Fix wrong sequence of selecting BOOT ROMS when reading/writing $FD0F,
1371     Thanks for Anna_Wu .
1372   * [UI/Qt] Re-Working "Paste from clipboard", apply to new APIs.
1373   * [UI/Qt] Fix character encoding of config file 
1374             when not using UTF-8 as local encoding.
1375   * [General] Enable to build with LLVM Clang at least 3.7. Another
1376               versions are not tested yet.
1377   * More usable dialog for setting sound volumes.
1378   * Fix debugger a bit.
1379   * Built with commit 2fc557e88d2715f5fda328ecf38af4b81714b81e or later.
1380  
1381 -- Mar 04, 2016 22:56:53 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1382
1383 * SNAPSHOT Feb 26, 2016 HOTFIX 1
1384   * [FM7/77/8] Fix reset sequence of PSG/OPN/WHG/THG.
1385     This fixes lower tone of PSG with FM-7/77.
1386   * Built with commit 2e87abcb02cee28532215484517d999b561817a3 + .
1387
1388 -- Feb 27, 2016 01:37:13 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1389
1390 * SNAPSHOT Feb 26, 2016
1391   * Merge upstream 2016-02-26.
1392   * Windows: Fix wrond key conversion from SCAN to VK.
1393   * Enable to build within native Windows host with MinGW.
1394   * Debugger: Fix weird command interpreting.
1395   * FM7: Fix wrong key assigning.
1396   * FM7/6809: Fix wrond debugger APIs.
1397   * Help Menu: Add FAQs and about settings of BIOS and Key assigns.
1398   * Add documentation how to build.
1399   * Built with commit 82115ccfbcd6c8493933e518779c1d7f70940c9f or later .
1400
1401 -- Feb 27, 2016 00:13:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1402         
1403 * SNAPSHOT Feb 25, 2016
1404   * Merge UPSTREAM 2016-02-21.
1405   * Support NEW APIs.
1406   * Qt: Add dialogs: Key definition and Joystick Definition.
1407   * FM7: Add support printers; Dumb printer and Dempa Shimbun-sha's Joystick.
1408   * FM7: A lot of changes.
1409   * Qt: A lot of changes.
1410   * Built with commit f59a7c8a03b357a16d4b33e5a5e5fef2591cdfc2 or later .
1411
1412 -- Feb 25, 2016 06:53:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1413
1414 * SNAPSHOT Jan 24, 2016
1415   * Qt/OpenGL: Draw even not ready to GL3.0, fallback to GL2.0 (with/without shaders).
1416   * Qt/OpenGL: Display screen even with VirtualBox and Host of linux , excepts Ubuntu 14.04 LTS.
1417                GL libraries for Ubuntu 14.04 LTS seem to be weird (excepts AMD/nVidia's proprietary GLs).
1418   * FM7: Fix around clock setting.
1419   * FM7: Fix crash sometimes on initializing.
1420   * Sound: Fix crash with some VMs.
1421   * Sound: Fix choppy sound.
1422   * Sound: Fix not effected sound-latency settings.
1423   * Built with commit f6248ec7dfa76e776eddcb0e685fbf6b7ff58b65 .
1424
1425 -- Jan 24, 2016 13:44:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1426         
1427 * SNAPSHOT Jan 19, 2016-1
1428   * Merge upstream 2016-01-10.
1429   * Qt/OpenGL: Reduce GPU usage a lot. Save energy.
1430   * Qt/OpenGL: You should use OpenGL >= v3.0 .
1431   * Use printer: MZ1P17 to any VMs.
1432   * FM8 : implemented. But not test enough.
1433   * FM7: Fix incorrectness reset sequence around of keyboard when resetting.
1434   * FM7: Adjust draw timing.
1435   * FM-8/7/NEW7 : Removable kanji rom.
1436   * FM7: Some of Fixes.
1437   * Qt/OpenGL: Re-enable 4:3 CRT mode.
1438   * Built with commit eced83faa808f2fde47a24365ebe4a6656aa40fb .
1439
1440 -- Jan 19, 2016 14:50:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1441
1442 * SNAPSHOT Jan 07, 2016-3
1443   * Hotfix for 2016-01-07 and 2016-01-07-2.
1444   * SOUND: Fix broken WAV data of recording sound.
1445   * Built with commit 8708a53b6627eba226d1bce0ba89bf792d884c98 .
1446
1447 -- Jan 08, 2016 12:19:19 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1448         
1449 * SNAPSHOT Jan 07, 2016 -2
1450   * Fix crash of a lot of VMs.
1451   * Built with commit e0b53fc1bd4af3a232ccc878671bab2caf7743f8 .
1452
1453 -- Jan 07, 2016 23:08:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1454
1455 * SNAPSHOT Dec 22, 2015
1456   * MERGE upstream 2015-12-17, support new APIs .
1457   * Change APIs to upstream's OSD class , apply to Qt.
1458   * Mostly built for Win32.
1459   * FM-7/NEW7: Fix a lot of bugs.
1460   * FM7 series: Variable virtual screen size, see src/vm/fm7/display.cpp .
1461   * X1 series: Double buffering for TEXT/PCG.
1462   * Built with commit 24709b7e0ffdd2714266c487465cc4b37208aace .
1463     excepts PASOPIA7, PC-6601SR and PC-8001mk2SR are built with 
1464     commit daddbc5ac974be890f545d0a0cd68730fdce154f.
1465     and Z80 TV GAME have built with 
1466     commit 956581bd7f969f36d5146018ea19297fa5cd9db0 .
1467
1468 -- Dec 22, 2015 18:22:09 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1469
1470 * SNAPSHOT Dec 10, 2015
1471   * MERGE upstream 2015-12-10 .
1472   * Change APIs to upstream's OSD class , apply to Qt.
1473   * Still not built for Win32.
1474   * Built with 3fe6eddaeb7d6b2ba2c69a06e8cdc05acac690f2 ,
1475     excepts eTK80BS for 79e5e48043a64b6b74257fe3a9fc20e80b0e2252.
1476   
1477 -- Dec 10, 2015 19:18:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1478
1479 * SNAPSHOT Nov 20, 2015
1480   * MERGE upstream 2015-11-18 .
1481   * Remove original definition min() max() if supplied from toolchain. 
1482   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
1483   * Fixed typos.
1484   * Built with commit 4b3f3a7e4c007c1f4da62b64ceed8821fa239575 and newer Documents.
1485   
1486 -- Nov 20, 2015 01:08:28 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1487
1488 * SNAPSHOT Nov 17, 2015
1489   * Qt: (MAYBE) Working with Windows XP, but not tested enough to.
1490   * Qt: Working Auto key (paste from clipboard) feature.
1491   * Qt/Emu: More thread-safety calling via UI <-> EMU.
1492   * VM/MSX2: Fix wrong color built with Qt.
1493   * Update credits, thanks to umaiboux San.
1494   * Built with commit 64f901722d3382bc3feb6680a5ede240dcad2773 and newer Documents.
1495     Excepts HC-20/40/80, with commit a249e76d9bd77e42e45ec066e6c063498c6600bd.
1496   
1497 -- Nov 18, 2015 02:01:48 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1498
1499 * SNAPSHOT Nov 14. 2015
1500   * Qt/GUI: Integrate menus to meta-class.
1501   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
1502   * Built with commit 910b3cce215964380fa3dbe38fbb673c52bf4d34 excepts with newer documents.
1503   * A lot of fixes.
1504   
1505 -- Nov 14, 2015 20:12:24 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1506
1507 * SNAPSHOT Nov 05. 2015
1508   * Merged Upstream 2015-10-31 , thanks for Takeda-San.
1509   * Qt: Change Draw method from QOpenGLFunctions_2_0 to QOpenGLFunctions, expect to work with OpenGL ES 2.0, without OpenGL.
1510   * FM7: Fix problem of LSHIFT and RSHIFT.
1511   * Qt: Add OpenGL rendereded scan line.
1512   * OpenGL: Use GLSL to rendering.
1513   * Win32/Qt: Enable to build with MinGW32 and Qt 5.5.1, please test!!!
1514   
1515   * Built with commit b166b5c2ca66457baf348b7fe55c55d63028e609 excepts with newer documents.
1516   
1517 -- Nov 05, 2015 22:35:05 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1518
1519 * SNAPSHOT Oct 29, 2015
1520   * Merged Upstream 2015-10-27.
1521   * All of virtual machines are enabled to build.
1522   * FM7/77/AV/40/EX : Mostly working.
1523   * FM7 : Add state saving.
1524   * FM7 series: More a lot of fixes, most of softwares are working well, please test and report to me.
1525   
1526   * Built with commit d3d19e4157290b1869ac6bf98e788e9a13fbe164 excepts with newer Documents.  
1527
1528 -- Oct 29, 2015 17:40:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1529
1530 * SNAPSHOT Sep 26, 2015
1531   * Merged Upstream 2015-09-03.
1532   * Add FM77AV40/EX , Basic Master Jr and Jr-100.
1533   * FM7 : Add DMA(HD6844) and others.
1534   * FM77AV : Add hidden message within keyboard encoder.
1535   * FM7 series: A lot of fixes, most of softwares are working well, please test and report to me.
1536   * Built with commit 031b72db4243f0fd62c1c2556a4ceb9934da1121 .  
1537
1538 -- Sep 26, 2015 02:38:29 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1539
1540 * SNAPSHOT Aug 11, 2015
1541   * FM-7/77/AV series only SNAPSHOT build.
1542   * FM7 : Faster VM: Maybe useful running with lower clock/less cores CPU.
1543   * MC6809 : More accurate determining clocks.
1544   * UI/Qt : Fix some OOPs. 
1545   * Built with commit 5ac4478df3ebef9461c4748cd605c72da54aad2b .
1546
1547 -- Aug 11, 2015 13:34:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1548
1549 * SNAPSHOT Aug 10, 2015
1550   * Merged Upstream 2015-08-09.
1551     To know details : history.txt .
1552   * DISK/MB8877 : Fix not booting from write protected disk image.
1553   * DISK/MB8877 : Search sector : Track in ID field  must be equal to track register.
1554   * MB8877 : Improbe emulation accuracy (Thanks Takeda-San).
1555   * Win32 : Fix crash when foo.ini exists and using in *real* 
1556             Windows XP (Thanks Anna Wu).
1557   * Qt : Fix segfault when exiting.
1558   * Qt/SDL : Fix lockup with one CPU environment (maybe OK).
1559   * Qt : Fix abnormal exit when exiting from window-manager.
1560   
1561   * Built with GIT mcommit 6b432ad5d5c8d32cf7da5237c233773d95b1ac7a .
1562 -- Aug 10, 2015 15:04:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
1563
1564 * SNAPSHOT Aug 07, 2015
1565   * Merged Upstream 2015-08-07.
1566     To know details : history.txt .
1567   * DISK : Remove "Hack:Fast transfer" item from menu items. 
1568   * Built with GIT commit 6a36e02989161ade9242111da520eb28a4dddd66 .
1569   * Win32/VS2015 : Now don't use "Whole-Program-Optimization".
1570 -- Aug 08, 2015 03:39:15 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
1571
1572 * SNAPSHOT Aug 01, 2015
1573   * Merged Upstream 2015-08-01.
1574     To know details : history.txt .
1575   * DISK : Remove "Hack:Fast transfer" item from menu items. 
1576   * Built with GIT commit 197cc999d496b3071bef21f1a64f01ae6b9b1180 .
1577   * Add YS6464a and Z80 TV Game.
1578 -- Aug 02, 2015 21:00:03 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
1579
1580
1581 * SNAPSHOT Jul 31, 2015
1582   * Merged Upstream 2015-07-31.
1583   * FM77AV : Fix not working with some softwares.
1584   * DISK : Add "Hack:Fast transfer", useful for some 
1585     softwares majoring speed of FDD, i.e."ぎゃんぶらぁ自己中心派" for FM7.
1586   * FM7 : Add stereo sounds, volume per OPN/WHG/THG card.
1587   * FM7 : Fix polling time of keyboard to 20ms, workaround of
1588           some softwares i.e."Nobunaga no yabou Zenkokuban" for FM77AV.
1589   * And many of VMs are added to Win32.
1590   * Built with GIT commit  1a974b38e96bf93804f6fcaceafd9136e985bf01 .
1591 -- Aug 01, 2015 04:13:13 + 0900 K.Ohta <whatisthis.sowhat@gmail.com>
1592
1593 * SNAPSHOT Jul 26,2015
1594   * FM77AV: Fix dropping data from keyboard encoder using
1595             REALTIME-Scanning mode.
1596   * FM7: Fix break key issues.
1597   * FM7: Fix not write VRAM when not cycle-steal &&  vram_access
1598          flag is not ON.
1599   * MZ1500 / Win32 : Fix weird by7teorder for font drawing.
1600   * Built with GIT commit b06d4becba032444eed2ee1736b519856960a2fc . 
1601   
1602 -- K.Ohta <whatisthis.sowhat@gmail.com>
1603
1604 * SNAPSHOT Jul 25,2015
1605
1606   * First SNAPSHOT release for Common Source Code Project with Qt, FM-7.
1607   * Based on upstream: 2015-06-28 .
1608   * Built with GIT commit 69504d38060aae6551b589581e46056edc6d256e .
1609 -- K.Ohta <whatisthis.sowhat@gmail.com>
1610