OSDN Git Service

[DOC] Update to release.
[csp-qt/common_source_project-fm7.git] / source / ChangeLog
index 0f41360..52307ca 100644 (file)
@@ -1,5 +1,326 @@
 *** If you want to know full changes, please read 000_gitlog.txt and history.txt. ***
 
+* SNAPSHOT January 13, 2019
+  * Upstream 2019-01-11 .
+  * [UI/Qt] OSD: Joystick-To-Keyboard: Add "1235" feature.Useful for DELPHIS (for FM-8/7) etc.
+  * [UI/Qt] OSD: Apply "Joystick to Keyboard" feature.
+  * [BUILD] Separate threads definition for LTO.
+  * [WIN32] Update DLLS.Now using Qt5.12 and FFMpeg 4.1 and X264 157 API.
+  * [VM/I386][NEWDEV] Update to upsteream.
+  * [VM/PC8001] Load "FONT.ROM" as fallback, if "KANJI1.ROM" don't exists.
+  * [NOTE] Now implementing FM-Towns, but still not buildable.
+  * Built with c2d34b15d4c1d374e61a3ab8f66e1cca2ac926bd (or later).
+  
+-- January 13, 2019 01:55:36 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+  
+* SNAPSHOT December 18, 2018
+  * Upstream 2018-12-09 .
+  * [VM/PC9801] Add pseudo SASI BIOS for PC-9801.WIP.
+  * [VM/EVENT] Improve error message at cancel_event().
+  * [VM/HUC2680] Improve around timer.Thanks to  Ootake v2.83.
+  * [VM/PCENGINE] Improve process around NEC extended command (0xd*).
+  * [VM/PCENGINE] PCE_ADPCM: Fix not sound data length >= 65536 bytes.This still don't fix some softwares.i.e. Megami-Paradise.
+  * [VM/PCENGINE] Porting from Ootake v2.83.This still WORK-IN-PROGRESS.
+  * [VM/PCENGINE] CDROM: Don't reset ADPCM more than once at CDROM makes "NOT BUSY".
+  * [VM/PCENGINE] Most of CD-ROM^2 softwares maybe work.Excepts LASERSOFT's products and using "ARCADE card".
+  * [VM/SCSI_CDROM] Add write_signal() to control CDDA from MACHINE.
+  * [VM/SCSI_CDROM] Fix CD-DA buffer handling.Reading buffer should be per 2352 bytes.
+  * [VM/SCSI_CDROM] CUE: More correctness cue parsing.
+  * [VM/SCSI_CDROM] CUE: Set default pre-gap to 2Sec (150frames).Fix audio problems of most softwares.Maybe fixed issues on Manhole.
+  * [VM/SCSI_CDROM] More correctness SEEK/Interrupt timing.
+  * [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))!!!"
+  * [Draw/Qt] OpenGL: Abondon depth test.
+  * [UI/Qt] OOPS: Fix OOPs around mounting virtual D88/D77 image(s).
+  * [UI/MENU] HARDDISK: OOPS: I missed update directory.
+  * [UI/MENU] Fix oops dialog of opening virtual HDD.
+  * Built with ee880845ec85aa431df3c7a937611e9c20dd591d (or later).
+  
+-- December 18, 2018 16:31:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+* SNAPSHOT November 24, 2018
+  * Upstream 2018-11-23 .
+  * [DOC] Add how to running OpenGL ES with Wine (not native Windows).See Doc/Tips_Wine.en.txt.
+  * [General] Fix FTBFS with LLVM CLANG.
+  * [BUILD/IA32] Build even don't use MMX, SSE and AVX.
+  * [COMMON] Define some SIMD related types to common.h.Please re-define some types (__v4hi, __v8hi and __v16hi) with MSVC.
+  * [COMMON] Add VRAM render common routine.This needs to initialize bit_plane_table before use.
+  * [COMMON] Define decl.of alignment.Wish to fix FTBFS with Microsoft C++.
+  * [VM/SCSI_CDROM] Implement *correctness* CUE parser.Mostly works fine, but lip-syncing with CDDA still not correct.
+  * [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.
+  * [VM/X1] VRAM: Apply renderer to TEXT/(P)CG rendering.
+  * [VM/I386] Fix INT xxh with pseudo-bios.
+  * [VM/PCENGINE] Fix around CD-ROM^2 and ADPCM.Most of softwares works.(But,lip-syncing don't well).
+  * [VM/MSM5205] Use toggle switch clock.Reserve of future extend.
+  * [VM/HUC6280] Fix not start debugger.
+  * [VM/SCSI_CDROM] Fix around CDDA.
+  * Built with b4d06ae650417feb326d304770d258b3c5fa3aaa (or later).
+
+-- November 24, 2018 19:27:42 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+* SNAPSHOT October 28, 2018
+  * Upstream 2018-10-14 .
+  * Update state framework to upstream, excepts scrntype_t.
+  * [VM] Use namespace {VMNAME} to separate around VMs.
+  * [STATE/FILEIO] Change StateValue(scrntype_t&) to StateValueScrnType_t(&) due to compiler not detect differ of scrntipe_t and (uint32_t | uint16_t);
+  * [OSD/Qt] Remove some APIs.
+  * [GUI/Qt] DIALOG/ABOUT:Fix not displaying version of libOSD.
+  * [GENERAL] Update gitignore.
+  * [MISC/TOOL] Add function extraction script.
+  * [COMMON/FILEIO] common.h : Fix pair16_t and pair64_t to fileio.cpp .
+  * [COMMON/FILEIO] Re-Add FILEIO::Fflush().
+  * Built with 5cdfe7e27393edaecd445ac9b315d837dd697654 (or later).
+
+-- October 28, 2018 03:36:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+* SNAPSHOT September 30, 2018
+  * Upstream 2018-09-30 .
+  * [General/I18N] Update Japanese translations.
+  * [FMGEN] Initial implementation of OPN2 (YM2612) from OPNA.
+  * [VM/FMTOWNS] WORKING IN PROGRESS, WILL NOT BUILD due to still implement partly.
+  * Built with ecf1a85f48bd98c353ea90bc3a0a49ff100b9af4 (or later).
+
+-- September 30, 2018 17:40:12 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+* SNAPSHOT August 07, 2018
+  * Upstream 2018-05-24 .
+  * [VM] Use VM_TEMPLATE, META-Class of VM::
+  * [VM/FM7] Clear OPN/WHG/THG interrupt on resetting. Fix freeze when resetting after using RELICS.
+  * [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.
+  * [VM/MC6809] Remove dirty CLR insn hack.
+  * [VM/DEVICE] Add DEVICE:: to libCSPcommon_vm.
+  * [COMMON/Qt] Fix BYTEORDER of PIXEL@RGB888.
+  * [UI/Qt][BUG] Fix crash with using LaserDisc(s).
+  * [Qt/OpenGL] Initial support of OpenGL 4.3 Core profile.
+  * [Qt/OpenGL] OpenGL 4.3 : Upload SCREEN using glMapBuffer().
+  * [Qt/OpenGL] Use template class instead of GL2.0.
+  * [UI/Qt] Separate some command line parsing to sub-routines.
+  * [BUILD/WIN32] Update toolchain to Qt5.11.1.
+  * [BUILD] Set SOVERSION and GIT hash automatically.
+  * Built with df3888ca1199c6f75c1500dbb479d152ba6e2ad0 (or later).
+
+-- August 07, 2018 12:53:45 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+* SNAPSHOT July 13, 2018
+  * Upstream 2018-05-24 .
+  * [STATE] Apply new state save/load framework.See doc/a_new_state_save_load_framework.ja.txt (still only written in Japanese).
+  * [STATE] Use CRC32 protection to data.
+  * [STATE] Add header per devices.
+  * [EMU/STATE] Enable to Gzip'ed state saving / loading.
+  * [CONFIG/Bug] I forgot change top default of renderer. X-)
+  * [VM/X1] Copy VRAMs to shadow data at starting a frame.Reduce flickering a lot.
+  * [VM/PC9801] DISPLAY: Keep memory switch settings (saved to MEMSW.BIN).
+  * [VM/I386] Remove compiler warning conversion float64 (a.k.a UINT64) <-> double.
+              This still not regard when sizeof(double) != sizeof(UINT64).
+  * [VM/FM7][SOUND/BEEP] Set samplerate to 6000Hz.Simplize logic.
+  * [VM/DATAREC] Fix crash at removing CMT when not stopping to play.
+  * [VM/DATAREC] Fix crash with MZT data.
+  * [VM/NOISE] Adjust endian of WAV data.
+  * [VM/NOISE] Fix infinity loop with corruptWAV data.
+  * [VM/MC6809] Collect CPU statistics always, printing is controlled by menu immediately.
+  * [VM/Z80] Add collecting cpu status feature for Z80.
+  * [OSD/SOUND] Qt: Fix hang-up with resetting at some situations.
+                Try to fix issue of http://matsuri.5ch.net/test/read.cgi/i4004/1526806551/38 .
+  * [COMMON] Fix buffer overflow around strncpy().
+  * [COMMON] Add pair16_t and pair64_t.
+  * [COMMON] Add immediate value functions for pair_t.
+  * [COMMON][VM/Qt] Add common wav-loading / saving helper functions to common.cpp .
+  * [COMMON] Update min() and max().
+  * [FILEIO] Add FILEIO::Fflush().
+  * [FMGEN/PSG] Fix weird noise generation for SSG/PSG.
+  * [FMGEN/OPNBASE] Force to calculate frequency factors around prescaler when OPNBase::LoadState().
+                    Fix wrong sound after loding state.
+  * [FMGEN/OPNA] Fix infinity loop at loading rhythm WAVs.
+  * [FMGEN/OPNA] Adjust endian of WAV data (maybe).
+  * [Qt/OpenGL] Fix buffer overflow when changing VM's screen size.
+  * [Qt/Bug] Remove using_flags->get_config_ptr()->foo.
+  * [Qt/MAIN] LOGGER: Fix crash on exit.
+  * [Qt/LOGGER] CSP_Logger makes daughter of QObject.Add messaging slot entry.
+  * [Qt/LOGGER] Use QVector insterad of QQueue to reduce CPU usage.
+  * [Qt/LOGGER] Bug: Logging all devices.
+  * [Qt/OpenGLES] TRY: Reduce power consumption.
+  * [Qt/OpenGL] Prepare to use OpenGL 4.x (CORE).
+  * [Qt/OpenGLES] Prepare to use OpenGL ES 3.1.
+  * [Qt/OpenGLES] Delete condition branch in shader, use #ifdef and const values.
+  * [Qt/OpenGL] Re-Add screen rotate.
+  * [BUILD/CMAKE] Add "USE_SANITIZER" and "USE_STACK_PROTECTOR" entries to buildvars_foo.dat[.tmpl]
+                  to detect wrong usage of variables / protect from stack overflow.
+  * [BUILD/CMAKE] FM7: Not build IO::, this is not used.
+  * [Qt/WIN32] Move config and logger to inner pointer, now, libCSPavio is separated to single DLL.
+  * [Qt/WIN32] Move CSP_Logger to libCSPemu_utils.[foo.so|dll] from libCSPgui.[foo.so|dll] .
+  * [WIN32] Update cross build script.
+  * Built with 9275209c6bed03ccd06716a486e29451c446751d or later.
+
+-- July 13, 2018 13:09:15 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+* SNAPSHOT May 16, 2018
+  * Upstream 2018-05-06 .
+  * [EMU] Remove unneeded functions for only Qt version.
+  * [Qt/OpenGL] Add OpenGL ES2 renderer.Still not display.
+  * [Qt/Draw] Use Semaphore instead of mSecs waiting.Expect to improve real-time-drawing on multi thread.
+  * [Qt/AVIO] Fix FTBFS with FFMPEG 4.0.Will be needed to apply to new API.Will fix.
+  * [Qt/FM8] Fix number of bubble-casette: Start from 0, not 1.
+  * [Qt/COMMAND_LINE] Add --opengl , --envvar and --dump-envvar .
+  * [Qt/OSD] Fix around moving mouse pointer.
+  * [Qt/UI] Not reset slot number when opening disk.
+  * [Qt/UI] Fix around mouse problems.
+  * [Build/CROSS] Add cross-compiling scripts and patch(es) to build Qt5.10.
+  * [VM/MB8877] Keep command phase even changing (or removing) disk.Fix booting RELICS for FM-7 with single FDD drive.
+  * [VM/MB8877] Reaset track (per drive) on reset.Fix booting RELICS for FM-7 with two FDDs.
+  * [VM/MB8877] Check head loading READ/WRITE command.
+  * [Win32] Built with Qt 5.10 and Angle-project's OpenGL ES2 renderer. 
+  * Built with cf31c26aab576798a073e5d523bfc21b2091fd76 or later.
+
+-- May 16, 2018 18:09:00 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+* SNAPSHOT Mar 26, 2018
+  * [General/Qt] Add some command line options.
+  * [COMMON/FM7] Add __DECL_VECTORIZE_LOOP decl. to indicate expect to use vectorize (a.k.a. SIMD instructions).
+  * [VM/MB8877] Fix verify timing on SEEK command.Fix not booting Sylpheed for FM77AV.
+  * [VM/MC6809] Fix clock using.
+  * [VM/EVENT] Specify CPU per VM.
+  * [VM/FM7] Use template and static_cast<T *> to expect to be faster.
+  * [VM/FM7] Add Green display for FM-7/8/77 .
+  * [VM/FM77L4] Add FM77L4.Maybe 400lines board still not working.
+  * [Qt/SCREEN] Add turning on/off virtual media Icons on screen (OSD).
+  * [MOVIE_LOADER] Fix scaling factor.Displaying video as correct width and height.
+  * [MOVIE_LOADER] Fix hang up at end of video.
+  * Built with f8f16ac6f19fe2dcab250ad50d96cf0b30c8903e or later.
+
+-- Mar 26, 2018 01:34:20 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+* SNAPSHOT Mar 04, 2018
+  * Upstream 2018-03-01 .
+  * Thanks to Ryu Takegami and Haserin for eFM-7/77/AV/AV40/EXand eFM8.
+  * [GENERAL][EMACS] Add .dir-locals.el and vs-set-c-style.el .
+  *  [UI][Qt] Fix issues for ROMAJI-TO-KANA conversion.
+  * [UI][Qt][DRAW] Add drawing to separate-thread or combined.
+  * [UI][Qt][DEBUGGER] Fix crash/lockup with closing debugger window.
+  * [UI][Qt][DEBUGGER] Remove debugger_thread.[cpp|h] due to integrate to EMU::open_debugger() and EMU::close_debugger().
+  * [Qt][WINDOWS][DEBUGGER] Fix crash when exitting emulator.
+  * [Qt][Windows] Prepare to parsing command line.
+  * [Qt][LOGGER] Fix locale for time-string.
+  * [EMU] Remove FM-7 specific hack.
+  * [OSD][Qt] Fix not setting device name to logger.
+  * [OSD][Qt] Use Recursive-Mutex instead of Semaphore.
+  * [EMU][Qt] Use recursive mutex to lock key-in queue.
+  * [UI][Qt][FM7] Add "SYNC TO HSYNC" entry also FM-7/77/8.
+  * [VM][FM7] Framerate should be 55.40fps when 400line (8colors) mode.Add supporting SUPPORT_VARIABLE_TIMING.
+  * [VM][FM77] Enable to boot OS-9 L1/L2 for FM-77 with 2HD FDD.Thanks to Haserin a lot.
+  * [VM][FM7] Fix FRAMERATE.Fix flicking with YS2 (/AV).
+  * [VM][MC6809] Fix around extra_iclock.Maybe fix around accessing wait.
+  * [VM][MC6809] Fix halt sequence.
+  * [VM][MC6809] Add SIG_CPU_WAIT_FACTOR. This is setting wait factor (65536 = 1wait per clock, 0 = non wait).
+                 This is ugly hack due to not permited to modify clock for CPU#0 by scheduler.
+                 See FM7_MAINMEM::setclock() at vm/fm7/fm7_mainmem.cpp for details.
+  * [VM][MC6809] Add correcting cpu statistics per 16 frames.
+  * [VM][MB61VH010] Drop unused variables.
+  * [VM][MB61VH010][WIP] Adjust sequence of BUSY flag with line.
+  * [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.
+  * [VM][MB8877] Fix seeking sequence. Thanks to Haserin.
+  * [VM][MB8877] Track-verifying may be before execute command.Thanks to Ryu Takegami.
+  * [VM][MB8877] Fix wait value when end of seek and verify.Thanks to Ryu Takegami.
+  * [VM][FM7][MAINMEM] More accurate wait implementation.
+  * [VM][FM7][KANJIROM] Fix wrong save state.
+  * [VM][FM7][DISPLAY] Not use event_vline() as determine H/V SYNC.
+  * [VM][FM7][DISPLAY] Use event_frame() to kick VSTART.Not loop.
+  * [VM][FM7][DISPLAY] Duplicate palette (pixel) value at VSYNC.
+                       Fix rendering with DRAGON BUSTER, LUXOL and more softwares.
+  * [VM][FM7][DISPLAY] Stop to use OpenMP.
+                       Fix display noise at 256k colors mode on Win32 Host.
+  * [VM][FM77AV40EX][DISPLAY] Don't scroll at ACTIVE_PAGE != 0.
+  * [VM][FM7][KEYBOARD] Make  interupt handling at reset correctness.
+                        Fix hang-up resetting after checking keyboard interrupt at mainio.
+  * [VM][FM7][KEYBOARD] Fix initial key code value.
+  * [VM][FM77][2HD] BREAK KEY AND ATTENTION MUST BE MASK IF FIRQ USING FOR FDC's DRQ.Thanks to Haserin.
+  * [VM][PYUTA] PYUTA has no state save/load.
+  * Built with 7c0c0657f8f726e7aa86ace64777036e1cca4ce4 and later.
+
+-- Mar 04, 2018 11:22:02 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+    
+* SNAPSHOT Feb 16, 2018 FM7 TEST1
+  * Upstream 2017-12-27 .
+  * This is test release. Will re-write articles in this entry to next official release.
+  * [VM] Add eFMNEW7.
+  * [VM/FM7][UI/FM7] MAINMEM: Re-order bank of bulk BOOTROMs.Thanks to HASERIN.
+                     IMPORTANT: Re-order boot entries within MENU dynamically.
+                               This is compatibility with older settings.
+                               GUI's menu (for eFM8/eFMNEW7/eFM7*) must change order of boor menu entry.
+  * [VM/FM77]   Add ON/OFF extra RAM.
+  * [VM/FM77AV] Add to use dictionary board for FM77AV/20/EX.
+  * [VM/FM77] BUG: I mistaken to connect motor line for 2HD FDD, I connected 2D FDD (;´Д`)
+  * [VM/FM77] 2HD: Fix DRQ->FIRQ handling.Wish to BOOT 2HD OSs.
+  * [VM/FM77AV] DISPLAY: Do not reset interrupt masks at reset on sub-system.Thanks to Ryu Takegami.
+  * [VM/FM77AV] MAINMEM: More simple inside structure for PAGE2.
+  * [VM/FM8] Change default frequency to 1.0MHz.Thanks to Haserin.
+  * [VM/FM8] Fix RS232C #1(COM0:) can't remove from maim board.Thanks to Haserin.
+  * [VM/FM7/JCOMMCARD] Use bulk rom (or DICTIONARY + KANJI) for DICTIONARY ROM AREA.
+  * [VM/FM7/JCOMMCARD] Abndon use JIS78 emulation.
+  * [VM/FM7/KANJIROM] Abndon use JIS78 emulation.
+  * [VM/BUBBLECASETTE] Improve status register.Thanks to Haserin and Ryu Takegami.
+  * Special thanks to Ryu Takegami, to assist debugging FM-7/77/AV/40/EX/8 .
+  * Special thanks to Haserin, to assist debugging FM-7/77.AV/40/EX/8.
+  * Built with commit bc517f5638b4f5612cc075e0f4d9278220eab4fc or later.
+
+-- Feb 16, 2018 06:02:49 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+    
+* SNAPSHOT Feb 11, 2018
+  * Upstream 2017-12-27 .
+  * [CONFIG] IMPORTANT: Now, "~/emufoo/" moved to "~/CommonSourceCodeProject/emufoo/"
+                       (or ".\CommonSourceCodeProject\emufoo\" ).
+             Please move settings to here.
+  * [CONFIG] IMPORTANT: Now, "~/emufoo/foo.ini" has moved to "~/.config/CommonSourceCodeProject/emufoo/"
+                             (or ".\CommonSourceCodeProject\emufoo\ at Windows").
+             Please move ini and scancode.conf to new place.
+  * [VM/MB8877] Enable to boot FLEX/FM-8.
+                Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/800- .
+  * [UI/Qt] Add option: Emulate cursor keys as "2468" or "1235".
+  * [UI/KEYBOARD] Add option, "Numpad's Enter is Fullkey's".Useful for FM-77AV series, etc.
+  * [UI/VM] MB8877/T3444/uPD765A: Add ON/OFF debug logging for FDCs.
+  * [Qt/EMU] Seriarize queueing both KEY_DOWN and KEY_UP.
+             Expect to fix  key-in issues with slower host machine.
+            See https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/841 .
+  * [UI/Qt] BUG: Fix crash with BOOT_MODEs >= 8.
+  * [UI/Qt] FM7: Extend boot menu.
+  * [UI/KEYBOARD] Update VM table.
+  * [UI/KEYBOARD] Fix load/save sequence of scancode.cfg.
+  * [UI/Qt] Update translate for menu.Split section per menu-bar-entry.
+  * [MENU/Qt] DISK: Fix not affect of some entries:"Correct disk timing","Ignore CRC error" and "Immediate transfer".
+  * [Draw/OpenGL] FM77AV: Fix blinking with some situation.
+  * [VM/MC6809] Fix around CWAI with interrupts.
+  * [VM/MC6809] Make set/reset E flag at interrupt.
+  * [VM/MC6809] More accurate emulation(maybe).
+  * [VM/MC6809] Fix clock count with some situation, FM-8/7/77/AV don't need dummycpu.
+  * [VM/FM7] Remove DUMMY CPU.Reduce host-cpu usage a lot.
+             Related to commit a4e1a7cfef59e08f31675c6608871068d3f2c4ef.
+  * [EMU/FM7] emu.cpp : No longer use hack with some VMs.
+  * [VM/FM7] KEYBOARD: Keep BREAK key when special reset (hot start).
+  * [VM/FM7] MAINIO: Reduce hitting PCM1BIT:: when not sound buzzer.
+  * [VM/FM7] DISK: Fix RPM value of 2D/2DD drive to 300rpm.
+  * [VM/FM7] Read some (bulk) roms for FM-8/7/NEW7/77.This is WORK-IN-PROGRESS.
+  * [VM/FM8/FM77] Add delay FIRQ/NMI from 2HD/SFD FDC.This is temporally implement.
+  * [VM/FM8] MAINIO: Move FM-8 specified features to FM8_MAINIO:: .
+  * [VM/FM77] Add initial support of 2HD (for FM-77).
+  * [VM/FM77] Fix access around BOOT-RAM.Thanks to Ryu Takegami.
+  * [VM/FM77] Extra memories should start $00000, not $10000.Thanks to Ryu Takegami.
+  * [VM/FM77] Fix wrong answer at $FD04.Thanks to Ryu Takegami.
+  * [VM/FM77AV] DISPLAY: Separate event process around VSYNC/HSYNC.
+  * [VM/FM77AV40] Fix FTBFS with Fedora linux.
+  * [VM/FM77AV40EX] Do not effect offset registers to VRAM-ACTIVE-BLOCK 1.Thanks to Ryu Takegami.
+  * [VM/MB8877] No need to hack with PSY-O-BLADE for FM77AV.This is test delete.
+  * [VM/MB8877] Force down DRQ when LOST-DATA happens.
+  * [VM/MB8877] Fix not read status data at the endof SEEK and verifying.
+  * [VM/MB8877] Update structure of MB8877->fdc.
+  * [VM/MB8877] Try: Improbe result quality of FORCE_INTERRUPT command.
+                 I expect to boot OS-9 Level1 for FM-77 with 2HD drive.Thanks to Haserin-san.
+  * [VM/DISK] Fix default value ignore_crc_error and correct_disk_timing (mostly "to false").
+  * [DOC] Add README.md (written in Japanese) and README.en.md (written in English) for GITHUB's cover page.
+  * Special thanks to Ryu Takegami, to assist debugging FM-7/77/AV/40/EX/8 .
+  * Special thanks to Haserin, to assist debugging FM-7/77.AV/40/EX/8.
+  * Built with commit 221fcef002f101b8dffd2a63edfc11a86e2c688a or later.
+
+-- Feb 11, 2018 02:29:55 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
+
+
 * SNAPSHOT Jan 19 2018
   * Upstream 2017-12-27 .
   * [EMU] Add set_vm_screen_lines(int lines) to notify changing vertical resolution