OSDN Git Service

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