OSDN Git Service

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