OSDN Git Service

[DOC] .
[csp-qt/common_source_project-fm7.git] / source / 000_gitlog.txt
1 commit 571b580422297e570f6a1a0296f42d2a24f12004
2 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3 Date:   Fri Feb 22 04:58:38 2019 +0900
4
5     [OpenGL4_5][OOPS] I missed not to map buffer (;´Д`)
6
7 commit f7a79cb7502191e7dbec1829ad240fa524f96756
8 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9 Date:   Fri Feb 22 04:45:28 2019 +0900
10
11     [DOC] Update date.
12
13 commit 7574bd8b47c65e32c4f4a41ec593db71cc375230
14 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15 Date:   Fri Feb 22 04:39:37 2019 +0900
16
17     [BUILD][WIN32] GCC: change optimize flags to -O3.
18
19 commit d96f916374f366fdb3be9a9e00eeace71948d23c
20 Author: K.Ohta <whatisthis.sowhat@gmail.com>
21 Date:   Fri Feb 22 04:37:08 2019 +0900
22
23     [VM][DEVICE] Change logger declaration.
24
25 commit 72db6c73800e3dc7be4797d6081a82b02b723e29
26 Author: K.Ohta <whatisthis.sowhat@gmail.com>
27 Date:   Fri Feb 22 04:35:51 2019 +0900
28
29     [COMMON] TRY: Abondon some functions makes SIMD.This is temporally workaround of Win32.
30
31 commit 30fbb976186c7d253a3a6820789d3e30452dc811
32 Author: K.Ohta <whatisthis.sowhat@gmail.com>
33 Date:   Fri Feb 22 04:35:09 2019 +0900
34
35     [BUILD][Qt] Adjust linkage order.
36
37 commit ac0d67749ef73a651cf3d9c06f7f77577b711f77
38 Author: K.Ohta <whatisthis.sowhat@gmail.com>
39 Date:   Fri Feb 22 04:34:42 2019 +0900
40
41     [Build][WIN32][OSD] Adjust linkage parameter.
42
43 commit 2b6064ffdc35539add2e42d7c340bca02d37dbfe
44 Author: K.Ohta <whatisthis.sowhat@gmail.com>
45 Date:   Fri Feb 22 04:33:31 2019 +0900
46
47     [Draw][OpenGL4_5] Sync per command.This improve stability at Win32 binaries with Wine.
48
49 commit 4ad023900f4bdb75421c4d6f4d4a6aacb0eb865f
50 Author: K.Ohta <whatisthis.sowhat@gmail.com>
51 Date:   Thu Feb 21 21:36:50 2019 +0900
52
53     [DOC] Update DOCs due to update APIs.
54
55 commit b52a6f59c59908523e27e81911d17ba37dd2c1ac
56 Author: K.Ohta <whatisthis.sowhat@gmail.com>
57 Date:   Thu Feb 21 21:33:54 2019 +0900
58
59     [Qt][OSD]WIN32] Fix linkage error.Re-Order linkage and make virtual aome OSD_BASE:: member.Real to OSD::.
60
61 commit d2c11e18febf00dc9937c092f17f68ff85d59f1d
62 Author: K.Ohta <whatisthis.sowhat@gmail.com>
63 Date:   Thu Feb 21 20:35:22 2019 +0900
64
65     [DOC] Update documents.
66
67 commit 8185a8bca547d5cb2ec27d4475228b461bbb11b7
68 Author: K.Ohta <whatisthis.sowhat@gmail.com>
69 Date:   Thu Feb 21 20:28:50 2019 +0900
70
71     [UI][Qt] Update translations.
72
73 commit 476cc15de79bd595fccb5436e288fd20fad193d1
74 Author: K.Ohta <whatisthis.sowhat@gmail.com>
75 Date:   Thu Feb 21 20:08:28 2019 +0900
76
77     [DOC] Updated.
78
79 commit 2b63380cd185d2d16b05723aaea7b50371ef5d7c
80 Author: K.Ohta <whatisthis.sowhat@gmail.com>
81 Date:   Thu Feb 21 19:56:41 2019 +0900
82
83     [VM][MC6809][OOPS] Fix FTBFS.
84
85 commit aca1273d5fb316f2a3958efc2717cde90a2859d6
86 Author: K.Ohta <whatisthis.sowhat@gmail.com>
87 Date:   Thu Feb 21 18:38:18 2019 +0900
88
89     [VM][MZ2800] Fix crash ending of emulation.
90
91 commit abc042d99fa609ebc9088312a2b5b0b69acc9f23
92 Author: K.Ohta <whatisthis.sowhat@gmail.com>
93 Date:   Thu Feb 21 18:33:10 2019 +0900
94
95     [VM][JX][J3100] (Temporally?) stop to use I86:: using insetad of I286::.Fix FTBFS of JX.
96     [VM][J3100][DEBUGGER][EMU] Some functions at debugger.cpp moved (and modified) to emu.cpp. This workaround needed by libCSPcommon .
97
98 commit 380e532f0e7da420367df8ca883c1e37d2f97cbb
99 Author: K.Ohta <whatisthis.sowhat@gmail.com>
100 Date:   Thu Feb 21 18:07:03 2019 +0900
101
102     [VM] Fix crash when end of emulation at various(!) VMs.
103     [VM][I8080] I8085: Fix around SID instruction.FP200 works.
104     [VM][I386] Fix crash some VMs using after i386 cpu series.This also fixes FTBFS.
105     [VM] Fix crash when starting with some devices.
106
107 commit 37621805de11031c659a4bb991ed1608d2419dcc
108 Author: K.Ohta <whatisthis.sowhat@gmail.com>
109 Date:   Thu Feb 21 04:34:44 2019 +0900
110
111     [VM][PCENGINE][ADPCM] Reset written_size per resuming DMA transfer.
112     [VM][PCENGINE][ADPCM] Halt ADPCM sound same BANK (mask = $8000) both DMA transferring and read from ADPCM.
113
114 commit d20281b920a909a622262df57f42bd6dfe872a3f
115 Author: K.Ohta <whatisthis.sowhat@gmail.com>
116 Date:   Thu Feb 21 03:39:38 2019 +0900
117
118     [VM][PCENGINE][ADPCM] Partly remove a Ootake's hack.Expect to improve ADPCM's quality.
119
120 commit ef764de9c45da00b5d07f78f0251020a3c75c513
121 Author: K.Ohta <whatisthis.sowhat@gmail.com>
122 Date:   Thu Feb 21 03:25:29 2019 +0900
123
124     [VM][MZ80K] Update to upstream 2019-02-19.Enable to build and works.
125
126 commit 11a2b9d113b2e8a9c129709396466cbc326d6ef4
127 Author: K.Ohta <whatisthis.sowhat@gmail.com>
128 Date:   Thu Feb 21 03:25:08 2019 +0900
129
130     [VM][EVENT] .
131
132 commit 1c3c6d3350514a18759292f2e4134af4e524b568
133 Author: K.Ohta <whatisthis.sowhat@gmail.com>
134 Date:   Thu Feb 21 03:24:27 2019 +0900
135
136     [VM][PCENGINE][ADPCM] Fix around ADPCM (more).
137
138 commit 4f9cd2ca0f99e27224c5387e385c4c98e2c75d1c
139 Author: K.Ohta <whatisthis.sowhat@gmail.com>
140 Date:   Thu Feb 21 02:32:43 2019 +0900
141
142     [VM] Pertially commit upstream's changes.May be not buildable or enable to build.
143     [OSD][EMU][PC9801][PC8801] Fix choppy sound with non-regular frequency.
144
145 commit 004adfe3bc765ac07986f99f24e6441755dd61b4
146 Author: K.Ohta <whatisthis.sowhat@gmail.com>
147 Date:   Thu Feb 21 02:29:27 2019 +0900
148
149     [Qt][OSD][Sound] Update OSD API, initialize_sound() has 4 args, not 2.
150     [Qt][OSD][Sound] SDL_MixAudioFormat() *MUST* use for SDL2, shouldm't use SDL_MixAudio for SDL2.
151     [Qt][UI] Select sound output devices.
152
153 commit 6dd01447f7f921b3a65897ce2a38bf5a75bc4559
154 Author: K.Ohta <whatisthis.sowhat@gmail.com>
155 Date:   Wed Feb 20 22:06:28 2019 +0900
156
157     [VM][FM7][X1] Buildable with upstream 2019-02-19.
158
159 commit 7adaf5381581ec03d0de694fea3b096dd8be6ea2
160 Author: K.Ohta <whatisthis.sowhat@gmail.com>
161 Date:   Wed Feb 20 22:03:58 2019 +0900
162
163     [UI][Qt][VM][PC8801] Update to Upstream.
164
165 commit f52183d41261215b20f6d0fd93ed45a3d24c59b6
166 Author: K.Ohta <whatisthis.sowhat@gmail.com>
167 Date:   Wed Feb 20 22:03:25 2019 +0900
168
169     [UI][Qt] Update.
170
171 commit 32fbb46978e4a0e0523a5ba66fe1327c452ee4df
172 Author: K.Ohta <whatisthis.sowhat@gmail.com>
173 Date:   Wed Feb 20 22:02:24 2019 +0900
174
175     [OSD][Qt] Update APIs upstream 2019-02-19.
176
177 commit 7ae149676fc56e8ca4d4877080d9973cbbb550fd
178 Author: K.Ohta <whatisthis.sowhat@gmail.com>
179 Date:   Wed Feb 20 22:01:02 2019 +0900
180
181     [VM] Merge Upstream 2019-02-19.Only for DEVICES, not MACHINES YET.
182
183 commit 7e2e4683ae79950f89cf8202fafae51bbd618e8f
184 Author: K.Ohta <whatisthis.sowhat@gmail.com>
185 Date:   Wed Feb 20 05:38:39 2019 +0900
186
187     [Qt][OSD][WIN32] Fix FTBFS for MinGW.
188     [Qt][EMUUTIL][WIN32] Temporally disable SSE2.
189
190 commit 7ee06737df882878716d8ed8dba1e338055531e8
191 Author: K.Ohta <whatisthis.sowhat@gmail.com>
192 Date:   Wed Feb 20 02:10:43 2019 +0900
193
194     [Qt][OSD][OpenGL][AVIO] Fix wrong color at one-board-computers.
195     [Qt][OpenGL] Fix not save screenshot with OpenGL renderers.(This issue didn't happen with OpenGL ES).
196
197 commit 1b1517bda5cbc13b870a0f0264912196023ce2d6
198 Author: K.Ohta <whatisthis.sowhat@gmail.com>
199 Date:   Wed Feb 20 00:55:28 2019 +0900
200
201     [Qt][Draw][OpenGL] Asynchronous pixel transfer with OpenGL 4.5 (and Core profile renderer).
202
203 commit 363ca36d791ceb0fb6afc7ed40738e1beb690d14
204 Author: K.Ohta <whatisthis.sowhat@gmail.com>
205 Date:   Tue Feb 19 23:00:39 2019 +0900
206
207     [Draw][Qt] Now, core profile needs less than OpenGL 4.5.
208     [Draw][Qt] Prepare to immutable texture buffer.
209
210 commit fdd910ec85cc746c0c3d41a12f46e3f5a92376e1
211 Author: K.Ohta <whatisthis.sowhat@gmail.com>
212 Date:   Mon Feb 18 18:15:44 2019 +0900
213
214     [VM][SCSI_CDROM] CDDA: Fix around repeat sequence.
215     [VM][SCSI_CDROM] CDDA: Update end_frame ewhen setting start_frame.
216
217 commit f561e39546dca1cf807fea8db4f63e9cb824023c
218 Author: K.Ohta <whatisthis.sowhat@gmail.com>
219 Date:   Mon Feb 18 17:38:50 2019 +0900
220
221     [VM][PCENGINE][ADPCM] Don't appear read_buf flag to REG $180C.
222
223 commit 91f9a53cb1835b917e7a3ef9fc3abb935543f110
224 Author: K.Ohta <whatisthis.sowhat@gmail.com>
225 Date:   Mon Feb 18 17:37:41 2019 +0900
226
227     [VM][PCENGINE][SCSI_CD] CDDA: Fix interpreting cue sheet.Lasersoft's brand softwares may works.
228
229 commit 0b1f08392a77893a357f3832de0cc99413c7ea21
230 Author: K.Ohta <whatisthis.sowhat@gmail.com>
231 Date:   Mon Feb 18 15:36:58 2019 +0900
232
233     [VM][PCENGINE] .
234
235 commit 4303f03bbce8ec7fa494945d4bee6f383a4d1edd
236 Author: K.Ohta <whatisthis.sowhat@gmail.com>
237 Date:   Mon Feb 18 15:35:07 2019 +0900
238
239     [VM][PCENGINE][SCSI_CDROM] Stop CDDA at NEC Extend command $D8 ARG="xx 00 00 00"(Set Audio Playback Start Position).
240
241 commit 3ca95e18901366fb5162190aeb66b6faac3b0037
242 Author: K.Ohta <whatisthis.sowhat@gmail.com>
243 Date:   Sun Feb 17 23:35:44 2019 +0900
244
245     [VM][HuC6280] Fix debug calling.
246
247 commit c542747f3bd514b664eedfa820cbc7e93da1e944
248 Author: K.Ohta <whatisthis.sowhat@gmail.com>
249 Date:   Sun Feb 17 23:35:28 2019 +0900
250
251     [VM][SCSI_CDROM] .
252
253 commit f318d690c145021d153cf03dc7bc01329ceb379b
254 Author: K.Ohta <whatisthis.sowhat@gmail.com>
255 Date:   Sun Feb 17 23:34:18 2019 +0900
256
257     [VM][PCENGINE][CDROM] Fix READ COMMAND $1801().Not reply any signals.
258
259 commit 0af5192917187e22e1f8a66c6b827192b08de2b4
260 Author: K.Ohta <whatisthis.sowhat@gmail.com>
261 Date:   Sun Feb 17 20:47:06 2019 +0900
262
263     [VM][PCENGINE][ADPCM] .
264
265 commit 8c9c1cb2cd6831a94daa9b58d746eea61172a4e8
266 Author: K.Ohta <whatisthis.sowhat@gmail.com>
267 Date:   Sun Feb 17 20:43:59 2019 +0900
268
269     [VM][SCSI_CDROM][PCENGINE] CDDA:Don't update track when setting end position.
270
271 commit 328665d6d75f339bb08866192a1755dda1a46754
272 Author: K.Ohta <whatisthis.sowhat@gmail.com>
273 Date:   Sun Feb 17 18:49:31 2019 +0900
274
275     [VM][PCENGINE] .
276
277 commit a18bc79bcf9cec4cb2ebef827e7c5ebf0b5a37f4
278 Author: K.Ohta <whatisthis.sowhat@gmail.com>
279 Date:   Sat Feb 16 04:04:22 2019 +0900
280
281     [VM][MSM5205] Add new API: pause_w().
282     [VM][PCENGINE][ADPCM] Mostly fixed around playing.(Excepts Gradius II?).
283
284 commit be6c19d4bf4478740dc8cdaa96ceccb289a68a8a
285 Author: K.Ohta <whatisthis.sowhat@gmail.com>
286 Date:   Fri Feb 15 09:43:21 2019 +0900
287
288     [VM][PCENGINE][ADPCM] Improve DMA handling.
289
290 commit 785161fd7625d03ad263fbdf415c4b3b462fe31d
291 Author: K.Ohta <whatisthis.sowhat@gmail.com>
292 Date:   Tue Feb 12 22:18:36 2019 +0900
293
294     [VM][PCENGINE][ADPCM] Remove unused parts.
295
296 commit a05dfe7fe4aa00f9dfdb0fe5488a94ac68d09e3c
297 Author: K.Ohta <whatisthis.sowhat@gmail.com>
298 Date:   Tue Feb 12 22:17:39 2019 +0900
299
300     [VM][MSM5205] Adjust ADPCM's sound level due to be too small sound.
301     [VM][SCSI_CDROM][WIP] .
302
303 commit c9125ba37261275e58b94d288e739b56e3a51a07
304 Author: K.Ohta <whatisthis.sowhat@gmail.com>
305 Date:   Tue Feb 12 21:43:30 2019 +0900
306
307     [VM][PCENGINE][ADPCM] adpcm.cpp : improve around DMA, but still not complete.
308
309 commit 37a8482023afcef297b027c569d712cbc287d6a4
310 Author: K.Ohta <whatisthis.sowhat@gmail.com>
311 Date:   Tue Feb 12 19:21:48 2019 +0900
312
313     [VM][PCENGINE][ADPCM] Re-Implement adpcm.[cpp|h] . Partly useful.
314
315 commit acabbae71fa23288634e7531a67acfc300016c5d
316 Author: K.Ohta <whatisthis.sowhat@gmail.com>
317 Date:   Tue Feb 12 07:48:32 2019 +0900
318
319     [VM][PCENGINE][ADPCM] pce.cpp : porting logics from mednafen and Ootake.
320
321 commit 98618d9f958e032b88a3199a7c1ddedebfc61ca8
322 Author: K.Ohta <whatisthis.sowhat@gmail.com>
323 Date:   Mon Feb 11 04:00:23 2019 +0900
324
325     [VM][PCENGINE][ADPCM][WIP] Porting from mednafen.WIP.
326
327 commit 758326a113d01d94b53a9f9204a73201f48f8cf2
328 Author: K.Ohta <whatisthis.sowhat@gmail.com>
329 Date:   Mon Feb 11 02:40:55 2019 +0900
330
331     [VM][PCENGINE][ADPCM] .
332
333 commit 64675fff11aa2bfeed70ddbf7bb254daf9873a30
334 Author: K.Ohta <whatisthis.sowhat@gmail.com>
335 Date:   Sun Feb 10 05:29:04 2019 +0900
336
337     [VM][PCENGINE][ADPCM] Separate around ADPCM to ADPCM:: .
338
339 commit 50819a1bb1c25149b1b10215d2065a6895a1f6fd
340 Author: K.Ohta <whatisthis.sowhat@gmail.com>
341 Date:   Sat Feb 9 19:12:22 2019 +0900
342
343     [VM][PCENGINE][ADPCM] .
344
345 commit ae635e10427995af8c898754fa9dc78189c15e0a
346 Author: K.Ohta <whatisthis.sowhat@gmail.com>
347 Date:   Sat Feb 9 03:41:02 2019 +0900
348
349     [VM][PCENGINE][ADPCM] Improve around IRQ handling from Ootake.Fix hangup on demo of LINDA^3 (but still incorrect PCM sound).
350
351 commit 58908b435eaddf0066a72856db2ac47d379070ba
352 Author: K.Ohta <whatisthis.sowhat@gmail.com>
353 Date:   Fri Feb 8 16:29:05 2019 +0900
354
355     [VM][UPD71071] Fix OOPs of FTBFS.
356
357 commit 0974c71a877389dfe32058fa46e5d8cebd9ef285
358 Author: K.Ohta <whatisthis.sowhat@gmail.com>
359 Date:   Fri Feb 8 16:22:19 2019 +0900
360
361     [VM][COMMON_VM] Update SOVERSION.
362
363 commit 6a2eefe5a5133dcc4d9bd8242b93f04ecae6e5c9
364 Author: K.Ohta <whatisthis.sowhat@gmail.com>
365 Date:   Fri Feb 8 16:20:53 2019 +0900
366
367     [VM][SCSI_CDROM] Make public members to virtual attribute.This is prepare of FM-Towns.
368
369 commit 4282570713165a5add65166f209455e1b3f6da59
370 Author: K.Ohta <whatisthis.sowhat@gmail.com>
371 Date:   Fri Feb 8 16:20:24 2019 +0900
372
373     [VM][FMTOWNS][CDROM] Add headers around CDC/CDROM.
374
375 commit 6dcd7266c615b445e807e2ad7df8deb0f6e8b3fb
376 Author: K.Ohta <whatisthis.sowhat@gmail.com>
377 Date:   Fri Feb 8 03:07:10 2019 +0900
378
379     .
380
381 commit a4a6f67a2f673e0187f97c2a20b41d65357f6de9
382 Author: K.Ohta <whatisthis.sowhat@gmail.com>
383 Date:   Fri Feb 8 02:57:37 2019 +0900
384
385     [VM][FMTOWNS][CDROM] .
386
387 commit 303f8a4716ee48ddd6fba719e31365e04c81d433
388 Author: K.Ohta <whatisthis.sowhat@gmail.com>
389 Date:   Thu Feb 7 17:18:12 2019 +0900
390
391     [VM][FMTOWNS][WIP] Implementing CDROM.Still not buildable.
392
393 commit 7713436f1232161cceab5def39ea84813d0a8915
394 Author: K.Ohta <whatisthis.sowhat@gmail.com>
395 Date:   Thu Jan 31 19:26:50 2019 +0900
396
397     [VM][FMTOWNS][WIP] Adding CD-ROM/CD controller.This still be not completed.
398     [VM][UPD71071] Add 16bits transfer mode.
399
400 commit 2bdfaf5e3b57630ffd595dcdaf999e5ee8fb8463
401 Author: K.Ohta <whatisthis.sowhat@gmail.com>
402 Date:   Tue Jan 29 21:44:19 2019 +0900
403
404     [VM][FMTOWNS] Add audio ADC and DAC.Please read ad7820kr.h to see proposed new APIs.
405
406 commit 825bf2ca6d1fdd3b866e72eaf7e6db32a4a704c4
407 Author: K.Ohta <whatisthis.sowhat@gmail.com>
408 Date:   Thu Jan 17 19:40:18 2019 +0900
409
410     [COMMON] Fix unaligned SIMD variables.Fix crash built with "-msse2" at Win32.
411     [BUILD][Win32] Adjust optimize parameter for MinGW/Win32.
412
413 commit b1f6fe01cc089c2eb2045a55b42b7be47f27cc9c
414 Author: K.Ohta <whatisthis.sowhat@gmail.com>
415 Date:   Sun Jan 13 04:38:19 2019 +0900
416
417     [OOPS] Update installer.
418
419 commit e03a2d0b831c83a5d0c2ba9935be94f5bd6566e8
420 Author: K.Ohta <whatisthis.sowhat@gmail.com>
421 Date:   Sun Jan 13 02:03:14 2019 +0900
422
423     [DOC] Update to release.
424
425 commit c2d34b15d4c1d374e61a3ab8f66e1cca2ac926bd
426 Author: K.Ohta <whatisthis.sowhat@gmail.com>
427 Date:   Sun Jan 13 01:15:44 2019 +0900
428
429     [Build][CMake] Fix FTBFS.
430
431 commit c282b0482af200aed190c70818130ecded725e19
432 Author: K.Ohta <whatisthis.sowhat@gmail.com>
433 Date:   Sun Jan 13 01:14:44 2019 +0900
434
435     [general][Win32] Update cross-build script.
436
437 commit 1bd2ef0d39e50c7d1c0b192540e24c5c934abc44
438 Author: K.Ohta <whatisthis.sowhat@gmail.com>
439 Date:   Sun Jan 13 01:12:16 2019 +0900
440
441     [General] Completely merge upstream 2019-01-11.
442
443 commit 2ca526938a8e8b3b9690f304961b024d521e4c93
444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
445 Date:   Sun Jan 13 00:48:36 2019 +0900
446
447     [VM] Add PC-8001/mk2/8801/mk2.
448     [General] Merge upstream 2019-01-11.
449
450 commit 85f50e1199f199526c16d7ba8362ed2820dce57f
451 Author: K.Ohta <whatisthis.sowhat@gmail.com>
452 Date:   Sat Jan 12 22:41:49 2019 +0900
453
454     [VM][I386] Fix FTBFS.
455
456 commit 5c2ed532f5698e6b97188043844aad5a44fedbc9
457 Author: K.Ohta <whatisthis.sowhat@gmail.com>
458 Date:   Sat Jan 12 22:41:19 2019 +0900
459
460     [UI][Qt] Implement new feature of upstream 2018-12-28.
461
462 commit 2dcf698c6d9647f26b8379a0c2de398de744e544
463 Author: K.Ohta <whatisthis.sowhat@gmail.com>
464 Date:   Sat Jan 12 18:43:50 2019 +0900
465
466     [General] Apply VMs to Upstream 2018-12-28.
467
468 commit 8e87b770d1495e38439682db0df7083b1cbb8a42
469 Author: K.Ohta <whatisthis.sowhat@gmail.com>
470 Date:   Sat Jan 12 18:39:04 2019 +0900
471
472     [General] Merge Upstream 2018-12-27.
473
474 commit 89a913067210d1169704559b0a56b35cc9381c4f
475 Author: K.Ohta <whatisthis.sowhat@gmail.com>
476 Date:   Sat Jan 12 18:22:09 2019 +0900
477
478     [General] Merge Upstream 2018-12-18.
479
480 commit 6aa8fb941df05ad33d75529b4c987cd2e4f933a9
481 Author: K.Ohta <whatisthis.sowhat@gmail.com>
482 Date:   Sat Jan 12 17:35:36 2019 +0900
483
484     [BUILD] Separate threads definition for LTO.
485
486 commit 25e837f6934b4de94e301e8259348716b5eb91ab
487 Author: K.Ohta <whatisthis.sowhat@gmail.com>
488 Date:   Sat Jan 12 03:43:35 2019 +0900
489
490     [VM][FMTOWNS][CRTC] Implementing CRTC.
491     [VM][FMTOWNS] Will set wait-parameter to single, towns_memory.cpp.
492
493 commit b5b6c6a8e1d3f105bd4e759a64b8fbb95dead3b8
494 Author: K.Ohta <whatisthis.sowhat@gmail.com>
495 Date:   Thu Jan 10 18:00:10 2019 +0900
496
497     [VM][FMTOWNS][VRAM][WIP] Implementing.
498
499 commit 4cb5597006aa42de89c761acc5e73b93f822bd2d
500 Author: K.Ohta <whatisthis.sowhat@gmail.com>
501 Date:   Wed Jan 9 21:56:55 2019 +0900
502
503     [VM][FMTOWNS] Add FONT ROMS, MSDOS ROM, SYSTEM ROM and SERIAL ROM.
504
505 commit 0a865c130c4dbc8ce814fb9d78fc8df203480800
506 Author: K.Ohta <whatisthis.sowhat@gmail.com>
507 Date:   Mon Jan 7 17:11:11 2019 +0900
508
509     [VM][FMTOWNS][WIP] Update CmakeLists.
510
511 commit b9662289461fdb1e69aa0d71a348a21a01dbf5b4
512 Author: K.Ohta <whatisthis.sowhat@gmail.com>
513 Date:   Mon Jan 7 15:26:23 2019 +0900
514
515     [VM][FMTOWNS] Apply namespace FMTOWNS to some devices.
516
517 commit ad3cc0f1503678974b89f890ed56458b56134e05
518 Author: K.Ohta <whatisthis.sowhat@gmail.com>
519 Date:   Mon Jan 7 15:14:46 2019 +0900
520
521     [VM][FMTOWNS][WIP] Implementing main memory.Still imcomplete.
522
523 commit a45afcdeb9ff88fb9851e6bfdd83cb477b9c251e
524 Author: K.Ohta <whatisthis.sowhat@gmail.com>
525 Date:   Tue Dec 18 16:43:17 2018 +0900
526
527     [DOC] Update documents and SOVERSIONs.
528
529 commit ee880845ec85aa431df3c7a937611e9c20dd591d
530 Author: K.Ohta <whatisthis.sowhat@gmail.com>
531 Date:   Tue Dec 18 03:30:41 2018 +0900
532
533     [UI][Qt][OSD] Joystick-To-Keyboard: Add "1235" feature.Useful for DELPHIS (for FM-8/7) etc.
534
535 commit 3f4faf07f5527a0e4afe6620c591fc005c9b519f
536 Author: K.Ohta <whatisthis.sowhat@gmail.com>
537 Date:   Tue Dec 18 03:07:00 2018 +0900
538
539     [UI][OSD][Qt] Apply "Joystick to Keyboard" feature.
540
541 commit 74c1a850abb11727a63f20431ce378c074fa37bb
542 Author: K.Ohta <whatisthis.sowhat@gmail.com>
543 Date:   Mon Dec 17 19:26:39 2018 +0900
544
545     .
546
547 commit a3c2626fdfbf42177da06e66695636b84fc5cecf
548 Author: K.Ohta <whatisthis.sowhat@gmail.com>
549 Date:   Mon Dec 17 19:25:20 2018 +0900
550
551     [VM] Merge Upstream 2018-12-09.
552
553 commit fdf840597f3ef88aeedbe2f960e31ff42810a599
554 Author: K.Ohta <whatisthis.sowhat@gmail.com>
555 Date:   Mon Dec 17 19:09:45 2018 +0900
556
557     [VM][General][WIP] Merging Upstream 2018-12-09.Still WIP.
558
559 commit 7452825c4069f4db4ffdc731caa32a5468d678a2
560 Author: K.Ohta <whatisthis.sowhat@gmail.com>
561 Date:   Mon Dec 17 19:05:43 2018 +0900
562
563     [UI][Qt][OOPS] Fix OOPs around mounting virtual D88/D77 image(s).
564
565 commit 67e59ad8a757a612e0a4adc12c8e2001f4f33b73
566 Author: K.Ohta <whatisthis.sowhat@gmail.com>
567 Date:   Fri Dec 14 23:01:24 2018 +0900
568
569     [PC98XL][PC98RL][PSEUDO_BIOS] Fix FTBFS.
570
571 commit cc9d48c53b0e688023eef800ca8d199da80058f1
572 Author: K.Ohta <whatisthis.sowhat@gmail.com>
573 Date:   Fri Dec 14 23:00:34 2018 +0900
574
575     [Qt][GUI][WIN32] Fix linkage error building libCSPgui.dll.
576
577 commit 2de26546d6af6d4bb241e785d6dbae0f5e69ac94
578 Author: K.Ohta <whatisthis.sowhat@gmail.com>
579 Date:   Thu Dec 13 22:22:24 2018 +0900
580
581     [Draw][Qt][OpenGL] Abondon depth test.
582
583 commit c2157ea0d8bf02b4215d8fea0cda9c6ad05d0a29
584 Author: K.Ohta <whatisthis.sowhat@gmail.com>
585 Date:   Thu Dec 13 21:00:43 2018 +0900
586
587     [VM][SCSI_CDROM] Add write_signal() to control CDDA from MACHINE.
588     [VM][PCENGINE] Stop CDDA at writing to $1804.
589
590 commit bd1ac6784d2bd95e17571460b556841d34a30b42
591 Author: K.Ohta <whatisthis.sowhat@gmail.com>
592 Date:   Thu Dec 13 20:18:14 2018 +0900
593
594     [VM][PCENGINE][OOPS] Fix dummy reading/writing bytes @ $180D:W.
595
596 commit 20f4c8d11bf2d52baed9c5e964afaea662155a76
597 Author: K.Ohta <whatisthis.sowhat@gmail.com>
598 Date:   Thu Dec 13 19:36:29 2018 +0900
599
600     [VM][PCENGINE][CDROM] Don't reset ADPCM more than once at CDROM makes "NOT BUSY".
601
602 commit b13a50382382e3aac604f3f918ce4a3fefbbb451
603 Author: K.Ohta <whatisthis.sowhat@gmail.com>
604 Date:   Thu Dec 13 19:19:34 2018 +0900
605
606     [VM][HUC2680] Improve around timer.Thanks to  Ootake v2.83.
607
608 commit 55957b4d166a4e329dab18619d8b96f32779f457
609 Author: K.Ohta <whatisthis.sowhat@gmail.com>
610 Date:   Thu Dec 13 19:18:02 2018 +0900
611
612     [VM][PCENGINE][CDROMROM][ADPCM] Fix sequence around longer (>= 65536bytes) ADPCM.Porting from Ootake v2.83.
613     [VM][PCENGINE] Still not playable LASERSOFT's games.
614
615 commit 0d62c7cf8b4cb8df15f1399a84d693367a6bed55
616 Author: K.Ohta <whatisthis.sowhat@gmail.com>
617 Date:   Thu Dec 13 18:05:15 2018 +0900
618
619     [VM][EVENT] Improve error message at cancel_event().
620
621 commit 9e022b913ba25d95360b42de8b1a5cd6233da334
622 Author: K.Ohta <whatisthis.sowhat@gmail.com>
623 Date:   Thu Dec 13 18:04:52 2018 +0900
624
625     [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))!!!"
626
627 commit e1999e69c01c38ed62520492980178331523f3f6
628 Author: K.Ohta <whatisthis.sowhat@gmail.com>
629 Date:   Tue Dec 11 05:12:35 2018 +0900
630
631     [VM][PCENGINE][ADPCM][WIP] Porting from Ootake v2.83.This still WORK-IN-PROGRESS.
632
633 commit 8a2c439f6860fee2a3b709d922d42b3d76ee0782
634 Author: K.Ohta <whatisthis.sowhat@gmail.com>
635 Date:   Mon Dec 10 04:57:34 2018 +0900
636
637     [VM][SCSI_CDROM] .
638
639 commit 8eae7ddebb22d2184041c62db30e9d43658bf0d4
640 Author: K.Ohta <whatisthis.sowhat@gmail.com>
641 Date:   Mon Dec 10 04:55:35 2018 +0900
642
643     [VM][PCENGINE][PCE_ADPCM] (Temporally) Fix not sound data length >= 65536 bytes.This still don't fix some softwares.i.e. Megami-Paradise.
644
645 commit 75cda09a9d5201fb5bcd4127924c1afcaf1f1520
646 Author: K.Ohta <whatisthis.sowhat@gmail.com>
647 Date:   Fri Dec 7 03:26:57 2018 +0900
648
649     [VM][SCSI_CDROM] Delete some ToDo(s).
650
651 commit 20e44a902aa953e9feac3401eee299e76950c296
652 Author: K.Ohta <whatisthis.sowhat@gmail.com>
653 Date:   Fri Dec 7 03:18:37 2018 +0900
654
655     [VM][SCSI_CDROM] Dont send DONE signal when reading completed with CD-DATA track.
656     [VM][SCSI_CDROM] Send done signal immediately at start_command().
657
658 commit 7c496c9ad802eb4783424d507ea3fb9a89141b0d
659 Author: K.Ohta <whatisthis.sowhat@gmail.com>
660 Date:   Fri Dec 7 01:34:44 2018 +0900
661
662     [VM][MSM5205] Adjust sound volume, add 6dB.
663     [VM][SCSI_CDROM] Adjust sound volume, add 3dB.
664
665 commit 540c4efe4c11f685e5ecba28f381d95a4e8d7bbe
666 Author: K.Ohta <whatisthis.sowhat@gmail.com>
667 Date:   Thu Dec 6 23:39:22 2018 +0900
668
669     [VM][SCSI_CDROM][CUE] Set default pre-gap to 2Sec (150frames).Fix audio problems of most softwares.Maybe fixed issues on Manhole.
670     [VM][SCSI_CDROM][CUE] More correctness cue parsing.
671     [VM][SCSI_CDROM][PCENGINE] Improve process around NEC extended command (0xd*).
672     [VM][SCSI_CDROM] Fix CD-DA buffer handling.Reading buffer should be per 2352 bytes.
673     [VM][SCSI_CDROM] Fix FTBFS with Microsoft VC++.Thanks to Takeda-San.
674     [VM][SCSI_CDROM] More correctness SEEK/Interrupt timing.
675
676 commit 388ff3beef5a5218b634908076467228b2716457
677 Author: K.Ohta <whatisthis.sowhat@gmail.com>
678 Date:   Fri Nov 30 04:35:51 2018 +0900
679
680     [UI][Qt] Include common/util_*2.cpp to libCSPgui.so .
681
682 commit 93b22979eab98eb86e3aac37381beb543a3adc00
683 Author: K.Ohta <whatisthis.sowhat@gmail.com>
684 Date:   Fri Nov 30 04:34:51 2018 +0900
685
686     [VM][PSEUDO_BIOS] Fix not detect second HDD differ sector size from first HDD.
687
688 commit a59ac3dcc6d910a20f647af2c5439568340cafd1
689 Author: K.Ohta <whatisthis.sowhat@gmail.com>
690 Date:   Fri Nov 30 01:07:59 2018 +0900
691
692     [UI][MENU][HDD] Fix oops dialog of opening virtual HDD.
693
694 commit 81cda7e759d73e7c8a0ae15b7d82ff6517bfc185
695 Author: K.Ohta <whatisthis.sowhat@gmail.com>
696 Date:   Mon Nov 26 18:31:55 2018 +0900
697
698     [VM][I386][I286] Add note changes for using pseud-bios.
699
700 commit 8d23f0edda69a3ac628f3834b789f09bcedfae26
701 Author: K.Ohta <whatisthis.sowhat@gmail.com>
702 Date:   Mon Nov 26 18:20:56 2018 +0900
703
704     [VM][I286][I86] Update around PSEUDO-BIOS.
705
706 commit 7e32f68ff6c2c47c7615a4dfef215b4ee26c301c
707 Author: K.Ohta <whatisthis.sowhat@gmail.com>
708 Date:   Mon Nov 26 18:19:29 2018 +0900
709
710     [VM][PC9801][SASI_BIOS] Mostly working pseudo-bios (excepts format, I still not test).
711
712 commit c25b8bd04cecfa0421ef9654655a0f506c972e3e
713 Author: K.Ohta <whatisthis.sowhat@gmail.com>
714 Date:   Mon Nov 26 04:22:41 2018 +0900
715
716     [UI][MENU][HARDDISK] OOPS: I missed update directory.
717
718 commit de3c25f7be0ef52e07a0a19cb9156abe960986d4
719 Author: K.Ohta <whatisthis.sowhat@gmail.com>
720 Date:   Mon Nov 26 04:21:37 2018 +0900
721
722     [VM][PC9801][I286][I86][I386][WIP] Add pseudo SASI BIOS for PC-9801.WIP.
723
724 commit 47c1a07d29cbbed3bf11fb58c52bd798244b5509
725 Author: K.Ohta <whatisthis.sowhat@gmail.com>
726 Date:   Sat Nov 24 20:45:33 2018 +0900
727
728     [OOPS] I forgot update installer_unix.sh X-)
729
730 commit 297ab673b31d9eb5d18c734d6ed5c5a6eb807ab1
731 Author: K.Ohta <whatisthis.sowhat@gmail.com>
732 Date:   Sat Nov 24 19:31:06 2018 +0900
733
734     [DOC] Update.
735
736 commit b4d06ae650417feb326d304770d258b3c5fa3aaa
737 Author: K.Ohta <whatisthis.sowhat@gmail.com>
738 Date:   Sat Nov 24 19:16:35 2018 +0900
739
740     [VM][PCENGINE] Fix around CD-ROM^2 and ADPCM.Most of softwares works.(But,lip-syncing don't well).
741     [VM][MSM5205] Use toggle switch clock.Reserve of future extend.
742     [VM][HUC6280] Fix not start debugger.
743
744 commit 6154a99f89d2ec043dd936ceb7cadf581668e334
745 Author: K.Ohta <whatisthis.sowhat@gmail.com>
746 Date:   Sat Nov 24 05:04:26 2018 +0900
747
748     [General] Update revision.
749
750 commit d09afc4f6dca84760c8cec0baa9f1424305b07d2
751 Author: K.Ohta <whatisthis.sowhat@gmail.com>
752 Date:   Sat Nov 24 04:58:02 2018 +0900
753
754     [GENERAL] Merge Upstream 2018-11-23.
755     [VM][I386] Merge Upstream 2018-11-23.
756     [VM][I386] Debugger: Fix get_debug_regs_info().
757     [VM][I386][FMR50] Fix INT xxh with pseudo-bios.
758
759 commit 862f4efcf39a5d98b7c3ac11fb9424a13d5b0db5
760 Author: K.Ohta <whatisthis.sowhat@gmail.com>
761 Date:   Wed Nov 21 17:30:47 2018 +0900
762
763     .
764
765 commit a65d02d18c8074b3a2b16d76a16fc64584dab1f8
766 Author: K.Ohta <whatisthis.sowhat@gmail.com>
767 Date:   Wed Nov 21 17:28:48 2018 +0900
768
769     [COMMON] Define decl.of alignment.Wish to fix FTBFS with Microsoft C++.
770
771 commit ea1f80de5e756fbd1b8a4a260b6b5e5f169513c5
772 Author: K.Ohta <whatisthis.sowhat@gmail.com>
773 Date:   Tue Nov 20 21:43:54 2018 +0900
774
775     [VM][SCSI_CDROM][PCENGINE][WIP] .
776
777 commit 4968506ddcc7995efb04fda764c3c8694ad0073f
778 Author: K.Ohta <whatisthis.sowhat@gmail.com>
779 Date:   Tue Nov 20 05:16:35 2018 +0900
780
781     [VM][SCSI_CDROM] Use std::string instead of C string functions.
782     [VM][SCSI_CDROM] CUE image:Fix correct toc description.
783     [VM][SCSI_CDROM][WIP] Fixing around CDDA.
784
785 commit 30f40ef94f8ac1483b7f724858fc8eb24ec7dfa0
786 Author: K.Ohta <whatisthis.sowhat@gmail.com>
787 Date:   Mon Nov 19 22:20:56 2018 +0900
788
789     [VM][FMTOWNS][VRAM][MEMORY][WIP Implementing some routines.WIP,will cause FTBFS.
790
791 commit 72a2b302e07e47378d19430861b78386ec151617
792 Author: K.Ohta <whatisthis.sowhat@gmail.com>
793 Date:   Mon Nov 19 02:46:16 2018 +0900
794
795     [VM][SCSI_CDROM] Fix wrong track definitions.
796
797 commit a4da972d7814763e51713c4ceff6ccd90f1be432
798 Author: K.Ohta <whatisthis.sowhat@gmail.com>
799 Date:   Mon Nov 19 01:07:13 2018 +0900
800
801     [VM][SCSI_CDROM][PCENGINE] Implement *correctness* CUE parser.Some softwares still don't work yet.(i.e. PCE's Dokyusei).
802
803 commit 3a8a967c4d9089e08d53a5df8acaa62e752e0774
804 Author: K.Ohta <whatisthis.sowhat@gmail.com>
805 Date:   Thu Nov 15 01:45:32 2018 +0900
806
807     [DOC] Add how to running OpenGL ES with Wine (not native Windows).
808
809 commit 1a9e156197f199d3bbd1c9c17d94754773729abd
810 Author: K.Ohta <whatisthis.sowhat@gmail.com>
811 Date:   Mon Nov 5 21:57:03 2018 +0900
812
813     [VM][X1][VRAM] Apply renderer to TEXT/(P)CG rendering.
814
815 commit 36846e467e3c4a1c0a13e421cbf5a122c26070d2
816 Author: K.Ohta <whatisthis.sowhat@gmail.com>
817 Date:   Mon Nov 5 21:56:32 2018 +0900
818
819     [VM][FM7][VRAM] Update render API.
820
821 commit 9f622184903eb3a6656f0a906a86ba985a3193ec
822 Author: K.Ohta <whatisthis.sowhat@gmail.com>
823 Date:   Mon Nov 5 21:55:58 2018 +0900
824
825     [COMMON] Add some renderer to common.[cpp|h].
826
827 commit 34ad7196dfc6f15d7822b6e095b40e9d99c53b36
828 Author: K.Ohta <whatisthis.sowhat@gmail.com>
829 Date:   Mon Nov 5 18:26:56 2018 +0900
830
831     [VM][COMMON] Add common rendering routines to common.[cpp|h].Please read vm/bmjr/memory.cpp and vm/z80tvgame/memory.cpp.
832
833 commit 57e0af055e09bf048bd51f47a2e68b121f18a77a
834 Author: K.Ohta <whatisthis.sowhat@gmail.com>
835 Date:   Mon Nov 5 00:51:54 2018 +0900
836
837     [VM][FM7] Don't redraw when write same value to digital palette.
838
839 commit 8fd5612d77dc53dd6cd4ae8b0dda6526a0678773
840 Author: K.Ohta <whatisthis.sowhat@gmail.com>
841 Date:   Mon Nov 5 00:51:22 2018 +0900
842
843     [BUILD][CMAKE] Update version of libCSPemu_utils.
844
845 commit 14c71be356eaf861e424d4478b75c4b9eae156cd
846 Author: K.Ohta <whatisthis.sowhat@gmail.com>
847 Date:   Sun Nov 4 21:37:13 2018 +0900
848
849     [VM][FM7][VRAM] Apply before commit to 8 colors rendering of FM-7 series.
850
851 commit 4da9039c74584c8e3aeab4a7af7474224f0255d0
852 Author: K.Ohta <whatisthis.sowhat@gmail.com>
853 Date:   Sun Nov 4 21:36:17 2018 +0900
854
855     [COMMON] Add VRAM render common routine.This needs to initialize bit_plane_table before use.
856
857 commit 0ce6f2a9ab0c6576836c05c2dcbd53f440e0142f
858 Author: K.Ohta <whatisthis.sowhat@gmail.com>
859 Date:   Sun Nov 4 17:07:35 2018 +0900
860
861     [BUILD][IA32] Build even don't use MMX, SSE and AVX.
862
863 commit 0412cb070a790e9677d9ee861344bd8554236852
864 Author: K.Ohta <whatisthis.sowhat@gmail.com>
865 Date:   Sun Nov 4 17:05:15 2018 +0900
866
867     [VM][FM7][VRAM] Expect to use SIMD even building with LLVM CLANG.
868     [COMMON] Define some SIMD related types to common.h.Please re-define some types (__v4hi, __v8hi and __v16hi) with MSVC.
869
870 commit e87933d56cb1b0726e267caad1a8c8bffc70db06
871 Author: K.Ohta <whatisthis.sowhat@gmail.com>
872 Date:   Sat Nov 3 22:28:11 2018 +0900
873
874     [Build][FM7] Fix FTBFS with LLVM CLANG.
875     [COMMON] Will abondon my_memcpy() due to performance.
876     [VM][FM7][VRAM] TRY: Optimize to SIMD even LLVM CLANG.
877
878 commit 3f75efeb58c49cefbff1bacb1315378226b913d1
879 Author: K.Ohta <whatisthis.sowhat@gmail.com>
880 Date:   Sat Nov 3 22:27:45 2018 +0900
881
882     [General] Fix FTBFS with LLVM CLANG.
883
884 commit d28a8b5ec1d5489851b88628fafcf17bbfbe1ea0
885 Author: K.Ohta <whatisthis.sowhat@gmail.com>
886 Date:   Thu Nov 1 05:40:46 2018 +0900
887
888     [VM][FMTOWNS][VRAM][WIP] Implementing vram and renderer.
889
890 commit 990954bc7387618ffb2b18c65a402b7f3018d84c
891 Author: K.Ohta <whatisthis.sowhat@gmail.com>
892 Date:   Wed Oct 31 04:54:23 2018 +0900
893
894     [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.
895
896 commit bdf7013452972a0737a2b7595c61c533c832581d
897 Author: K.Ohta <whatisthis.sowhat@gmail.com>
898 Date:   Sun Oct 28 03:40:40 2018 +0900
899
900     [DOC] Update documents.
901
902 commit 5cdfe7e27393edaecd445ac9b315d837dd697654
903 Author: K.Ohta <whatisthis.sowhat@gmail.com>
904 Date:   Sun Oct 28 03:29:53 2018 +0900
905
906     [UI][Qt] Change font size of "ABOUT".
907
908 commit a67b2adc484ff19ae2035efa1f40dfee6cd71182
909 Author: K.Ohta <whatisthis.sowhat@gmail.com>
910 Date:   Sun Oct 28 03:21:02 2018 +0900
911
912     [VM] Enable to build *ALL* VMs \(^o^)/
913
914 commit b435d92307edc63f1547f9596a72d157bbf37dc9
915 Author: K.Ohta <whatisthis.sowhat@gmail.com>
916 Date:   Sun Oct 28 03:16:32 2018 +0900
917
918     [VM] Enable to build with more VMs.
919
920 commit 1f5a5a6cbfcc92741b6df4024ee1d70b7f2de3a9
921 Author: K.Ohta <whatisthis.sowhat@gmail.com>
922 Date:   Sun Oct 28 03:11:34 2018 +0900
923
924     [VM] Enable to build with more VMs.
925
926 commit 209aef32158ea170d261c5a5dde776d62d9699f1
927 Author: K.Ohta <whatisthis.sowhat@gmail.com>
928 Date:   Sun Oct 28 03:10:19 2018 +0900
929
930     [TOOL] Update installer.
931     [TOOL][MZ2500] Update tools.
932
933 commit 30132bb49f313ef6b9bd692c543b83b2e16b621f
934 Author: K.Ohta <whatisthis.sowhat@gmail.com>
935 Date:   Sun Oct 28 02:49:14 2018 +0900
936
937     [VM] Enable to build with more VMs.
938
939 commit 50a48780c0eeba88255cbab87fc91d7ae23cffc6
940 Author: K.Ohta <whatisthis.sowhat@gmail.com>
941 Date:   Sun Oct 28 02:46:02 2018 +0900
942
943     [VM] Enable to build with some VMs.
944
945 commit 05f00e654a76e521410cf439c5edd010a193d1be
946 Author: K.Ohta <whatisthis.sowhat@gmail.com>
947 Date:   Sun Oct 28 02:44:39 2018 +0900
948
949     [VM][UPD7810] Fix FTBFS.
950
951 commit 1664531c66d5e1b5e0f71cba47ba5c7ebed2d1c3
952 Author: K.Ohta <whatisthis.sowhat@gmail.com>
953 Date:   Sun Oct 28 02:37:38 2018 +0900
954
955     [VM] Enable to build with upstream 2018-10-14 @some VMs.
956
957 commit 200961b8b4e2c031d81e8b540cba52172d6b258e
958 Author: K.Ohta <whatisthis.sowhat@gmail.com>
959 Date:   Thu Oct 25 17:23:53 2018 +0900
960
961     [VM}[FM7][PC8801][X1] At least enable to build FM7,PC8801 and X1 (excepts X!Twin).
962
963 commit c8b0795a5f481f6e37624a4a0a66af85a0939cef
964 Author: K.Ohta <whatisthis.sowhat@gmail.com>
965 Date:   Thu Oct 25 17:03:34 2018 +0900
966
967     [VM][SCSI_HDD] Fix FTBFS.
968
969 commit 5f4f672c4ff389790afdc2f5f9131f164eec6854
970 Author: K.Ohta <whatisthis.sowhat@gmail.com>
971 Date:   Thu Oct 25 16:52:38 2018 +0900
972
973     [VM][DEVICE] Enable to build with new state framework.
974
975 commit 65e38b2f129837c2ec10a593b76849444b8b2a36
976 Author: K.Ohta <whatisthis.sowhat@gmail.com>
977 Date:   Thu Oct 25 16:50:18 2018 +0900
978
979     [STATE][FILEIO] Change StateValue(scrntype_t&) to StateValueScrnType_t(&) due to compiler not detect differ of scrntipe_t and (uint32_t | uint16_t);
980
981 commit 11dabbd92f76d3f9a454e87f451d3e3b967d780d
982 Author: K.Ohta <whatisthis.sowhat@gmail.com>
983 Date:   Thu Oct 25 02:49:28 2018 +0900
984
985     [VM][DEVICE][WIP] Updating State functions.Still cause FTBFS.
986
987 commit b831c4342c95b58420ea504280feb80917e89ff3
988 Author: K.Ohta <whatisthis.sowhat@gmail.com>
989 Date:   Thu Oct 25 01:15:45 2018 +0900
990
991     [STATE][FILEIO] Add StateValue(scrntype_t&).
992
993 commit 09054ddb6a96d784b2efeabcc98e5b1d9ee30f90
994 Author: K.Ohta <whatisthis.sowhat@gmail.com>
995 Date:   Thu Oct 25 01:00:01 2018 +0900
996
997     [VM][I386] Update mame/emu/cpu/i386 .
998
999 commit acb16536bf4ecbcda40bd658a49325fe81355f65
1000 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1001 Date:   Thu Oct 25 00:58:58 2018 +0900
1002
1003     [VM][General][WIP] Start to merge upstream 2018-10-14.Open branch upstream_20181014 .
1004
1005 commit 9ee7ad7898eb9bac21cfe50f9c2ccd55e27a8b03
1006 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1007 Date:   Thu Oct 25 00:49:38 2018 +0900
1008
1009     .
1010
1011 commit 62a372fd2946b022d3c94c0dd42f5628f3775e51
1012 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1013 Date:   Thu Oct 25 00:48:51 2018 +0900
1014
1015     [General] Merge upstream 2018-10-13.
1016
1017 commit f28e3dadbea82556609dcd86e5529f165c6155a8
1018 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1019 Date:   Thu Oct 25 00:43:23 2018 +0900
1020
1021     [General] Merge upstream 2018-10-10.
1022
1023 commit 0d4f7f1d45a2e1db1cd33a02060c1e1ca5003633
1024 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1025 Date:   Thu Oct 25 00:28:40 2018 +0900
1026
1027     [VM] Really update to upstream 2018-10-07.
1028
1029 commit ede69559620ce228b3f600be80e946b63e50843a
1030 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1031 Date:   Thu Oct 25 00:27:21 2018 +0900
1032
1033     [DOC][VM][FM7] Update ToDo.
1034
1035 commit 9a3c7593c1ea4016af2b091fc457062a07715057
1036 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1037 Date:   Thu Oct 25 00:25:34 2018 +0900
1038
1039     [OSD][Qt] Remove some APIs.
1040     [GUI][Qt] DIALOG/ABOUT:Fix not displaying version of libOSD.
1041
1042 commit a4da112933d0387ddfc1a7aa6d5c81d26b6ff159
1043 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1044 Date:   Thu Oct 25 00:00:39 2018 +0900
1045
1046     [Qt][OSD][KEYBOARD] Apply upstream's update.
1047
1048 commit bb8a2366d9f9c5d7d835258d22e040c2a1ad60cc
1049 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1050 Date:   Wed Oct 24 06:50:12 2018 +0900
1051
1052     [EMU] Update VM.
1053
1054 commit e342dc806cca93081409c415d22e74d9daa25631
1055 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1056 Date:   Wed Oct 24 05:01:37 2018 +0900
1057
1058     [VM][General] Apply Upstream 2018-10-07.Still WIP.
1059
1060 commit 70e50d594d22b8881ccc9d09a68055743372def3
1061 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1062 Date:   Tue Oct 23 20:47:22 2018 +0900
1063
1064     [STATE][ROMAKANA] Remove unused source codes.
1065
1066 commit 07c39e5dacb4487b201eb26adfe2930f093d6c70
1067 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1068 Date:   Tue Oct 23 20:46:08 2018 +0900
1069
1070     [VM][STATE] Now enable to build @ALL VMs.Upstream 2018-10-05.
1071
1072 commit 1a7386afa4c2ce25de158ba8285bc795446a8584
1073 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1074 Date:   Tue Oct 23 00:20:35 2018 +0900
1075
1076     [VM][STATE] Use namespace {VMNAME} to separate per VMs.
1077
1078 commit 2fc1443c0f411167f1b61ff87e13fee36cd5876b
1079 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1080 Date:   Mon Oct 22 15:39:56 2018 +0900
1081
1082     [VM][WIP] Use namespace to devices per VMs.
1083
1084 commit a242cd86aa4dbc2e52fed779f7b7e8ce7947c887
1085 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1086 Date:   Mon Oct 22 04:03:18 2018 +0900
1087
1088     [VM] .
1089
1090 commit aceae4e764439f1847620868f05444a15679bfe9
1091 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1092 Date:   Sun Oct 21 21:48:44 2018 +0900
1093
1094     [VM] .
1095
1096 commit 9657068762e0ebc1ed5a42638db31cdcdda7c9db
1097 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1098 Date:   Sun Oct 21 21:46:57 2018 +0900
1099
1100     [VM] TRY:Use namespace {VMNAME} to separate around VMs. This feature still apply to some VMs.Not ALL.
1101
1102 commit 8639d5f3a215d3d68dceb1a6c0e4291d1bfa17cf
1103 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1104 Date:   Sun Oct 21 21:31:14 2018 +0900
1105
1106     [VM][STATE] Apply New framework to some VMs.
1107
1108 commit c5b89a2e60d06c73d19ea6d1413660998d8d2df0
1109 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1110 Date:   Sun Oct 21 12:54:45 2018 +0900
1111
1112     [VM][UPD7810] Fix FTBFS.
1113
1114 commit e4bf0bb6c5867c5e224272c397d193948c5bb27e
1115 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1116 Date:   Sun Oct 21 12:54:18 2018 +0900
1117
1118     [VM][STATE] Apply new framework to some VMs.
1119
1120 commit 96d7bf40eaaac890f4b993b126ebfec64cb4840c
1121 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1122 Date:   Sun Oct 21 00:26:05 2018 +0900
1123
1124     [VM][STATE] Apply new framework to some VMs.
1125
1126 commit 74a401e5c916ee1a634f4dec90e3157b580352e5
1127 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1128 Date:   Thu Oct 18 18:29:50 2018 +0900
1129
1130     [VM][I286] Save cpustate without StateBuffer().
1131     [VM] Apply new state framework to some VMs.
1132
1133 commit 779a6f39d29e1fa1ae6a2bd3d89aaacf804ba13c
1134 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1135 Date:   Wed Oct 17 21:32:51 2018 +0900
1136
1137     [GENERAL] Update gitignore.
1138
1139 commit 9277aa0e5e7073a6dc425e90296a5db6805849e2
1140 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1141 Date:   Wed Oct 17 21:28:44 2018 +0900
1142
1143     [VM] MEMORY:: class within some VM will change Foo_MEMORY:: to reduce misundestanding for reader (and compiler).
1144     [VM][STATE] Apply new state framework to some VMs.
1145
1146 commit 411218144c2e1cc0f97b53d8469bed1325de05c2
1147 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1148 Date:   Wed Oct 17 19:00:01 2018 +0900
1149
1150     [VM][WIP] Pre-process to apply new state framework.Still not buildable.
1151
1152 commit 9c8bc4bb716ca29bcf119509156e4d34b9d83356
1153 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1154 Date:   Wed Oct 17 18:48:38 2018 +0900
1155
1156     [VM][State] Apply new state framework to some VMs.
1157
1158 commit eff8bb6c9e3222e8baf1be4c175225d814b183fb
1159 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1160 Date:   Wed Oct 17 18:43:24 2018 +0900
1161
1162     [MISC] Add function extraction script.
1163
1164 commit f39b6480185551b5eb5a0f828157147090a8de3a
1165 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1166 Date:   Sun Oct 14 19:27:59 2018 +0900
1167
1168     [VM][PCENGINE][X1] Enable to build.
1169
1170 commit cfcc84b947adfaa26ebbfc7edb0b1058dbca1110
1171 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1172 Date:   Sun Oct 14 19:27:28 2018 +0900
1173
1174     [VM][MCS48] Fix FTBFS.
1175
1176 commit 7fc095b6611c43312d90eb6741f78f1fbb0100ca
1177 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1178 Date:   Sun Oct 14 18:16:24 2018 +0900
1179
1180     [VM][PC9801] Enable to build PC-9801 with upstream 2018-10-05.
1181
1182 commit 49b32a61d89ec04ef14459247b5612b0cb922aaf
1183 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1184 Date:   Sun Oct 14 18:13:26 2018 +0900
1185
1186     [VM][SCSI_HDD] Fix FTBFS.
1187
1188 commit 91c52e20dde477344a4d19efc8d3dee3068b0f08
1189 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1190 Date:   Sun Oct 14 18:13:14 2018 +0900
1191
1192     [VM][I386] Fix FTBFS.
1193
1194 commit a49512b062a48720098bcb863dee2878e0144b7c
1195 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1196 Date:   Sun Oct 14 17:37:42 2018 +0900
1197
1198     [FMGEN][OPNA] .
1199
1200 commit 2fd54779ebdb57a8471600146041dda33445da3d
1201 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1202 Date:   Sun Oct 14 17:36:20 2018 +0900
1203
1204     [VM][FM7][PC8801] Apply upstream 2018-10-05.Enable to build.
1205     [VM][FM7] Update VM::process_state().Update some device's state version.
1206
1207 commit 08b793b1e272a0f6ac0a9665b37607dbb45b12b3
1208 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1209 Date:   Sun Oct 14 17:35:05 2018 +0900
1210
1211     [VM] Apply VM_TEMPLATE:: to upstream 2018-10-05/
1212
1213 commit 9b25d05cd87bb63671c0c3f71999e45cbcc4bb98
1214 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1215 Date:   Sun Oct 14 16:36:09 2018 +0900
1216
1217     [RES] Update jx.rc.
1218
1219 commit 172f1e293cc95c9eb4056331569f6aa8c33bc8f9
1220 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1221 Date:   Sun Oct 14 16:35:41 2018 +0900
1222
1223     [DOC] Update histroy.txt to upstream 2018-10-05.
1224
1225 commit 22e767792b7fdb2411c7e11ddbc9a2f3ffcc1170
1226 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1227 Date:   Sun Oct 14 16:32:40 2018 +0900
1228
1229     [COMMON][FILEIO] common.h : Fix pair16_t and pair64_t to fileio.cpp .
1230
1231 commit 3703614db7c0e24cdb6e20f91b6fd00c92363baa
1232 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1233 Date:   Sun Oct 14 16:32:20 2018 +0900
1234
1235     [LIBCPU_NEWDEV] Fix FTBFS.
1236
1237 commit c0c9c854d84b4736d896a283c6fe26fbff2cfe05
1238 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1239 Date:   Sun Oct 14 01:17:36 2018 +0900
1240
1241     [VM][STATE][WIP] .
1242
1243 commit e2ab079fbaa448af72246cda929486215deda0b6
1244 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1245 Date:   Sun Oct 14 01:00:13 2018 +0900
1246
1247     [COMMON][FILEIO] Re-Add FILEIO::Fflush().
1248
1249 commit 994a9f7bc99c022b2313b46e5fa0cbf0fdee9031
1250 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1251 Date:   Sun Oct 14 00:58:55 2018 +0900
1252
1253     [VM][WIP] Apply some devices merging upstream 2018-10-05.This still not build.WIP.
1254
1255 commit 68970192afbebeb8a3d7537abbb6adc01135a8af
1256 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1257 Date:   Sat Oct 13 14:56:51 2018 +0900
1258
1259     [VM][STATE][WIP] Apply process_state() to some devices.
1260
1261 commit 4ea25603a556c997ccb7c7cc1a6f3282c63b41c8
1262 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1263 Date:   Tue Oct 9 03:43:36 2018 +0900
1264
1265     .
1266
1267 commit 6bff5cc24d8fb2e8cd148cb63904e7a7e2940e44
1268 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1269 Date:   Tue Oct 9 03:43:02 2018 +0900
1270
1271     [VM][FM7] .
1272
1273 commit 6814d044c4e9c4965ee6bc6bc5ac9cafda3e7cf1
1274 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1275 Date:   Tue Oct 9 02:48:59 2018 +0900
1276
1277     [VM][WIP][STATE] Updating state framework to upstream 2018-10-05.Still may cause FTBFS.
1278
1279 commit 12d508e1fd99d1299f4bf292c417475f0894dc16
1280 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1281 Date:   Mon Oct 8 14:25:28 2018 +0900
1282
1283     [WIP] Update to upstream 2018-10-05.This still not finish.May cause FTBFS.
1284
1285 commit 07f08b973256b7d8ab3c19e60500dabef0dfcfaa
1286 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1287 Date:   Sun Sep 30 17:52:02 2018 +0900
1288
1289     [DOC] .
1290
1291 commit d84c1bcfd7b3af192ca3bf4a315cd53cb74074c9
1292 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1293 Date:   Sun Sep 30 17:51:18 2018 +0900
1294
1295     [TOOL] Add binary BLOBs.
1296
1297 commit a4013ec0755b9910c0139c345803322e0c75668d
1298 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1299 Date:   Sun Sep 30 17:43:39 2018 +0900
1300
1301     [DOC] Update for release.
1302     [DOC][PC9801] Update VM's doc.
1303
1304 commit ecf1a85f48bd98c353ea90bc3a0a49ff100b9af4
1305 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1306 Date:   Sun Sep 30 17:38:28 2018 +0900
1307
1308     [CONFIG][OpenGL] Fix not effective config for renderer.
1309     [CONFIG][WIN32] Fix FTBFS.
1310
1311 commit e161318282a1851a79f27e3ac75bad0892a6fed4
1312 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1313 Date:   Sun Sep 30 15:53:06 2018 +0900
1314
1315     [DOC] Update documents.
1316
1317 commit 699bbf012e9670269c408925525a5b4ea27dd418
1318 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1319 Date:   Sun Sep 30 15:46:22 2018 +0900
1320
1321     [General][I18N] Update Japanese translations.
1322
1323 commit da3ec90c8d343af800b45ca298bd4fefca48c7f5
1324 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1325 Date:   Sun Sep 30 13:53:20 2018 +0900
1326
1327     [BUILD][MZ2800] Fix FTBFS.
1328     [BUILD][VM][SCSI_HDD] Fix FTBFS around SASI_HDD.
1329
1330 commit 80df61fb1e009ab0d229a335f546cd788d54b158
1331 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1332 Date:   Sun Sep 30 04:11:23 2018 +0900
1333
1334     [VM][General] Merge Upstream 20180530.
1335
1336 commit 94927e73fbd17e228fc6f378f498fbbb7a3e29a4
1337 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1338 Date:   Sun Sep 30 02:12:55 2018 +0900
1339
1340     [FMGEN][OPN2] Fix FTBFS.
1341
1342 commit 7731ce2890752dc40ae8caad4ed445e7cd2ee4fb
1343 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1344 Date:   Tue Sep 25 02:31:37 2018 +0900
1345
1346     [FMGEN][OPN2] Add ToDo.
1347
1348 commit 7e393b83d3a6a82a67c7b1fa0ed67448e61bdc83
1349 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1350 Date:   Tue Sep 25 02:29:20 2018 +0900
1351
1352     [FMGEN] Initial implementation of OPN2 (YM2612) from OPNA.
1353
1354 commit a460a0298d593bb80a9b3bc5da6bad7fdf1a08df
1355 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1356 Date:   Tue Sep 25 00:34:10 2018 +0900
1357
1358     [VM][FMTOWNS][SPRITE] Maybe implemented.May be... (´・ω・`)
1359
1360 commit 9c3f13a8b9c9b51e247e35047ac76410a0f72d66
1361 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1362 Date:   Mon Sep 24 05:02:54 2018 +0900
1363
1364     [VM][FMTOWNS][WIP] Implementing.Still WIP.
1365
1366 commit fc025b159ca09d059a331fbcd30cb0387f623326
1367 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1368 Date:   Sun Sep 23 16:23:58 2018 +0900
1369
1370     [VM][FMTOWNS][SPRITE][WIP] *Implementing* sprite rendering, this is strongly WIP.
1371
1372 commit 003e13d019f6752dbaa1a07bfa73ba3e55e534b4
1373 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1374 Date:   Wed Sep 19 04:54:58 2018 +0900
1375
1376     [VM][FMTOWNS][SPRITE][WIP] Implementing sprite.
1377
1378 commit a87927255906e2d834c0643711ebd33cb3bbed35
1379 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1380 Date:   Tue Sep 18 19:12:22 2018 +0900
1381
1382     [FMTOWNS][MEMORY][WIP] Implementing MMIO, memory bank.
1383
1384 commit a6f80ab3fd43274e9f1778b1ab9a5eb9800fcc37
1385 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1386 Date:   Mon Sep 3 18:07:27 2018 +0900
1387
1388     [VM][FMTONWS][MEMORY][WIP] Use address tables instead of program.
1389
1390 commit f39e49d52d2db4fd8981b5981e6e8f6924dd8180
1391 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1392 Date:   Mon Aug 27 19:03:03 2018 +0900
1393
1394     [VM][FMTOWNS] .
1395
1396 commit 09b3c30c0f9b41f16f0be568bc745116dc544983
1397 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1398 Date:   Sun Aug 26 20:56:09 2018 +0900
1399
1400     [VM][FMTOWNS][WIP] Implementing main memory.
1401
1402 commit 706918bc70e9245015a602563e18a8f22e0cf78d
1403 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1404 Date:   Tue Aug 7 12:53:56 2018 +0900
1405
1406     [DOC] Update timestamp of ChangeLog.
1407
1408 commit 7ee98215fdb366ec7198c670d5e90edb60007a09
1409 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1410 Date:   Tue Aug 7 12:51:38 2018 +0900
1411
1412     [VM][FMGEN][WIN32] Fix linkage error.
1413
1414 commit 2222cebdadfc396bcc459f1e919a95717b8115bd
1415 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1416 Date:   Tue Aug 7 12:46:11 2018 +0900
1417
1418     [DOC] Update gitlog .
1419
1420 commit 15e4ff0c2cf6c69c43c05834684bbc7ebd5c1713
1421 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1422 Date:   Tue Aug 7 12:45:43 2018 +0900
1423
1424     [DOC] Update ChangeLog.
1425
1426 commit 4bd82d0551a845a0619339f4517cea6834b1ab13
1427 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1428 Date:   Tue Aug 7 04:20:14 2018 +0900
1429
1430     [DOC][OOPS] Update credits.html .
1431
1432 commit e5484b40d0a715dcbbfc47c2e974ca61b86b5511
1433 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1434 Date:   Tue Aug 7 04:14:11 2018 +0900
1435
1436     [TOOL] Update installer.
1437
1438 commit 650c5adf3830ad2e2167589a9b141340ccc935db
1439 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1440 Date:   Tue Aug 7 04:02:20 2018 +0900
1441
1442     [DOC] Update to release.
1443
1444 commit df3888ca1199c6f75c1500dbb479d152ba6e2ad0
1445 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1446 Date:   Mon Aug 6 22:41:33 2018 +0900
1447
1448     .
1449
1450 commit 90a1d498c79c26d69c78435600856b152aa07291
1451 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1452 Date:   Mon Aug 6 22:40:14 2018 +0900
1453
1454     [BUILD] Set SOVERSION and GIT hash automatically.
1455     [DEVICE][COMMON_VM] Add DEVICE:: to libCSPcommon_vm.
1456     [BUILD] Update SOVERSION.
1457
1458 commit 840a9fe11de6d66f0430a999816edee30b498a11
1459 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1460 Date:   Mon Aug 6 12:30:45 2018 +0900
1461
1462     [BUILD][CMAKE] Add __GIT_REPO_VERSION definition.
1463
1464 commit d1d4774196516af82cf362843a7224dd80c63eab
1465 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1466 Date:   Wed Aug 1 00:27:59 2018 +0900
1467
1468     [DOC] Update gitlog.
1469
1470 commit 09ce60e5eb776b12b2149fbb870896f62154c75d
1471 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1472 Date:   Wed Aug 1 00:12:13 2018 +0900
1473
1474     [BUILD][WIN32] Update toolchain to Qt5.11.1.
1475
1476 commit 98188c62b1d8180f9a3f2b3c2fd88282bd0d6d75
1477 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1478 Date:   Wed Aug 1 00:11:55 2018 +0900
1479
1480     [] .
1481
1482 commit 810dc1a0fc5b76c7823203f312f4502efc6ea864
1483 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1484 Date:   Tue Jul 31 04:43:53 2018 +0900
1485
1486     [DEVICE][DEBUGGER] Fix don't start debugger.
1487
1488 commit 19f9602185c86541ce701a2b26236a90ad4fa9d6
1489 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1490 Date:   Tue Jul 31 04:41:21 2018 +0900
1491
1492     [VM][MC6809] Remove dirty CLR insn hack.Related to before commit.
1493
1494 commit 8ef31bd42431e6534b405a7b14f0234b8fb9d00a
1495 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1496 Date:   Tue Jul 31 04:30:45 2018 +0900
1497
1498     [VM][FM7][DISPLAY] Not use CLR_HACK for MC6809 and delay using CLR to set busy flag.May be working MAGUS.
1499
1500 commit db1a7d91bba363e92c88e2eaca13b6685a34feaf
1501 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1502 Date:   Tue Jul 31 04:09:03 2018 +0900
1503
1504     [VM][FM7] Clear OPN/WHG/THG interrupt on resetting. Fix freeze when resetting after using RELICS.
1505
1506 commit e3aaa3868623d92a6662f1ce339d6c33da6f7830
1507 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1508 Date:   Mon Jul 30 16:28:53 2018 +0900
1509
1510     [VM] Fix FTBFSs.
1511
1512 commit 75c44472a1250625fba8d2835934e592cabb5a14
1513 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1514 Date:   Mon Jul 30 15:15:41 2018 +0900
1515
1516     [VM] Apply VM_TEMPLATE to all VMs.
1517
1518 commit f802903d4d6539fed6f876a255ce74701f12d019
1519 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1520 Date:   Mon Jul 30 03:04:23 2018 +0900
1521
1522     [VM][BABBAGE2ND] Fix FTBFS.
1523
1524 commit db8cf4d5c1f75d0736f94d0d87f61bc4435520e9
1525 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1526 Date:   Mon Jul 30 03:03:50 2018 +0900
1527
1528     [VM][PC600][PC9801][X1] Move event to VM_TEMPLATE.
1529
1530 commit c86781039f835d95f5d7c1659ba953c4b32832a0
1531 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1532 Date:   Mon Jul 30 02:50:38 2018 +0900
1533
1534     [BUILD][MinGW] .
1535
1536 commit c2c5c31eb877407cd0a3f572e3f69117ebd12d39
1537 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1538 Date:   Mon Jul 30 02:49:00 2018 +0900
1539
1540     [VM][BABBAGE2ND][PC6001][PC8801][PC9801][PCENGINE][X1] Use VM_TEMPLATE.
1541
1542 commit d1a870cacb442b092e54cd315ef1c35028eba28a
1543 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1544 Date:   Mon Jul 30 01:34:30 2018 +0900
1545
1546     .
1547
1548 commit cad9d412189049bd30e76b83fe2b7093733f48f2
1549 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1550 Date:   Mon Jul 30 01:33:42 2018 +0900
1551
1552     [BUILD][CMAKE] Fix OOPs around debug symbols.
1553
1554 commit ab5d7e6dd96133d8b6e75576e3ecbcc53bb47f1d
1555 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1556 Date:   Mon Jul 30 01:32:48 2018 +0900
1557
1558     [Draw][OpenGL] OpenGL 4.3 : Upload SCREEN using glMapBuffer().
1559
1560 commit 1e8ea55a9dc64753f1508ed432cc487e32c16703
1561 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1562 Date:   Mon Jul 30 01:31:46 2018 +0900
1563
1564     [OSD][Qt] Prepare to map surface directry, but does not work well.
1565
1566 commit 6a8c95403ce1892d183cb81f8ea2d11b707e86c0
1567 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1568 Date:   Mon Jul 30 01:30:38 2018 +0900
1569
1570     [COMMON][Qt] Remove USE_ZLIB, this should set at makefile or CMakeList.txt.
1571
1572 commit 4a9dd913086e16c09daf42cdd2b1e25a939e5b30
1573 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1574 Date:   Mon Jul 30 01:29:24 2018 +0900
1575
1576     [VM] Add vm_template.h . This class, VM_TEMPLATE:: must be mother of VM:: .See fm7/foo.[h|cpp] .
1577
1578 commit d15cf6012456bd41a4e2aa93e0f99c07652aff9f
1579 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1580 Date:   Sat Jul 28 04:57:31 2018 +0900
1581
1582     [Qt][OpenGL][WIP] GL4.3: Implementing texture buffer with mapping.
1583
1584 commit b5be90f0c9f1fd45725f7703216f5fb51d16fd69
1585 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1586 Date:   Fri Jul 27 16:40:25 2018 +0900
1587
1588     [Draw][OpenGL][OSD] Prepare to direct update vram.
1589
1590 commit 2dc1bbaf124d23df7ab1e3735c81819cf56c3566
1591 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1592 Date:   Wed Jul 25 00:57:19 2018 +0900
1593
1594     [BUILD][Linux] Update -g flags.
1595
1596 commit 53d426a7e5070f5e1e052a470e31f0c165276ab1
1597 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1598 Date:   Wed Jul 25 00:53:07 2018 +0900
1599
1600     [Qt][OpenGL] Initial support of OpenGL 4.3 Core profile.
1601     [Qt][OpenGL] Use template class instead of GL2.0.
1602     [UI][Qt] Separate some command line parsing to sub-routines.
1603     [Build][CMake] Update file desc.
1604
1605 commit 5558e3955a51ee28e9c4258eb0715e3f2648f688
1606 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1607 Date:   Tue Jul 17 16:05:31 2018 +0900
1608
1609     [BUILD][CMAKE] Fix not uploading DLL.
1610
1611 commit 364c49bf7402e9f43d75ec2a3a67d7ec14b30862
1612 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1613 Date:   Tue Jul 17 16:04:32 2018 +0900
1614
1615     [COMMON][Qt] Fix BYTEORDER of PIXEL@RGB888.Updated SOVERSION.
1616
1617 commit f95e6de63d456b8c41d6f001a0917ee1adb57477
1618 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1619 Date:   Tue Jul 17 16:02:57 2018 +0900
1620
1621     [UI][Qt][BUG] Fix crash with using LaserDisc(s).
1622
1623 commit 78fe94962617875d4bd9c2c53eef166261f780a0
1624 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1625 Date:   Fri Jul 13 13:19:02 2018 +0900
1626
1627     [DOC] Updated to RC.
1628
1629 commit 9275209c6bed03ccd06716a486e29451c446751d
1630 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1631 Date:   Fri Jul 13 12:46:27 2018 +0900
1632
1633     [] .
1634
1635 commit 7d6fb3efa6989914b9e9b404a34e6cdfdbbe1ffe
1636 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1637 Date:   Fri Jul 13 12:44:43 2018 +0900
1638
1639     [VM][Qt] Add BUBCOM80.
1640
1641 commit 7340e253d0100ce9f01f23e9f4df389902c7d4c6
1642 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1643 Date:   Fri Jul 13 12:43:44 2018 +0900
1644
1645     [UI][Qt] Update translations.
1646
1647 commit 6698678c957cc70a359a71c9994f662d6a2d780a
1648 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1649 Date:   Thu Jul 12 22:20:05 2018 +0900
1650
1651     [VM][STATE] Fix FTBFSs.
1652
1653 commit 48ff443161947e2146f270c72f6230fd9a453fbe
1654 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1655 Date:   Thu Jul 12 04:25:06 2018 +0900
1656
1657     [STATE] .
1658
1659 commit 7ca04b788ad3af0de9129e20943537694898517c
1660 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1661 Date:   Thu Jul 12 04:24:15 2018 +0900
1662
1663     [VM][STATE] (Maybe) Apply new state framework to ALL VMs.
1664
1665 commit 419860f6635a90d0445671d6fc02395ec28d1e32
1666 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1667 Date:   Wed Jul 11 17:28:37 2018 +0900
1668
1669     [VM][STATE][PHC20][PHC25]PV1000][PV2000][PYUTA][QC10][RX78][SC3000] Apply new state framework to VMs.
1670     [VM][STATE][TK80BS] CMT: OOPs.
1671
1672 commit a88a2ecec2e3b6e6ce4b3eb2c2031d31a61e91e4
1673 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1674 Date:   Sat Jul 7 10:47:20 2018 +0900
1675
1676     [DOC] .
1677
1678 commit 1f4c39a5e304bfbe07918f39152f5592e3c51d5b
1679 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1680 Date:   Sat Jul 7 10:43:08 2018 +0900
1681
1682     [STATE] Update SOVERSION.
1683
1684 commit 264ea450d09e8705f122887b16cb82aaa18106b7
1685 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1686 Date:   Sat Jul 7 10:40:47 2018 +0900
1687
1688     [DOC] Update about new state framework.
1689
1690 commit b52e7c90d3f29db8cefd83a6ff936952b6b7decd
1691 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1692 Date:   Sat Jul 7 01:51:19 2018 +0900
1693
1694     [VM][PASOPIA][PASOPIA7] Apply new state framework to VMs.
1695
1696 commit eba0fdb48f53c6a51d7c86fd52499aa1166c3bd7
1697 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1698 Date:   Sat Jul 7 01:50:21 2018 +0900
1699
1700     [VM][TK80BS][PC2001][PC8201][PC98HA] Apply new state framework to VMs.
1701
1702 commit 8f4ac58afa1c1f07a811b42246c8917db3dcb7df
1703 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1704 Date:   Fri Jul 6 21:46:55 2018 +0900
1705
1706     [VM][PC2001][PCENGINE] Apply new state framework to VMs.
1707
1708 commit 55f85685be763a8dd4329ac4bf371fd3449b989f
1709 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1710 Date:   Fri Jul 6 21:46:34 2018 +0900
1711
1712     [VM][PC100][STATE] Fix FTBFS.
1713
1714 commit 4a08ade44ba5fd9eb27f6a799f800461fe10fc8d
1715 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1716 Date:   Fri Jul 6 21:02:22 2018 +0900
1717
1718     [VM][PC100] Apply new state framework to PC100.
1719
1720 commit a7a5adc229fdb1a0c409e9de6e6b8a974ed1a692
1721 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1722 Date:   Fri Jul 6 21:01:55 2018 +0900
1723
1724     [VM][PC6001] Apply new state framework to VMs.
1725
1726 commit c350a560cf9080997d57233709fe337843d1f821
1727 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1728 Date:   Fri Jul 6 21:01:32 2018 +0900
1729
1730     [VM][MZ5500] Fix FTBFS.
1731
1732 commit ccc2062edd0133564282cfe9927c5589d6fa5985
1733 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1734 Date:   Fri Jul 6 21:00:54 2018 +0900
1735
1736     [STATE] LOAD: Move elements to separate functions.
1737
1738 commit d3704a8beb727c422932e9ee64b83e3aabada86a
1739 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1740 Date:   Fri Jul 6 19:48:07 2018 +0900
1741
1742     [COMMON_VM] Update SOVERSION.
1743
1744 commit 3aaee50544399e2c4c6a7e4eb363d822cfb27fea
1745 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1746 Date:   Fri Jul 6 19:47:35 2018 +0900
1747
1748     [STATE] Update SOVERSION.
1749
1750 commit 5df91c161b625b14c5fa738b3d4b7ab5a2844f11
1751 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1752 Date:   Fri Jul 6 19:46:41 2018 +0900
1753
1754     [STATE] SAVE: Separate process routines to functions;
1755
1756 commit 5dd8492b437e3e8850078b637801d39a11d89b66
1757 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1758 Date:   Fri Jul 6 05:06:04 2018 +0900
1759
1760     [VM][MZ2800] Fix FTBFS.
1761
1762 commit af49f62be4b11dfdbad909a36ee434eb7da132c0
1763 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1764 Date:   Fri Jul 6 04:58:02 2018 +0900
1765
1766     [VM][MZ5500][WIP] Applying new state framework.WIP.
1767
1768 commit 2ac613a399830170988cc5000bb8649c37a9c0d5
1769 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1770 Date:   Fri Jul 6 04:57:29 2018 +0900
1771
1772     [VM][MZ3500] Apply new state framework.
1773     [VM][MZ2800] Apply new state framework.
1774
1775 commit bd8c196accb4aac13b5b1b4067d3b594c74a4c2a
1776 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1777 Date:   Fri Jul 6 04:55:59 2018 +0900
1778
1779     [VM][EX80][STATE] Fix typo.
1780
1781 commit 709151ea3cde1ac534520d4eb2862315a34635e0
1782 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1783 Date:   Fri Jul 6 04:55:33 2018 +0900
1784
1785     [VM][STATE][PC8801] Remove unused part.
1786
1787 commit 082a07e80f7d0d761c3fd4d1dfdb5322a33b7e63
1788 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1789 Date:   Fri Jul 6 04:54:29 2018 +0900
1790
1791     [VM][STATE][MZ2500][MZ700][MZ80K] Apply new state framework to some VMs.
1792
1793 commit deb6192e9e4056088fd2ff2dcc0fa826a1392f15
1794 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1795 Date:   Fri Jul 6 04:53:24 2018 +0900
1796
1797     [VM][STATE] .
1798
1799 commit 5867d6d8e5eca1ca454ba7a1b11f8b456282cbe3
1800 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1801 Date:   Fri Jul 6 04:53:01 2018 +0900
1802
1803     [VM][STATE] .
1804
1805 commit 485f897f1474f2028d0b2b2e679f6bd9e10a8532
1806 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1807 Date:   Thu Jul 5 17:11:59 2018 +0900
1808
1809     [VM][STATE] Apply new state framework to MZ80B, MZ2200 and MZ2500.
1810
1811 commit 96abb79078beec10ac86e63accd1ac45ca844cda
1812 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1813 Date:   Thu Jul 5 17:11:23 2018 +0900
1814
1815     [VM][STATE] Add DECL_STATE_ENTRY_SCRNTYPE_T_foo().
1816
1817 commit 5251988ede591b2f5cb235ce742af0c00d1b0ff1
1818 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1819 Date:   Tue Jul 3 01:18:07 2018 +0900
1820
1821     [DOC][VM][STATE] Add "a new state save load framerork.txt".
1822
1823 commit 89bb3c57cee8fa1474a37291cea34fb5558561fe
1824 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1825 Date:   Mon Jul 2 16:47:12 2018 +0900
1826
1827     [VM][STATE][MZ2500] .
1828
1829 commit fa2edeaecebdea4ec504ea5df05850fb4adb0364
1830 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1831 Date:   Mon Jul 2 16:46:38 2018 +0900
1832
1833     [VM][MYCOMZ80A][MULTI8] Apply new state framework to VMs.
1834
1835 commit 07ba51d4d9658610699fa22a6d60d0e19ed61db2
1836 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1837 Date:   Mon Jul 2 16:06:10 2018 +0900
1838
1839     [Qt][OpenGL] Fix wrong screen.
1840
1841 commit 0659adcb9145ed4f632ce15610e16538d9610e6a
1842 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1843 Date:   Mon Jul 2 15:27:03 2018 +0900
1844
1845     [Qt][MOUSE] Fix returning wrong point when rotating screen.
1846
1847 commit 43fdc362658211660de16eea6603132e0865de47
1848 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1849 Date:   Mon Jul 2 14:16:36 2018 +0900
1850
1851     [Qt][MENU] Fix Screen Rotate.
1852
1853 commit ed2d51b837749c5c8931e900c16d12618dce18c9
1854 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1855 Date:   Mon Jul 2 03:39:33 2018 +0900
1856
1857     [Qt][OpenGL][WIP] Re-Add screen rotate.
1858
1859 commit 539cdbbccc9a3b5d281a0ccfcca6299e2202c77c
1860 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1861 Date:   Mon Jul 2 00:49:19 2018 +0900
1862
1863     [Qt][OpenGL][GLES] TRY: Reduce power consumption.
1864     [Qt][OpenGL] Prepare to use OpenGL 4.x (CORE).
1865     [Qt][OpenGLES] Prepare to use OpenGL ES 3.1.
1866     [Qt][OpenGLES] Delete condition branch in shader, use #ifdef and const values.
1867
1868 commit 2a728468bb62a00ef1ade31cbd5b6a77e6e60c62
1869 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1870 Date:   Sun Jul 1 15:44:10 2018 +0900
1871
1872     [VM][STATE][HC20][HC40][HC80][M5][MSX] Apply new state framerork to some VMs.
1873
1874 commit 87b25e53189b6b6ee58069f42589c6858c81cf35
1875 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1876 Date:   Sun Jul 1 04:18:28 2018 +0900
1877
1878     [VM][BUILD][Qt] Remove FM NEW7 entry.
1879
1880 commit 671b30451a5a844e23bddfc849561d213cce6a18
1881 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1882 Date:   Sun Jul 1 03:05:26 2018 +0900
1883
1884     [VM][STATE] .
1885
1886 commit 1c01f80b43685a24cc8820c35596ca69f6fd0940
1887 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1888 Date:   Sun Jul 1 03:01:30 2018 +0900
1889
1890     [BUG][VM][PC9801] Fix wrong state sequence.
1891
1892 commit 22ee55673fcc41df32b2a3ace3c8587f455fd748
1893 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1894 Date:   Sun Jul 1 01:19:39 2018 +0900
1895
1896     [VM][PC9801] Remove unused itf.[cpp|h].
1897
1898 commit a25fbc7aa77938193e2a1bf637c584833a3a23e7
1899 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1900 Date:   Sun Jul 1 01:18:44 2018 +0900
1901
1902     [VM][STATE][PC9801][X1] Apply new state framework to PC9801 series and X1 series.
1903
1904 commit 4a2d316a65d1b40848d98246af6c6e0f5d8e6b3d
1905 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1906 Date:   Sat Jun 30 22:53:15 2018 +0900
1907
1908     [VM][DATAREC] Fix crash at removing CMT when not stopping to play.
1909
1910 commit eaa8d00d433bf1085c5f5bda1d40fb3c44085409
1911 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1912 Date:   Sat Jun 30 22:17:55 2018 +0900
1913
1914     [VM][BUBCOM80] Apply new state framework to BUBCOM80.
1915
1916 commit 991d7b6bcbcadb00f443fb2d6794ad585b08c0e0
1917 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1918 Date:   Sat Jun 30 22:17:06 2018 +0900
1919
1920     [VM][FM16BETA][FM16PI][FP1100][FP200][STATE] Apply new state framework to these.
1921
1922 commit 62eb3b8d190708c4370655baa9e1a726716fa810
1923 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1924 Date:   Sat Jun 30 21:31:21 2018 +0900
1925
1926     [VM][FMR50][FMR30] Apply new state framework to FMR30/50 etc.
1927
1928 commit 1120ba9e2d6d651eda96e7c7bcf158737003f7ae
1929 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1930 Date:   Sat Jun 30 13:12:27 2018 +0900
1931
1932     [VM]Fix FTBFS.
1933
1934 commit 34a5b581bda42e2d6b3c36ae654598f099825064
1935 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1936 Date:   Sat Jun 30 13:11:29 2018 +0900
1937
1938     [BUBCOM80][STATE][WIP] Applying new stateframework to BUBCOM80.WIP.
1939
1940 commit 3e26908434f3f37bb4e7deb500b5963ad6d45029
1941 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1942 Date:   Sat Jun 30 04:24:12 2018 +0900
1943
1944     [Qt][VM][FMGEN][DISK][LOGGER] Logging all devices.
1945
1946 commit 31650bf89570e1ce88181c3339e36b834ec0e6bf
1947 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1948 Date:   Sat Jun 30 01:42:08 2018 +0900
1949
1950     [VM][BUBCOM80][STATE][WIP] Applying new state framework to CMT::.WIP.
1951
1952 commit fc5a4a0b52669fb567779b1b73c73e6fb22187a4
1953 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1954 Date:   Sat Jun 30 01:40:41 2018 +0900
1955
1956     [LOGGER][Qt] Use QVector insterad of QQueue to reduce CPU usage.
1957
1958 commit eb69ce764f1db55dd3662323fca30385e0f9cdf6
1959 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1960 Date:   Sat Jun 30 01:40:08 2018 +0900
1961
1962     [STATE][FMGEN] Apply new state framerork to FMGEN.
1963
1964 commit 30af9c094664f72e3700fd55638050db017e0515
1965 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1966 Date:   Sat Jun 30 01:38:49 2018 +0900
1967
1968     [VM][IO][STATESUB] Add foo_STRIDE() to reduce entries for IO:: .
1969
1970 commit e84f46c1fbf4011c92dbaf0fc5fa2a0a8bd93a17
1971 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1972 Date:   Fri Jun 29 19:10:08 2018 +0900
1973
1974     [STATESUB][COLECOVISION][EX80][FAMILYBASIC][PC8801] Apply some new state framework to VMs.
1975
1976 commit d0cf7b01d087ebb1655538bc22c744084d58c805
1977 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1978 Date:   Fri Jun 29 19:06:19 2018 +0900
1979
1980     [STATESUB] Add entry "DECL_STATE_ENTRY_CMT_RECORDING".
1981
1982 commit 8b4e296f41e8d3b50b793947f028076ea7f4e5c1
1983 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1984 Date:   Fri Jun 29 19:05:42 2018 +0900
1985
1986     [FILEIO] Add FILEIO::Fflush().
1987
1988 commit a0f3ac50e16337d7954a88097014243027d35917
1989 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1990 Date:   Wed Jun 27 23:48:56 2018 +0900
1991
1992     [VM][Z80] Add collecting cpu status feature for Z80.
1993
1994 commit 7e54012b3305ffc191c79ac7107bb9209c54b67d
1995 Author: K.Ohta <whatisthis.sowhat@gmail.com>
1996 Date:   Wed Jun 27 22:00:16 2018 +0900
1997
1998     [BUILD][Qt] Update SOVERSION of shared libs.
1999
2000 commit 3db5b32031694744f67cea5f825ce77c07c3f38e
2001 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2002 Date:   Wed Jun 27 21:58:38 2018 +0900
2003
2004     [VM][MC6809] Collect CPU statistics always, printing is controlled by menu immediately.
2005
2006 commit 560ee5a167f3554a517236abaf0ae74ad5b91cb2
2007 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2008 Date:   Wed Jun 27 21:58:04 2018 +0900
2009
2010     [MENU][Qt] Fix not effect of "FULL SPEED".
2011
2012 commit 1004c6718a76d9d0b49b8fa86b8e241bcb485682
2013 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2014 Date:   Wed Jun 27 21:55:53 2018 +0900
2015
2016     [Qt][LOGGER] CSP_Logger makes daughter of QObject.Add messaging slot entry.
2017     [STATE][Qt] csp_state_utils:: use QObject's messaging system for logging.
2018
2019 commit b2d9c082b9b2908072680379060d1cf2d730b8ff
2020 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2021 Date:   Wed Jun 27 21:54:39 2018 +0900
2022
2023     [Qt][MAIN][LOGGER] Fix crash on exit.
2024
2025 commit f4247699f4484c162a6620761eec9f5acfe9decf
2026 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2027 Date:   Wed Jun 27 01:33:01 2018 +0900
2028
2029     [DOC][PC9801] Add MEMSW.BIN.
2030
2031 commit 4ac4aaa4133ddba69ecb802986d4c41b5685534d
2032 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2033 Date:   Wed Jun 27 01:24:46 2018 +0900
2034
2035     [VM][PC9801][DISPLAY] Keep memory switch settings (saved to MEMSW.BIN).
2036
2037 commit 1520a07bae7608ab21a8b58eace929a94c45489a
2038 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2039 Date:   Tue Jun 26 22:18:33 2018 +0900
2040
2041     [COMMON][VM][Qt] Add common wav-loading / saving helper functions to common.cpp .
2042     [COMMON] Update min() and max().
2043
2044 commit 53c174b40785954fa8d0f4c276e8a45e059cff40
2045 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2046 Date:   Tue Jun 26 18:40:36 2018 +0900
2047
2048     [VM][CMT] Align endianess around loading/saving WAV.
2049
2050 commit e909df1ebe073dd2ef51a827068ed0426438ad19
2051 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2052 Date:   Tue Jun 26 18:39:06 2018 +0900
2053
2054     [COMMON] Add pair16_t and pair64_t.
2055     [COMMON] Add immediate value functions for pair_t.
2056
2057 commit ee18c5b50e54a7a09c0e85b104c293f5527a4d9f
2058 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2059 Date:   Tue Jun 26 04:53:53 2018 +0900
2060
2061     [VM][NOISE] Adjust endian of WAV data.
2062     [VM][NOISE] Fix infinity loop with corruptWAV data.
2063     [VM][YM2203][OOPS] YM2203::is_ym2608 should be set outsize of device.
2064
2065 commit 6e100124d0be6af450da948f8b45cbc4deb86a04
2066 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2067 Date:   Tue Jun 26 04:52:41 2018 +0900
2068
2069     [FMGEN][OPNA] Fix infinity loop at loading rhythm WAVs.
2070     [FMGEN][OPNA] Adjust endian of WAV data (maybe).
2071
2072 commit 9bd1dddb9d3b0c49f97c19cbdae26520bb3c6f80
2073 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2074 Date:   Tue Jun 26 03:14:24 2018 +0900
2075
2076     [VM][PC9801][I286] Fix FTBFS.
2077     [VM][PCENGINE][SCSI_CDROM] Fix FTBFS.
2078     [VM][YM2203] Enable OPNA.
2079
2080 commit f28032d13e4bf7e146b1c9de320523e0fb1ef26a
2081 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2082 Date:   Tue Jun 26 03:13:21 2018 +0900
2083
2084     [VM][FM7][SOUND][BEEP] Set samplerate to 6000Hz.Simplize logic.
2085     [VM][FM77AV][SOUND] Fix FTBFS.
2086
2087 commit 22e0f7de948d503872f63770bbe7432f8fc4e972
2088 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2089 Date:   Mon Jun 25 23:59:10 2018 +0900
2090
2091     [VM][FM7][SOUND] Fix sequences around OPN/PSG.
2092
2093 commit 7e60c66c871dae3256304c8a3e4696978e14f12d
2094 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2095 Date:   Mon Jun 25 23:57:33 2018 +0900
2096
2097     [FMGEN][OPN][OPNBASE] Force to calculate frequency factors around prescaler when OPNBase::LoadState(). Fix wrong sound after loding state.
2098
2099 commit 5235e1ee41bda1f0538444810a3e6297365abaa9
2100 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2101 Date:   Mon Jun 25 19:11:40 2018 +0900
2102
2103     [VM][STATE][DEVICE] Apply new state framework to all devices (except virtual machines).
2104
2105 commit 533153f706f94936e0f5858f683e4546882196cf
2106 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2107 Date:   Wed Jun 20 20:18:56 2018 +0900
2108
2109     [BUILD][WIN32] Fix linkage error with MinGW32.
2110
2111 commit 3c253f5846b7edac48eca0f57f81ffe188e39257
2112 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2113 Date:   Wed Jun 20 08:48:23 2018 +0900
2114
2115     [VM][STATE][DATAREC] Fix memory leak and invalid memory access.
2116
2117 commit 986a72a716ab37fb86e23b64d2c16e897b30d7ac
2118 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2119 Date:   Wed Jun 20 05:58:52 2018 +0900
2120
2121     [FMGEN][STATE] Keep endian of multi byte values; Make endian to BIG-ENDIAN.
2122
2123 commit 09e63d1dfbf2233bccbff564c6207d1d7efe96e5
2124 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2125 Date:   Wed Jun 20 05:58:39 2018 +0900
2126
2127     [STATE] .
2128
2129 commit 5b7fe2b04315b16517e02647e3ae14a9b8dabce8
2130 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2131 Date:   Wed Jun 20 05:58:12 2018 +0900
2132
2133     [VM][DATAREC] (Maybe) Fix unstable state saving.
2134
2135 commit 34410999d7db34ec2181c8cc972848135838d3c2
2136 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2137 Date:   Wed Jun 20 04:25:31 2018 +0900
2138
2139     [VM][EVENT] Apply new state framework to EVENT:: .
2140
2141 commit 212a57229329efd747bc39d874b5756f2233ba1c
2142 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2143 Date:   Tue Jun 19 18:46:42 2018 +0900
2144
2145     [VM][I386] Apply new state framework (only within libcpu_newdev).
2146
2147 commit 54efb249d2971ddf7a84747a24c0ec200e9fe391
2148 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2149 Date:   Tue Jun 19 15:06:11 2018 +0900
2150
2151     [Qt][QIN32][EMUUTILS] Move CSP_Logger to libCSPemu_utils.[foo.so|dll] from libCSPgui.[foo.so|dll] .
2152
2153 commit 44002cdbba39b558ea04cbf7707af6627155ab42
2154 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2155 Date:   Tue Jun 19 15:03:43 2018 +0900
2156
2157     [Qt][WIN32] Move config and logger to inner pointer, now, libCSPavio is separated to single DLL.
2158     [WIN32] Update cross build script.
2159     [Qt][General] Update SOVERSION.
2160
2161 commit 5ecb6b517783972cf6423a167efb314e51cb8bcd
2162 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2163 Date:   Mon Jun 18 12:21:20 2018 +0900
2164
2165     [VM][MZ1P17][MZ] Fix FTBFS.
2166
2167 commit 1320e3e265bbaf1c9940346ff3ce9d6e13731028
2168 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2169 Date:   Mon Jun 18 05:50:14 2018 +0900
2170
2171     [VM][FM7][OPN][WIP] Fixing weird OPN sound after loading (pre-saved) state.WIP.
2172
2173 commit 1d5d1bda4bdad413c9ef040852d9eee4fb2cea63
2174 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2175 Date:   Mon Jun 18 02:56:19 2018 +0900
2176
2177     [BUILD][CMAKE][FM7] Not build IO::, this is not used.
2178
2179 commit 351996e2efcf0532fba38600e870e538a2cbdcf6
2180 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2181 Date:   Mon Jun 18 02:54:42 2018 +0900
2182
2183     [VM][STATE] Apply new state framework to some devices a lot (excepts some devices and event, ix86).
2184
2185 commit f1dde8ed148c5e383c46ca8605e916b2150bc9b5
2186 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2187 Date:   Sun Jun 17 16:53:21 2018 +0900
2188
2189     [Qt][WIN32] Fix linkage error at MinGW.
2190
2191 commit 797ee9c1ac784fc06e483bf0923120b91b658e39
2192 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2193 Date:   Fri Jun 15 03:53:02 2018 +0900
2194
2195     [FMGEN][PSG] Fix weird noise generation for SSG/PSG.
2196
2197 commit dcd744c4f8f7c891a4b09e0facd99aed7ce8b69e
2198 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2199 Date:   Fri Jun 15 03:52:22 2018 +0900
2200
2201     [Qt][OpenGL] .
2202
2203 commit 0e3df44ac26a5b151bc0abcfe22e8a44448b783a
2204 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2205 Date:   Fri Jun 15 03:51:31 2018 +0900
2206
2207     [Qt][Draw][OpenGL] More fix against buffer overflow.
2208
2209 commit 16a07823307a70e541f5a87c3a6cd3c8719c1430
2210 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2211 Date:   Fri Jun 15 03:43:39 2018 +0900
2212
2213     [Qt][OpenGL] Fix buffer overflow when changing VM's screen size.
2214
2215 commit cd53338269ad26a7e8f95562a86a587b4d316d26
2216 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2217 Date:   Fri Jun 15 03:41:29 2018 +0900
2218
2219     [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.
2220
2221 commit d54f358a6032863d081f527269a26511184d861f
2222 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2223 Date:   Thu Jun 14 21:56:53 2018 +0900
2224
2225     [VM][I386] Remove compiler warning conversion float64 (a.k.a UINT64) <-> double. This still not regard when sizeof(double) != sizeof(UINT64).
2226
2227 commit 0b03b3f6ae242a42e35f94ef98061e101e6cc8c2
2228 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2229 Date:   Thu Jun 14 21:55:48 2018 +0900
2230
2231     [VM] Remove compiler warinings.
2232     [General] Update SOVERSION.
2233     [COMMON] Fix buffer overflow around strncpy().
2234
2235 commit 35816be8ae25e3a3c59fdee6f32d501ec3b3f51d
2236 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2237 Date:   Thu Jun 14 21:52:19 2018 +0900
2238
2239     [UI][Qt] Remove using_flags->get_config_ptr()->foo. Try to fix issue of http://matsuri.5ch.net/test/read.cgi/i4004/1526806551/38 .
2240
2241 commit 2dcbffb98b6307e29243ba95fb7259e0f32ccf95
2242 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2243 Date:   Wed Jun 13 14:08:57 2018 +0900
2244
2245     [Build] Fix FTBFS with Ubuntu Xenial.Use -std=gnu++11 for gcc-5.
2246
2247 commit 3e5263475799c0cedf2467465f2451c1cda8e39e
2248 Merge: 5fcf309f 30e92a5f
2249 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2250 Date:   Wed Jun 13 13:19:09 2018 +0900
2251
2252     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
2253
2254 commit 5fcf309fb22a69e5359f915aa76464fb86764e18
2255 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2256 Date:   Wed Jun 13 13:18:57 2018 +0900
2257
2258     .
2259
2260 commit 30e92a5fa2e77b862bc91e4099f6d19ae776b506
2261 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2262 Date:   Wed Jun 13 05:06:06 2018 +0900
2263
2264     [VM][FM7][SOUND][WIP] Fixing wrong frequency after load_state with RELICS.This is WIP.
2265
2266 commit 3893390679bde5991dda65c98940d2ac6d9c5386
2267 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2268 Date:   Wed Jun 13 05:05:35 2018 +0900
2269
2270     [VM][DEVICE][STATE] Apply new state framework to some devices.
2271
2272 commit 406e2a125c1d0a2dbd475b679047d7a1226944e9
2273 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2274 Date:   Wed Jun 13 05:05:13 2018 +0900
2275
2276     [OSD][Qt][SOUND] Remove unused semaphore.
2277
2278 commit 242a0173d2d16df138cd0490404e5cd3106c3656
2279 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2280 Date:   Wed Jun 13 05:04:41 2018 +0900
2281
2282     [STATE] Fix FTBFS.
2283     [STATE] Fix wrong sequence.
2284
2285 commit 400358935e9a6459842b9c517337eea55847560f
2286 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2287 Date:   Tue Jun 12 22:36:51 2018 +0900
2288
2289     [STATE] Fix FTBFS.
2290     [STATE] Add save_state_helper()/load_state_helper() to cur_time_t:: and FIFO:: .
2291
2292 commit 148b1ba8b7d51fdba9f9bce6b8545ddb0ae5831a
2293 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2294 Date:   Thu Jun 7 17:41:22 2018 +0900
2295
2296     [STATE][VM][FM7] .
2297
2298 commit 223210545f8ea301ad8df247a6a1c4631244697f
2299 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2300 Date:   Thu Jun 7 17:40:16 2018 +0900
2301
2302     [VM][STATE] Apply new state framework to some devices.
2303
2304 commit 1ee61f2dc0ea1d470da482027ad227c2c5d5725a
2305 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2306 Date:   Thu Jun 7 17:39:26 2018 +0900
2307
2308     [VM][STATESUB] Add var-array assume allocated by BYTES, not units.
2309
2310 commit 55944ca38b04f787ef57d0f07b242be638cac115
2311 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2312 Date:   Thu Jun 7 04:07:04 2018 +0900
2313
2314     [BUILD][LINJNUX][GCC] Update parameters.
2315
2316 commit 99390c168067efca2cfedb63f182a924d0347cfe
2317 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2318 Date:   Thu Jun 7 04:06:20 2018 +0900
2319
2320     [STATE] Fix weird save/load at vararray with some situation.
2321
2322 commit 7cd6743434ee2e3bcce89777e0151fda3e9fb03d
2323 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2324 Date:   Thu Jun 7 04:05:40 2018 +0900
2325
2326     [VM][STATE] Apply new state framework to some devices.
2327
2328 commit 4959af6b652c30e6fcf87b3cc5674d755a674920
2329 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2330 Date:   Wed Jun 6 17:09:41 2018 +0900
2331
2332     [VM][BABBAGE2ND] .
2333
2334 commit 483914f33e2c78103b9bfc3f63d87040ec9e4669
2335 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2336 Date:   Wed Jun 6 17:08:27 2018 +0900
2337
2338     [VM][BMJR][PASOPIA7][PV1000][PV2000][X07][YALKY][YS6464A] Apply new state framework to VM:: .
2339
2340 commit 97eee77cb1d3a8953f6922562d0edb9ab63c492c
2341 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2342 Date:   Wed Jun 6 17:07:08 2018 +0900
2343
2344     [STATESUB] Fix don't calculate CRC with empty string.
2345
2346 commit c9232cee76e3df909f68a196d7f27755dc9eba90
2347 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2348 Date:   Wed Jun 6 17:06:32 2018 +0900
2349
2350     [VM][MB8877][DISK] Apply new state framework to DISK:: and MB8877:: .
2351
2352 commit 1c4fbf7d02ad2d838c9b5f386e9e4890d3ee86ff
2353 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2354 Date:   Wed Jun 6 17:05:11 2018 +0900
2355
2356     [VM][FM7][STATE] Apply new state framework to all components.
2357
2358 commit 77fc099fd20eaecbe5576769fe4a331328be43a5
2359 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2360 Date:   Sat Jun 2 12:09:33 2018 +0900
2361
2362     [VM][FAMILYBASIC][STATE] Fix FTBFS.
2363
2364 commit 46d9a4691f5d227c3fb775e8616ca04baee9ff6c
2365 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2366 Date:   Sat Jun 2 11:31:19 2018 +0900
2367
2368     [LIBCSP_COMMONVM] Update SOVERSION.
2369
2370 commit e30a750f991ff84f36b90fea23e007a0584eb093
2371 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2372 Date:   Sat Jun 2 11:30:22 2018 +0900
2373
2374     [VM][STATE] Apply statesub.h to VM::foo_state() with remained VMs.
2375
2376 commit fcac37775c039817c9bd1f0cf048502808cbd114
2377 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2378 Date:   Fri Jun 1 23:17:12 2018 +0900
2379
2380     [VM][STATE][WIP] Apply csp_state_utils:: to some VMs.This is WIP.
2381
2382 commit 4b5a754387b33644cd5f21f73c466e7b7b520a8d
2383 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2384 Date:   Thu May 31 07:04:38 2018 +0900
2385
2386     [STATESUB] Improve var-array save/load.
2387
2388 commit 0f9c6e7ce56a9f67b65340df2fc8058524a77b79
2389 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2390 Date:   Thu May 31 06:34:52 2018 +0900
2391
2392     [VM][FM7][JCOMMCARD][STATE] Apply to new state saving/loading framework.
2393
2394 commit e3782e259b70fd96b83e4fee51955f69c2d9b5ef
2395 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2396 Date:   Thu May 31 04:37:04 2018 +0900
2397
2398     [VM][MSX][STATE] Add new state feature.
2399     [VM][MZ700][STATE] Add new state feature.
2400     [VM][MZ2500][STATE] Add new state feature.
2401     [VM][MZ80K][STATE] Add new state feature.
2402     [VM][PCENGINE][STATE] Add new state feature.
2403
2404 commit a93b99746633582f6d0ae69acf20b5031c439005
2405 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2406 Date:   Thu May 31 04:06:44 2018 +0900
2407
2408     [VM][SN76489AN] Fix TYPO on load_state().
2409
2410 commit 82b318792b1fbfa8dc377c6d7b49555276a2367c
2411 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2412 Date:   Thu May 31 03:23:59 2018 +0900
2413
2414     [VM][BABBAGE2ND] Fix crash when save / load state.
2415
2416 commit 5acc6ad9e3f74b14ad92c67edf712926696858cd
2417 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2418 Date:   Thu May 31 02:43:40 2018 +0900
2419
2420     [OSD][SOUND][Qt] Fix hang-up with resetting at some situations.
2421
2422 commit 7dc2a502f39d190b259177827f42c129e497b8ca
2423 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2424 Date:   Thu May 31 02:42:28 2018 +0900
2425
2426     [UI][EMU_THREAD][Qt] Update functions.
2427     [LOGGER] Update logger entries.
2428
2429 commit e75fa7f5dc5e881500b30cba136483bd10f303b6
2430 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2431 Date:   Thu May 31 02:41:09 2018 +0900
2432
2433     [VM][STATE] Update state feature with some VMs, some devices.
2434
2435 commit 3affd46f7a078b0a74b193adb0126cb7f9cc270f
2436 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2437 Date:   Thu May 31 02:39:07 2018 +0900
2438
2439     [VM][STATE] Improve state helper.
2440
2441 commit 024a5ebd24cb67e31275e2cbe1f79f793a24ea83
2442 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2443 Date:   Tue May 29 04:47:07 2018 +0900
2444
2445     [VM][Qt] Fix FTBFSs.
2446
2447 commit 14a4f35de0faaea7879ac842e1fd7a5f852a0e6e
2448 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2449 Date:   Tue May 29 04:45:57 2018 +0900
2450
2451     [VM][Qt][FM16BETA] Fix FTBFS. Class name MAIN:: may not use for MinGW + SDL2.
2452
2453 commit 9df70368f7a7c57b9f2933e3212a76daab336964
2454 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2455 Date:   Mon May 28 22:28:46 2018 +0900
2456
2457     [VM][X1] Copy VRAMs to shadow data at starting a frame.Reduce flickering a lot.
2458
2459 commit 38236e3a4f584c742ff24d919eba3171aaeff8e9
2460 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2461 Date:   Mon May 28 20:31:49 2018 +0900
2462
2463     [VM][UI][Qt] Fix FTBFSs.
2464
2465 commit 57b06d33c0ac60278ecec7409a8909f13dd32345
2466 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2467 Date:   Mon May 28 18:22:42 2018 +0900
2468
2469     [UI][Qt] Update UIs, related by src/rc/foo.rc .
2470
2471 commit 1a85bcdbc7fc979d068b841d3e6376ff58e2a49b
2472 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2473 Date:   Mon May 28 14:37:04 2018 +0900
2474
2475     [DOC] Update ToDo (Still updated only Japanese doc.).
2476
2477 commit 1b9be9167de66d67920176732d9de14253b057e5
2478 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2479 Date:   Mon May 28 03:28:55 2018 +0900
2480
2481     [UI][Qt] (Maybe, maybe) Fix FTBFSs.
2482
2483 commit 5b195572032f2fb9be47722dff19a5610643672d
2484 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2485 Date:   Sun May 27 23:43:57 2018 +0900
2486
2487     [UI][Qt] Update UI.
2488
2489 commit 744ff4c4e59fb11720a1446699fb8536a0b6626e
2490 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2491 Date:   Sun May 27 15:12:24 2018 +0900
2492
2493     [UI][Qt] Apply to upstream's updating definitions.Still not implement around HDDs.
2494
2495 commit abddc0265f0e921c97840ed34012716e84e14e60
2496 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2497 Date:   Sun May 27 14:16:54 2018 +0900
2498
2499     [General] Merge upstream 2018-05-24. Still not test to build, will test.
2500
2501 commit aafd263a9a6c5553050166021a1b2631dd89d58f
2502 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2503 Date:   Mon May 21 15:57:01 2018 +0900
2504
2505     [VM][FM7] Fix FTBFS with pre-compiled headers.
2506
2507 commit 0ee1e889921ea0aa5e6d0429e35c360b7aaad0d8
2508 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2509 Date:   Sun May 20 22:03:58 2018 +0900
2510
2511     [VM][STATE] Remove typeid() from state data, this seems to be buggy.
2512     [VM][COMMON_VM] Update soversion.
2513
2514 commit 84fc06b957823e71f7db1c4834c029948eb1fc92
2515 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2516 Date:   Sun May 20 21:34:51 2018 +0900
2517
2518     [EMU] Enable to Gzip'ed state saving / loading.
2519
2520 commit d8feeedfa40581eed28a205917fece2c4235f5a4
2521 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2522 Date:   Sun May 20 18:16:42 2018 +0900
2523
2524     [VM][FM7] Fix FTBFS.
2525     [VM][FM7] STATE: Move some devices to new framework.
2526
2527 commit 265c377b59f55a60d237a244abb9c1c549d4b86a
2528 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2529 Date:   Sun May 20 18:16:19 2018 +0900
2530
2531     [VM][STATE] Delete duplicate logics.
2532
2533 commit 4048c441545c1520f77c6d45f69346fb80715994
2534 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2535 Date:   Sun May 20 04:43:21 2018 +0900
2536
2537     [VM][STATE_SAVE] Fix bug of loading [int64_t|uint64_t] .
2538     [VM][STATE_SAVE] Add float, double and long double.
2539     [VM][MC6809][STATE_SAVE] Use statesub.h instead of old state save.
2540
2541 commit c41ec8e642aa951560154291171f78dcd5d52db4
2542 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2543 Date:   Sun May 20 02:27:06 2018 +0900
2544
2545     [VM] Add save state utilities.See src/statesub.h and src/vm/fm7/fm7_mainio.[cpp|h] .
2546     [VM] Add CRC32 protection for saved state.
2547
2548 commit a5e741fafe9c2adffb230bafcbb4daadf9012567
2549 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2550 Date:   Wed May 16 18:36:42 2018 +0900
2551
2552     [VM][M6502] Fix compiler warning.
2553
2554 commit 38e78a021214ca349c93b2a6be41cea633c9090b
2555 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2556 Date:   Wed May 16 18:34:42 2018 +0900
2557
2558     [VM][HD146818] Fix compilation warning.
2559
2560 commit 2ca756db19eae26d990f7d0bfb04be5f8935ada9
2561 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2562 Date:   Wed May 16 18:31:53 2018 +0900
2563
2564     [VM][MSM58321] Fix OOPS around counting pulse.
2565
2566 commit 4766bd24b215c5569dede99c7b511210838f52b3
2567 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2568 Date:   Wed May 16 18:24:07 2018 +0900
2569
2570     [CONFIG] I forgot change top default of renderer. X-)
2571
2572 commit f896ddbdf4f36f1030df5c4fcd21a71c2ee6e321
2573 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2574 Date:   Wed May 16 18:23:53 2018 +0900
2575
2576     [DOC] Updated.
2577
2578 commit cf31c26aab576798a073e5d523bfc21b2091fd76
2579 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2580 Date:   Wed May 16 15:00:11 2018 +0900
2581
2582     Update .gitignore.
2583
2584 commit 334db661797b451c44740211508564bad994f75e
2585 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2586 Date:   Wed May 16 14:59:29 2018 +0900
2587
2588     [Build][CMake] Add PC98RL,XL.
2589
2590 commit 5712aa55fc59359c69f4af959f63205db152da49
2591 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2592 Date:   Tue May 15 18:41:06 2018 +0900
2593
2594     [DOC][PC98] Update documents.
2595
2596 commit 5fec020b62663bfe1dfa8ae4f8a1ee78c0fdaf7e
2597 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2598 Date:   Tue May 15 18:37:37 2018 +0900
2599
2600     [VM][General] Merge Upstream 2018-05-06.
2601
2602 commit 14b5964db79a964fe10a54937269604334676441
2603 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2604 Date:   Tue May 15 18:29:47 2018 +0900
2605
2606     [UI][Qt] Fix around mouse problems.
2607
2608 commit 98c7921b4f454778199d69405a1378a25c497f29
2609 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2610 Date:   Mon May 14 04:14:51 2018 +0900
2611
2612     [Qt][OpenGL][GLES] GLSL: Update precision of float value.
2613
2614 commit 296d380d9e2384f4af330b5c8c85994e5e253575
2615 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2616 Date:   Mon May 14 04:13:48 2018 +0900
2617
2618     [Qt][OpenGL][GLES][WIN32] Fix internal format definition of textures for Angle.
2619
2620 commit 703c09861e7fd5c05eb27d40c29864fcf57d2959
2621 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2622 Date:   Mon May 14 02:45:14 2018 +0900
2623
2624     [Qt][OpenGL][GL3][GLES] Modify shaders to use float texture and high precision pixels if enabled.
2625
2626 commit 26015bbb400b449b850caaeeea7463562beb4bec
2627 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2628 Date:   Mon May 14 02:44:41 2018 +0900
2629
2630     [Qt][OpenGL] Add some extensions and logging feature.
2631
2632 commit 2c9ec60865c7fc6f92c6e5548b1c0809e5b7968a
2633 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2634 Date:   Sun May 13 20:05:13 2018 +0900
2635
2636     [GL3] .
2637
2638 commit b508a203f17c057ea058edf7166a478e18dc6ece
2639 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2640 Date:   Sun May 13 20:04:30 2018 +0900
2641
2642     [Qt][OpenGL][GLES] Fix TV renderer, GLES can't use Float texture.
2643
2644 commit 590e1846f7fd333d702138749cd8a2c6ee4cc9fe
2645 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2646 Date:   Sun May 13 20:02:51 2018 +0900
2647
2648     [Draw][OpenGL][Qt] Use GL's FBO for rendering framebuffer, not QOpenGLFrameBufferObject.Fix issue of TV renderer@GLES with Angle project.
2649
2650 commit 81deac5a8c8755438b802087dec1735a2b04a269
2651 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2652 Date:   Sat May 12 00:14:21 2018 +0900
2653
2654     [Qt][GLES] Fix compilation errors with Angle OpenGL ES dll.
2655
2656 commit fcc48accba67db9df45193338d76a33fbad98643
2657 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2658 Date:   Fri May 11 23:03:00 2018 +0900
2659
2660     [Qt][Draw][GLES] Add TV renderer for OpenGL ES.
2661
2662 commit 52c913bffb0f96e5c12303169024d00b6f01a7cb
2663 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2664 Date:   Fri May 11 17:04:17 2018 +0900
2665
2666     [Qt][OpenGL_ES] Fix crash with one board computers with OpenGL ES2.
2667
2668 commit ccd9ffcc6021ef09866f1237d1781bb0ffe329da
2669 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2670 Date:   Thu May 10 23:15:18 2018 +0900
2671
2672     [Qt][COMMAND_LINE] Add --opengl , --envvar and --dump-envvar .
2673
2674 commit 8b43d026a08188a84ec80efca0672736d31d0d50
2675 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2676 Date:   Thu May 10 21:02:33 2018 +0900
2677
2678     [Qt][VM][FM7] Fix FTBFS with MinGW32.
2679
2680 commit 47ba17cd8c9409f64ce1597a0f7eea0553670d5c
2681 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2682 Date:   Thu May 10 20:26:43 2018 +0900
2683
2684     [Build][Win32] .
2685
2686 commit 9fb40f703d90c90ea572789542adc2ba81ae17ef
2687 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2688 Date:   Thu May 10 20:26:13 2018 +0900
2689
2690     [Qt][OSD] Update SOVERSION.
2691
2692 commit b1671a6bcba39bee93ab418928a8c5d6a5e757e8
2693 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2694 Date:   Thu May 10 20:25:39 2018 +0900
2695
2696     [Qt][Gui] Related to a before commit.
2697
2698 commit 69d77a3504ec20f70296b5746014228b4ebfe0a7
2699 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2700 Date:   Thu May 10 20:23:53 2018 +0900
2701
2702     [Draw][Qt] Use Semaphore instead of mSecs waiting.Expect to improve real-time-drawing on multi thread.
2703     [GUI][Qt] Update SOVERSION.
2704
2705 commit 645dd2b85c85dfd0cb6e4247287c041fc33b9abc
2706 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2707 Date:   Thu May 10 05:44:45 2018 +0900
2708
2709     [Draw][Qt] .
2710
2711 commit c706f430206a6e48b85ea4ff222c2d5ff4488eb9
2712 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2713 Date:   Wed May 9 20:41:24 2018 +0900
2714
2715     [Qt][Draw] Fix drawing timing.
2716
2717 commit a7f23d0d3db8463b6e08d868d7bdbd3a656c3dc4
2718 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2719 Date:   Wed May 9 20:40:35 2018 +0900
2720
2721     [Qt][Draw][OpenGLES] Initial support for GL ESv2.0.Only drawing.
2722
2723 commit 90f540b15641261c746ef51c4f1f28396ae19509
2724 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2725 Date:   Sun May 6 00:47:35 2018 +0900
2726
2727     [UI][Qt][FLOPPY] Not reset slot number when opening disk.
2728
2729 commit f97046603a9b0992b3461913d7b411244e7dfd7c
2730 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2731 Date:   Sun May 6 00:44:45 2018 +0900
2732
2733     [VM][MB8877] Keep command phase even changing (or removing) disk.Fix booting RELICS for FM-7 with single FDD drive.
2734     [VM][MB8877] Reaset track (per drive) on reset.Fix booting RELICS for FM-7 with two FDDs.
2735     [VM][MB8877] Check head loading READ/WRITE command.
2736
2737 commit ac472c43a3554da2ccec1115ee362d88e4eec092
2738 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2739 Date:   Sat May 5 23:44:57 2018 +0900
2740
2741     [BUILD][CMAKE][WIN32] Apply to Qt5,10 and FFMpeg 4.0.
2742
2743 commit 44a210509985e0d078973385f1a4e773f2d53be2
2744 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2745 Date:   Sat May 5 23:41:43 2018 +0900
2746
2747     [Qt][OpenGL][Draw] Add OpenGL ES2 renderer.Still not display.
2748
2749 commit b35007bcdd9a181f62cf348cf53ea1847fbeb45c
2750 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2751 Date:   Sat May 5 18:02:20 2018 +0900
2752
2753     [Qt][OpenGL] Renderer: Remove unneeded headers including.
2754     [Qt][OpenGL][Shader] Move shaders per gl version.
2755     [Qt][OpenGL][Shader] Remove pre-optimized shaders.
2756
2757 commit 5121f9cf428da5a8fd66faadbbae355803c4b98e
2758 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2759 Date:   Sat May 5 08:29:21 2018 +0900
2760
2761     [Qt][UI] Fix screen issue with Qt5.10/Windows.
2762
2763 commit 571a0bc63aec3b1c08b50c18fe0e7104c939c8f9
2764 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2765 Date:   Fri May 4 06:29:18 2018 +0900
2766
2767     [Build][WIN32] Update cross-build scripts.
2768
2769 commit 0a862b1bb6ccb82fa631d98c86b4ee6e02fab70f
2770 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2771 Date:   Fri May 4 02:59:28 2018 +0900
2772
2773     [Build][CROSS] Add cross-compiling scripts and patch(es) to build Qt5.10.
2774
2775 commit d68fd058338c6424f2254b303c75e8092c6b1d39
2776 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2777 Date:   Sun Apr 29 00:38:52 2018 +0900
2778
2779     [VM][FM77L4] Add blink feature to 400 lines board.
2780
2781 commit d059ef35aebfc3336c3c8f74a29174eb9f0abbc5
2782 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2783 Date:   Sun Apr 29 00:37:40 2018 +0900
2784
2785     [Qt][AVIO][MOVIE_SAVER] Fix FTBFS with FFMPEG 4.0.Will be needed to apply to new API.Will fix.
2786
2787 commit 061cb39cad58f613e34ce11898173d08a817ac76
2788 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2789 Date:   Fri Apr 13 03:57:07 2018 +0900
2790
2791     [UI][Qt][FM8] Fix number of bubble-casette: Start from 0, not 1.
2792
2793 commit 4e3b05fc0a0b1da1fdd8186e1a5dab52d0dbb8fc
2794 Merge: 17934610 4dc29b3c
2795 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2796 Date:   Fri Apr 13 02:23:32 2018 +0900
2797
2798     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
2799
2800 commit 17934610f23e4e0797701a486db67a644c1512f7
2801 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2802 Date:   Fri Apr 13 02:22:30 2018 +0900
2803
2804     [VM][FM7][JOYSTICK] Apply before change to Inteligent-Mouse.
2805
2806 commit b0631f7261380f515949d3b43c0f51b3fce152aa
2807 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2808 Date:   Fri Apr 13 02:21:21 2018 +0900
2809
2810     [OSD][Qt] Fix around moving mouse pointer.
2811     [EMU] Remove unneeded functions for only Qt version.
2812
2813 commit 4dc29b3ca6b9f2058039926d15d895f82aa31866
2814 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2815 Date:   Mon Mar 26 05:00:24 2018 +0900
2816
2817     [Build][Ubuntu/Xenial] Fix FTBFS.
2818
2819 commit 6569701bc9b97d96fa6e49d3b08447bdb4d3ac66
2820 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2821 Date:   Mon Mar 26 02:23:02 2018 +0900
2822
2823     [CMake][FM16BETA] Fix FTBFS.
2824
2825 commit 77610204fefcc1f04b33c1d54f1eb14caa6424a4
2826 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2827 Date:   Mon Mar 26 01:51:37 2018 +0900
2828
2829     [DOC] Update docs.
2830
2831 commit f8f16ac6f19fe2dcab250ad50d96cf0b30c8903e
2832 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2833 Date:   Mon Mar 26 01:43:16 2018 +0900
2834
2835     [VM][FM77L4] I missed value of subsys_l4 X-)
2836
2837 commit 0af25201e8e12508b932a68930c86796a51df0da
2838 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2839 Date:   Mon Mar 26 01:28:15 2018 +0900
2840
2841     [GENERAL] Update SOVERSION.
2842
2843 commit 253c9a28266c1f59994bf8103ec6b509db1fb8bc
2844 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2845 Date:   Mon Mar 26 01:24:22 2018 +0900
2846
2847     [BUILD][CMAKE] Change optimise parameters.
2848
2849 commit 708484f11469998cfa7b7cebc1c6cb2ddc5d69c8
2850 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2851 Date:   Mon Mar 26 01:21:43 2018 +0900
2852
2853     [MOVIE_LOADER] Fix scaling factor.Displaying video as correct width and height.
2854     [MOVIE_LOADER] Fix hang up at end of video.
2855     [MOVIE_SAVER][WIP] Fixing crash when saving movie and playing video.(still not fix).
2856
2857 commit 4a7e650c04ff5b3c2e29e806128a8e6a103897a5
2858 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2859 Date:   Sun Mar 25 21:53:05 2018 +0900
2860
2861     [UI][I18N][Qt] Update Translations.
2862
2863 commit 6fe7becbea88362b2856c71ecb14bfa8c6ca2523
2864 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2865 Date:   Sun Mar 25 21:46:49 2018 +0900
2866
2867     [UI][Qt][SCREEN] Add turning on/off virtual media Icons on screen (OSD).
2868
2869 commit 64e741f124eb4e2c75ec2826e5ad2f07efc99879
2870 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2871 Date:   Sun Mar 25 16:17:16 2018 +0900
2872
2873     [VM][FM77L4] Add FM77L4.Maybe 400lines board still not working.
2874
2875 commit 989aa9f5e877b9cdb665c06b878cbb5e46e7be6f
2876 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2877 Date:   Sun Mar 25 15:25:23 2018 +0900
2878
2879     [Qt][COMMAND_LINE] Fix not loading virtual floppy disks excepts D77/D88. Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/922 .
2880     [Qt][COMMAND_LINE][FM8] Re-enable to loading bubble casette.
2881     [Qt][COMMAND_LINE][PX7] Delay loading movie.Fix crash loading movie with command line.
2882
2883 commit e81cad55c4b3fb8ff4d3c2b6f4313b10c052775a
2884 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2885 Date:   Fri Mar 23 20:24:56 2018 +0900
2886
2887     /
2888
2889 commit 5157e446cf53a739e95a9bc69b28aa9d577ef5e7
2890 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2891 Date:   Fri Mar 23 20:23:46 2018 +0900
2892
2893     [UI][Qt][COMMAND_LINE] Temprally disable --binary* , --ld* and --bubble* .They don't work fine yet.
2894
2895 commit 9b81938868aa0db7b8edba3e1f58919e691ab22d
2896 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2897 Date:   Fri Mar 23 18:37:33 2018 +0900
2898
2899     [COMMAND_LINE][MAIN] Split some functions at MainLoop().
2900
2901 commit 68aa0bd12063a8c1566947ec1f4ef358a2557285
2902 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2903 Date:   Fri Mar 23 17:18:37 2018 +0900
2904
2905     [EVENT] .
2906
2907 commit 93e904925ddfe8950b70018249511918e7102869
2908 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2909 Date:   Fri Mar 23 17:18:03 2018 +0900
2910
2911     [VM][FM7] Add Green display features.
2912
2913 commit 354177e8f7b3bfb3ab5a5640ae9ccdc1434465b1
2914 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2915 Date:   Fri Mar 23 17:16:17 2018 +0900
2916
2917     [COMMAND_LINE][Qt] Add virtual media handling via command line.
2918
2919 commit b05d12ca81077803e233d0bdd6f373f091559a57
2920 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2921 Date:   Mon Mar 19 16:43:12 2018 +0900
2922
2923     [VM][FM77][FM8] Fix FTBFS.
2924
2925 commit 103736c4ade6e6023e45d881060040f0e73dbecb
2926 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2927 Date:   Mon Mar 19 16:42:07 2018 +0900
2928
2929     [General][Qt] Add some command line options.(Still not implement around virtual media)
2930
2931 commit b65c259a98ca50ced547ca7da9a9507c3ea44002
2932 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2933 Date:   Mon Mar 19 06:02:24 2018 +0900
2934
2935     .
2936
2937 commit 78154ef7e7bc93c308f21e87c4790303e638b93d
2938 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2939 Date:   Mon Mar 19 06:01:44 2018 +0900
2940
2941     [VM][FM77L4][WIP] Implementing 400LINES BOARD's CRTC.
2942
2943 commit 31f1dc7083bd830866dca41999984288c4346332
2944 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2945 Date:   Mon Mar 19 00:18:09 2018 +0900
2946
2947     [VM][EVENT] Specify CPU per VM.
2948
2949 commit 023a9aaed0eed332a65d618b7aa815aeecf05ea5
2950 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2951 Date:   Mon Mar 19 00:16:33 2018 +0900
2952
2953     [VM][FM7][Qt] Add Green display for FM-7/8/77 .
2954
2955 commit a5e8e01855c26f59882b8ed7a6b592dea645b5dc
2956 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2957 Date:   Fri Mar 16 15:42:03 2018 +0900
2958
2959     [VM][FM7][VRAM] More expect to use SIMD.
2960
2961 commit 813614437a72ddb736e676147522fa1112275ba2
2962 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2963 Date:   Thu Mar 15 23:42:40 2018 +0900
2964
2965     [VM][FM7][VRAM] Add __DECL_VECTORIZE_LOOP decl. to indicate expect to use vectorize (a.k.a. SIMD instructions).
2966
2967 commit 9050ad8c4d0471e732b3d54a50da7cf6ccb65d82
2968 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2969 Date:   Fri Mar 9 05:40:14 2018 +0900
2970
2971     .
2972
2973 commit 4db7541ea75e425cd689efddd3aa1789e560c7e7
2974 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2975 Date:   Fri Mar 9 05:39:00 2018 +0900
2976
2977     [VM][FM7] Use template and static_cast<T *> to expect to be faster.
2978
2979 commit 37c897edb072c0e8eae941c4cca8f8a3293719d6
2980 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2981 Date:   Thu Mar 8 06:04:40 2018 +0900
2982
2983     [VM][MC6809] Fix clock using.
2984
2985 commit db42ea8fd8fb230ee29ada661c5d1da98d8ef924
2986 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2987 Date:   Thu Mar 8 06:03:53 2018 +0900
2988
2989     [VM][EVENT] drive()/mix() :Expect to be faster a bit.
2990
2991 commit 8eee19ee2032e6060d5652182cb87db70b651a7a
2992 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2993 Date:   Thu Mar 8 06:02:52 2018 +0900
2994
2995     [VM][MB8877] Fix verify timing on SEEK command.Fix not booting Sylpheed for FM77AV.
2996
2997 commit 944a6635afb8ab171a00d4028952e725b6c04382
2998 Author: K.Ohta <whatisthis.sowhat@gmail.com>
2999 Date:   Sun Mar 4 11:30:48 2018 +0900
3000
3001     [DOC] Updated.
3002     [BUILD][CMAKE][INSTALLER] Update SOVERSION.
3003
3004 commit 7c0c0657f8f726e7aa86ace64777036e1cca4ce4
3005 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3006 Date:   Sun Mar 4 11:19:25 2018 +0900
3007
3008     [UI][Qt][MZ800] Fix FTBFS.
3009
3010 commit 28a6801360d8162110e89cc6292d6f4fe9e4d02f
3011 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3012 Date:   Fri Mar 2 09:47:50 2018 +0900
3013
3014     [DOC][GENERAL] .
3015
3016 commit e592e276d8e510ea16c48e723d692761b56bf000
3017 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3018 Date:   Fri Mar 2 09:44:43 2018 +0900
3019
3020     [VM][FM7][DISPLAY] Stop to use OpenMP.Fix display noise at 256k colors mode on Win32 Host.
3021     [VM][FM7][DISPLAY] Fix framerate at 400 line mode.
3022     [VM][FM77AV40][DISPLAY] Using VARIABLE frame rate.
3023     [VM][FM77AV40EX][DISPLAY] Don't scroll at ACTIVE_PAGE != 0.
3024
3025 commit 7aaaad6455fc66b9aed368bff2e500c98d622195
3026 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3027 Date:   Thu Mar 1 15:23:20 2018 +0900
3028
3029     [UI][Qt][FM16BETA] Initial support.
3030
3031 commit 01de99b7055e0ca4e219c65756dcc56bc555a1a7
3032 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3033 Date:   Thu Mar 1 15:15:02 2018 +0900
3034
3035     [UI][Qt][FM16Beta] Initial setup.
3036
3037 commit e60a47369dd3890bba921b3e003f4e94cf16a6b1
3038 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3039 Date:   Thu Mar 1 14:57:45 2018 +0900
3040
3041     [UI][Qt] Fix issues for ROMAJI-TO-KANA conversion.
3042
3043 commit 92b7fefc9e10975aba9c8ffd7036ce4ae7eb0942
3044 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3045 Date:   Thu Mar 1 14:56:52 2018 +0900
3046
3047     [VM][PYUTA] PYUTA has no state save/load.
3048
3049 commit 2aa68148c5c238cbe53e135b005b12037af68e6f
3050 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3051 Date:   Thu Mar 1 14:56:26 2018 +0900
3052
3053     [VM][I386][NEWDEV] Fix FTBFS.
3054
3055 commit 07ef5b9ab5e03e3ed330c42419dc2057042cd08b
3056 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3057 Date:   Thu Mar 1 14:55:34 2018 +0900
3058
3059     [UI][Qt] Track to upstream's updating menus.Still not implement rotate display.
3060
3061 commit ffdfde3c8f0993be201a5a2d83a2d1dbe369776a
3062 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3063 Date:   Thu Mar 1 13:47:21 2018 +0900
3064
3065     [GENERAL] Merge upstream 2018-03-01.
3066
3067 commit 191f583b4f00d5da9dafe919b51f810653e9d2cd
3068 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3069 Date:   Thu Mar 1 03:38:59 2018 +0900
3070
3071     [VM][FM7] Framerate should be 55.40fps when 400line (8colors) mode.Add supporting SUPPORT_VARIABLE_TIMING.
3072
3073 commit da9e841a90450c02c7f05cc2857612874d288440
3074 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3075 Date:   Thu Mar 1 00:33:03 2018 +0900
3076
3077     [UI][Qt] Add option, "Print statistics", related by commit 324b522e8fe7a80d03ac12f9a5800954dc96d900.
3078
3079 commit 943583244db471d733a61828cf3de61207c70996
3080 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3081 Date:   Thu Mar 1 00:32:08 2018 +0900
3082
3083     [EMU][CONFIG] Add config option print_statistics, related by commit 324b522e8fe7a80d03ac12f9a5800954dc96d900ESC.
3084
3085 commit dfe982069f04ff6eb123d2df5a9995a8467cae69
3086 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3087 Date:   Thu Mar 1 00:31:37 2018 +0900
3088
3089     .
3090
3091 commit 6f2978a5ea1f16ad235e845aab1fd70ce93b9ad5
3092 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3093 Date:   Thu Mar 1 00:30:27 2018 +0900
3094
3095     [VM][MB61VH010] Drop unused variables.
3096     [VM][MB61VH010][WIP] Adjust sequence of BUSY flag with line.
3097
3098 commit 95f93f2cd448761ac5137ed2a4d291fcb8eb285d
3099 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3100 Date:   Thu Mar 1 00:28:58 2018 +0900
3101
3102     [VM][FM7] Wait is CPU wait, not MEMORY WAIT.
3103     [VM][FM7] Calcurate more correctness wait parameter (with DRAM REFRESH), Thanks to Ryu Takegami.
3104
3105 commit 324b522e8fe7a80d03ac12f9a5800954dc96d900
3106 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3107 Date:   Thu Mar 1 00:24:43 2018 +0900
3108
3109     [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.
3110     See FM7_MAINMEM::setclock() at vm/fm7/fm7_mainmem.cpp for details.
3111     [VM][MC6809] Add correcting cpu statistics per 16 frames.
3112
3113 commit 5ca21fa5c137ed872baadd8066cc57f104d797da
3114 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3115 Date:   Wed Feb 28 04:26:55 2018 +0900
3116
3117     [VM][FM7][MAINMEM] More accurate wait implementation.
3118
3119 commit bdb9a833ddbe222b109a7426afc56c8dcad6f80c
3120 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3121 Date:   Wed Feb 28 04:26:12 2018 +0900
3122
3123     [VM][FM77AV40][FLOPPY] Apply to changes UPSTREAM 2018-02-25.
3124
3125 commit fd747bc6cc3f58cba960e091d25849495b05ca22
3126 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3127 Date:   Wed Feb 28 04:25:34 2018 +0900
3128
3129     [VM][MC6809] Adjust clock references.
3130
3131 commit 787d6651640a730cb55914b9b72b021239def7fa
3132 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3133 Date:   Wed Feb 28 04:24:54 2018 +0900
3134
3135     [VM][MB8877] Remove FM77AV40* relateed features.
3136
3137 commit 4881b82f7d9ffd25bdcc30e37ab6e8081fde1e44
3138 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3139 Date:   Wed Feb 28 01:46:21 2018 +0900
3140
3141     [VM][DISK] Fix record not found with get_sector(-1, -1, foo) at MB8877:: .
3142
3143 commit 76f8bd1a6830458c4a241e41e073a7389a7cff9d
3144 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3145 Date:   Wed Feb 28 00:30:12 2018 +0900
3146
3147     [GENERAL] Merge upstream 2018-02-27.
3148
3149 commit ac43ff56aa4ffda24d32d38a53752fd9a77d64ea
3150 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3151 Date:   Wed Feb 28 00:27:37 2018 +0900
3152
3153     [GENERAL] Merge upstream 2018-02-25.
3154
3155 commit fc1f2bf4acfe3edbee72c81f8cfdc7503700cd9f
3156 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3157 Date:   Wed Feb 28 00:04:06 2018 +0900
3158
3159     [GENERAL][EMACS] Add .dir-locals.el and vs-set-c-style.el .
3160
3161 commit 7f206dcf78aab17bdf94508f730b96504d22f287
3162 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3163 Date:   Mon Feb 26 12:43:06 2018 +0900
3164
3165     [VM][FM77][2HD] BREAK KEY AND ATTENTION MUST BE MASK IF FIRQ USING FOR FDC's DRQ.Thanks to Haserin.
3166
3167 commit 302941da8c56f4b60cb777a8e17d590973add18f
3168 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3169 Date:   Sun Feb 25 14:43:30 2018 +0900
3170
3171     [BUILD] Update SOVERSION and REVISION.
3172
3173 commit f72d448db12b6daa0866b08f50a755372adc1076
3174 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3175 Date:   Sun Feb 25 14:30:52 2018 +0900
3176
3177     [VM][MC6809] Fix halt sequence.
3178
3179 commit afd8d1b43f13175c38df78431e18e61d6adafa4e
3180 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3181 Date:   Sun Feb 25 14:29:59 2018 +0900
3182
3183     [VM][FM7][FM77AV][MAINMEM] Fix (adjust) memory-wait-parameters.Fixed FM77AV's demonstration and LUXOL.
3184
3185 commit b6da1c04df2f6bb15d2aa643cadd3f3c8dd8bc27
3186 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3187 Date:   Sun Feb 25 05:56:28 2018 +0900
3188
3189     [OSD][Qt[Screen] Expect to fix lock up when openning debugger.
3190
3191 commit 02295c83ee50fbfd39e08dc9256672b2d7c45c11
3192 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3193 Date:   Sun Feb 25 05:56:05 2018 +0900
3194
3195     [VM][FM7] Re-implement around clock.
3196
3197 commit 90cd6b3eca4e94c83a78e12255a3292dac9c04af
3198 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3199 Date:   Sun Feb 25 05:54:19 2018 +0900
3200
3201     [VM][MB8877] Revert modify of seek command ; when track register != physical track.
3202
3203 commit 78543975b9aca5cced255f10b1b348eba119081d
3204 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3205 Date:   Sun Feb 25 05:52:20 2018 +0900
3206
3207     [VM][FM7][MAINMEM] Implement memory wait.EVENT:: cannot modify first CPU after regist.
3208
3209 commit 48fae30f7eccc503f764c53bbc82ff780c53c987
3210 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3211 Date:   Sun Feb 25 05:50:44 2018 +0900
3212
3213     [VM][MC6809] Fix arount extra_iclock.Maybe fix around accessing wait.
3214
3215 commit 126a160bb7279ec8de3d7ddaa2c8c25b274d87f7
3216 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3217 Date:   Sat Feb 24 03:13:46 2018 +0900
3218
3219     [DOC] Update credits.
3220
3221 commit 4f52efd187312841d4de98b3831a9468bfd78a09
3222 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3223 Date:   Sat Feb 24 03:11:22 2018 +0900
3224
3225     [DOC][TOOL] Update (some) binaries under tool/ and some documents.
3226
3227 commit f401b5435c8979bb49ef67f87ff92d4a3b1a6f89
3228 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3229 Date:   Sat Feb 24 03:06:01 2018 +0900
3230
3231     [BUILD][DOC] Merge upstream 2018-02-23.
3232
3233 commit 5804e7422a57a5aa1d596c2e51556cae8f88767d
3234 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3235 Date:   Sat Feb 24 03:04:27 2018 +0900
3236
3237     [VM] Merge Upstream 2018-02-23.
3238
3239 commit 7b1c8f2b85e41cbfa8bb08813bd8011cba372007
3240 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3241 Date:   Sat Feb 24 01:20:59 2018 +0900
3242
3243     [VM][MB8877] SEEK COMMAND: Fix seek target what difference betweeen track register and physical drive.Thank to Haserin.
3244
3245 commit 1264c25394aa909d23bdcad50df4b0ac21d620b4
3246 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3247 Date:   Fri Feb 23 22:29:46 2018 +0900
3248
3249     [Qt][OpenGL][MOVIE_LOADER] Use QMutexLocker if ready to use.
3250
3251 commit ad6bba3d2126862a3be3985853f7bca1936efd7c
3252 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3253 Date:   Fri Feb 23 22:29:12 2018 +0900
3254
3255     [OSD][Qt] Use Recursive-Mutex instead of Semaphore.
3256
3257 commit 894e4288802e0d92253c1d41a41cadeadcf9391e
3258 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3259 Date:   Fri Feb 23 22:27:50 2018 +0900
3260
3261     [VM][MB8877] Fix wait value when end of seek and verify.Thanks to Ryu Takegami.
3262
3263 commit dd04a1baf684626b840470074975978a6255d1be
3264 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3265 Date:   Thu Feb 22 23:40:52 2018 +0900
3266
3267     [DOC] Update README_20180222.txt.
3268
3269 commit b860cb162ccab2fb3ffcd8f930d2770b7fc65426
3270 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3271 Date:   Thu Feb 22 22:00:59 2018 +0900
3272
3273     [DOC] .
3274
3275 commit 3dcdcc490bebd569fef4d32f14c34670f250f788
3276 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3277 Date:   Thu Feb 22 22:00:30 2018 +0900
3278
3279     [DOC] Update.
3280
3281 commit fa07e353db77a757c8f8d33c296ec6a51cf14220
3282 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3283 Date:   Thu Feb 22 21:56:55 2018 +0900
3284
3285     [Qt][WINDOWS][DEBUGGER] Fix crash when exitting emulator.
3286
3287 commit 05ac783f6e49733aa946a2031ce052a67d8dd5e8
3288 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3289 Date:   Thu Feb 22 15:45:03 2018 +0900
3290
3291     [VM][MB8877] Fix seeking sequence. Thanks to Haserin.
3292     [VM][MB8877] Track-verifying may be before execute command.Thanks to Ryu Takegami.
3293
3294 commit 6998a6f5153b48d5cab55107a69f241006666f09
3295 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3296 Date:   Thu Feb 22 15:44:39 2018 +0900
3297
3298     [I18N] Update I18N table.
3299
3300 commit 4cf405a61adca3f50df5e53637bc6a6f3b8ceb24
3301 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3302 Date:   Thu Feb 22 15:44:07 2018 +0900
3303
3304     [Qt][LOGGER] Fix locake for time-string.
3305
3306 commit 7f37c678359c33fb76245a047c0c1284fd445bcd
3307 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3308 Date:   Thu Feb 22 14:37:40 2018 +0900
3309
3310     [UI][Qt][L10N] Update translations.
3311
3312 commit 15259a8f42ca14af517e1b99ccb1fefb0a0e14dd
3313 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3314 Date:   Thu Feb 22 12:29:04 2018 +0900
3315
3316     [UI][Qt][DEBUGGER] Remove debugger_thread.[cpp|h] due to integrate to EMU::open_debugger() and EMU::close_debugger().
3317
3318 commit 9a288195782d240ecb6b676a279195977f59713c
3319 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3320 Date:   Thu Feb 22 12:17:06 2018 +0900
3321
3322     [DEBUGGER] .
3323
3324 commit a7295ade9b9f0bd8f0d004a36df16bd2fa19d421
3325 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3326 Date:   Thu Feb 22 12:16:29 2018 +0900
3327
3328     [UI][MZ2500][J3100] Fix FTBFSs.
3329
3330 commit caf5d4763e0dc51f579fd0f0adf68d2f653f3758
3331 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3332 Date:   Thu Feb 22 00:20:26 2018 +0900
3333
3334     [UI][Qt][DEBUGGER] Fix crash/lockup with closing debugger window.
3335
3336 commit f5db0274d7f390cce7b215f228b22dc5c26faa34
3337 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3338 Date:   Wed Feb 21 17:32:42 2018 +0900
3339
3340     [UI][Qt][BUBBLE] Minimize VM depended unit.
3341
3342 commit d50260dbbf09703f787338f24f32c259db8be2d7
3343 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3344 Date:   Tue Feb 20 17:02:58 2018 +0900
3345
3346     [Qt][Windows] Prepare to parsing command line.
3347
3348 commit 0b3bd75d979b51916f987c08a82a4742ad061cac
3349 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3350 Date:   Tue Feb 20 04:53:06 2018 +0900
3351
3352     [DOC] .
3353
3354 commit dab3a4cd1c2f084c4ced29e82edec8d0fb146351
3355 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3356 Date:   Tue Feb 20 04:52:39 2018 +0900
3357
3358     [VM][FM7][KEYBOARD] Fix initial key code value.
3359
3360 commit 28ce199c749411993fcf04e7fc599ae232b6865d
3361 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3362 Date:   Tue Feb 20 04:52:18 2018 +0900
3363
3364     [EVENT] .
3365
3366 commit 098dd26d2568d07b0e7880b004fad02f8a830dbb
3367 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3368 Date:   Tue Feb 20 04:51:55 2018 +0900
3369
3370     [EMU] Remove debug print out.
3371
3372 commit 17a29122cd00d9d2884e165fd229bb019b8c1ffb
3373 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3374 Date:   Tue Feb 20 04:51:33 2018 +0900
3375
3376     [EMU] Remove FM-7 specific hack.
3377
3378 commit 2e1fd9344c3e2b5fe5b7432c81a5af908820566d
3379 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3380 Date:   Tue Feb 20 04:49:53 2018 +0900
3381
3382     [EMU][Qt] Use recursive mutex to lock key-in queue.
3383
3384 commit fbe7e074e1133c2921ace1c6abf1a5feb9e7f55d
3385 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3386 Date:   Tue Feb 20 04:49:16 2018 +0900
3387
3388     [OSD][Qt] Fix not setting device name to logger.
3389
3390 commit 76a556fcebaf42d165de260d863ff32c583fe92a
3391 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3392 Date:   Tue Feb 20 03:57:41 2018 +0900
3393
3394     [VM][FM7][KEYBOARD] Make  interupt handling at reset correctness.Fix hang-up resetting after checking keyboard interrupt at mainio.
3395
3396 commit ed63dbfaaf93667415cc2a207fff196eada717ba
3397 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3398 Date:   Tue Feb 20 03:05:42 2018 +0900
3399
3400     [UI][Qt][FM7] Add "SYNC TO HSYNC" entry also FM-7/77/8.
3401
3402 commit 3b84c8e343828ecf9e6f7033fa1c326bb315b57a
3403 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3404 Date:   Tue Feb 20 03:04:55 2018 +0900
3405
3406     [VM][FM7] Fix FRAMERATE.Fix flicking with YS2 (/AV).
3407
3408 commit 559fecd562a2d90322399d721704dc2b8aed8a92
3409 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3410 Date:   Tue Feb 20 03:01:33 2018 +0900
3411
3412     [VM][FM7][DISPLAY] Not use event_vline() as determine H/V SYNC.
3413     [VM][FM7][DISPLAY] Use event_frame() to kick VSTART.Not loop.
3414     [VM][FM7][DISPLAY] Duplicate palette (pixel) value at VSYNC.Fix rendering with DRAGON BUSTER, LUXOL and more softwares.
3415
3416 commit bf68c4ccfdbd7b9f3d5300d25a7362c70e79ef1a
3417 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3418 Date:   Tue Feb 20 03:00:52 2018 +0900
3419
3420     [VM][FM7][KANJIROM] Fix wrong save state.
3421
3422 commit 01837f5d59ddb9f19dc5e8b15dcb4c33c659252c
3423 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3424 Date:   Tue Feb 20 03:00:25 2018 +0900
3425
3426     [VM][FM7] Fix wrong load state.
3427
3428 commit e3e6c5cd6899d79d5f81d608f1e02fd556ec13e7
3429 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3430 Date:   Mon Feb 19 04:37:20 2018 +0900
3431
3432     [VM][FM7][DISPLAY] Fix framerate.
3433
3434 commit 2db17aef0b216436244d776bd02bf2b3a0ee9cb4
3435 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3436 Date:   Mon Feb 19 04:35:50 2018 +0900
3437
3438     [UI][Qt][DRAW] Add drawing to separate-thread or combined.
3439
3440 commit 13e519b97d8d09389a2e6221b3b676927259f9ea
3441 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3442 Date:   Sun Feb 18 13:50:24 2018 +0900
3443
3444     [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.
3445
3446 commit 77c86a840d733d2a0d077f57d7bd1a74e56b5ae6
3447 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3448 Date:   Sun Feb 18 04:24:59 2018 +0900
3449
3450     [VM][FM8] Fix FTBFS.
3451
3452 commit e62ff103655e5032c1a08b7dc56b4913dc696415
3453 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3454 Date:   Sun Feb 18 04:16:45 2018 +0900
3455
3456     [VM][FM77] Boot from 2HD FDD (maybe).Thanks to Haserin.
3457
3458 commit ad6170e0efcec0e5b3b19a4fdf57505708583bc6
3459 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3460 Date:   Fri Feb 16 06:05:31 2018 +0900
3461
3462     [DOC] Update documents, more.
3463
3464 commit c6d8207dde48fe847e6064b0f5f00bce82ebf81a
3465 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3466 Date:   Fri Feb 16 05:46:35 2018 +0900
3467
3468     [DOC] Update gitlog.
3469
3470 commit bc517f5638b4f5612cc075e0f4d9278220eab4fc
3471 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3472 Date:   Fri Feb 16 05:46:06 2018 +0900
3473
3474     [DOC] Update credits.
3475
3476 commit 4dc70a81037a0cecb0568b1349c60ebff57a487d
3477 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3478 Date:   Fri Feb 16 05:38:43 2018 +0900
3479
3480     [DOC] Update Revision.
3481
3482 commit 4749bb9902ed6f422c12496e4c85f95ba7fff494
3483 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3484 Date:   Fri Feb 16 05:18:36 2018 +0900
3485
3486     [DOC] Update uncommited files.
3487
3488 commit f9f217f6197709be48bb692258f556d6774e7126
3489 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3490 Date:   Fri Feb 16 05:18:13 2018 +0900
3491
3492     [UI][Qt][FM77] .
3493
3494 commit bd4e430355d20edbf3b0fc9ee7d270eca272f8eb
3495 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3496 Date:   Fri Feb 16 05:17:07 2018 +0900
3497
3498     [VM][FM77][FM77AV] Add ON/OFF extra RAM.
3499     [VM][FM77AV] Add to use dictionary board for FM77AV/20/EX.
3500
3501 commit 08be01a5a6c374e30c463374d2b3f2d746a63123
3502 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3503 Date:   Fri Feb 16 02:08:53 2018 +0900
3504
3505     [UI][Qt][FM8][FM77] Fix FTBVFS.
3506
3507 commit 2ef4d037c85634b1c6dd68bf8f9cc8b6a39454b4
3508 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3509 Date:   Fri Feb 16 02:07:45 2018 +0900
3510
3511     [VM][FM77][2HD] Fix DRQ->FIRQ handling.Wish to BOOT 2HD OSs.
3512     [VM][FM77][FM8] Fix FTBFS.
3513
3514 commit 5f68139203143ad686dbf6e5ccdb066525e89569
3515 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3516 Date:   Fri Feb 16 01:20:30 2018 +0900
3517
3518     [UI][Qt][BUILD] Add FM NEW7.
3519
3520 commit 3eddd79be01bfa8be7aca09f66e135c9c4c03edc
3521 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3522 Date:   Fri Feb 16 01:18:28 2018 +0900
3523
3524     [VM][FM7][MAINMEM] Re-order bank of bulk BOOTROMs.Thanks to HASERIN.
3525     [VM][FM7] Add FM NEW7.
3526
3527 commit db5efa6f8dce0fb4601f758a0effbbc5838281fe
3528 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3529 Date:   Fri Feb 16 01:17:03 2018 +0900
3530
3531     [VM][FM7][JCOMMCARD] Use bulk rom (or DICTIONARY + KANJI) for DICTIONARY ROM AREA.
3532     [VM][FM7][JCOMMCARD] Abndon use JIS78 emulation.
3533
3534 commit 2dd446d2979d7a332eefbc3141ccae05278bd076
3535 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3536 Date:   Thu Feb 15 22:26:33 2018 +0900
3537
3538     [VM][BUBBLECASETTE] Improve status register.Thanks to Haserin.
3539     [VM][FM8] Change default frequency to 1.0MHz.Thanks to Haserin.
3540
3541 commit 96886d8bae83599cf9af2457bbf1086dcca681c7
3542 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3543 Date:   Thu Feb 15 20:57:19 2018 +0900
3544
3545     [VM][FM77AV40][DISPLAY] Fix sequences at write BIT6 of MAIN:$FD12.Expect to fix display issue.Thanks to Haserin.
3546
3547 commit be9f417fcc73a80e87983a5a7e7fc10bda944f61
3548 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3549 Date:   Thu Feb 15 19:20:16 2018 +0900
3550
3551     [VM][FM77AV][DISPLAY] Do not reset interrupt masks at reset on sub-system.Thanks to Ryu Takegami.
3552
3553 commit 9e9adc6ca401fb84d863e4627017adff38fc1132
3554 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3555 Date:   Thu Feb 15 17:53:58 2018 +0900
3556
3557     [BUG][VM][FM77] I mistaken to connect motor line for 2HD FDD, I connected 2D FDD (;´Д`)
3558
3559 commit 178ae8096d10c5039d71c1dab72f34d2874b8303
3560 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3561 Date:   Sun Feb 11 02:36:04 2018 +0900
3562
3563     [DOC] Update DOCs.
3564
3565 commit 221fcef002f101b8dffd2a63edfc11a86e2c688a
3566 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3567 Date:   Sun Feb 11 02:19:29 2018 +0900
3568
3569     [COMMON] Fix some initialise sequences.
3570
3571 commit 53b9131923adeb220c599a5f3dc62f264d62c580
3572 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3573 Date:   Sun Feb 11 02:18:03 2018 +0900
3574
3575     [OOPs][CONFIG][OSD] Fix directory names to set/make that directories.
3576
3577 commit 9cef0577e7f2f3e1e3b715e0efdda1c3bc3cae96
3578 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3579 Date:   Sun Feb 11 02:15:16 2018 +0900
3580
3581     [VM][MB8877] Try: Improbe result quality of FORCE_INTERRUPT command.I expect to boot OS-9 Level1 FM-77 with 2HD drive.Thanks to Haserin-san.
3582
3583 commit b6dd1d77eb1ff31552771c41ed94c94d3c7e278d
3584 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3585 Date:   Sat Feb 10 18:39:14 2018 +0900
3586
3587     [INSTALLER] Updated .
3588
3589 commit 203d5acdeb1cedbf6e95b686ff0285d6fa0c699f
3590 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3591 Date:   Sat Feb 10 18:28:55 2018 +0900
3592
3593     [GENERAL] Update installer.
3594
3595 commit c6e4c054b31d50c684352a109997c39cdcd818b4
3596 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3597 Date:   Sat Feb 10 18:27:51 2018 +0900
3598
3599     [DOC] Update documents.
3600
3601 commit a14677dfb396ece914c338861523aa903aad1740
3602 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3603 Date:   Sat Feb 10 17:43:16 2018 +0900
3604
3605     [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.
3606
3607 commit a62812d63349417d25a82090ee15aa9c00a2765e
3608 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3609 Date:   Sat Feb 10 17:10:56 2018 +0900
3610
3611     [CONFIG] IMPORTANT: Now, "~/emufoo/" moved to "~/CommonSourceCodeProject/emufoo/" . Please move settings to here.
3612
3613 commit 34b6ee8c863ab469ab208b5528a7c372bf37515c
3614 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3615 Date:   Sat Feb 10 16:35:52 2018 +0900
3616
3617     [UI][VM] Add option, "Numpad's Enter is Fullkey's".Useful for FM-77AV series, etc.
3618     [UI][VM] Update VM table.
3619     [UI][Qt][KEYBOARD] Fix load/save sequence of scancode.cfg.
3620
3621 commit f086341cfc170deb6e5b9cb2ee1298221707ba71
3622 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3623 Date:   Sat Feb 10 05:40:08 2018 +0900
3624
3625     [UI][Qt] Update translate for menu.Split section per menu-bar-entry.
3626
3627 commit e4a6d485b9e88ab561df8137e86ca8941166eaab
3628 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3629 Date:   Sat Feb 10 05:16:04 2018 +0900
3630
3631     [UI][Qt][I18N] Update translations.
3632
3633 commit 3227ba6052ea0e751529678a5470c3a641274996
3634 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3635 Date:   Fri Feb 9 21:00:30 2018 +0900
3636
3637     [UI][VM][MB8877][T3444][uPD765A] Add ON/OFF debug logging for FDCs.
3638
3639 commit 7c5c0dd7c1ad64665d1bdfc78a0608d554fbc97f
3640 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3641 Date:   Fri Feb 9 19:40:24 2018 +0900
3642
3643     [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 .
3644
3645 commit 9c3286735de39509394ead03e260e68a3b9bf095
3646 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3647 Date:   Fri Feb 9 17:53:41 2018 +0900
3648
3649     [VM] Remove define value for before commit.
3650
3651 commit 909d20a2c04bf65d36a97ea6fc955608351983a7
3652 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3653 Date:   Fri Feb 9 17:51:21 2018 +0900
3654
3655     [UI][OSD][Qt][CONFIG] Add option: Emulate cursor keys as "2468" or "1235".
3656     [CONFIG][Qt] Remove "roma_cana_conversion".Cause of merging romaji-kana conversion feature to upstream.
3657
3658 commit 6370656dd4938429194b2655d55c00dba8be4de2
3659 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3660 Date:   Thu Feb 1 12:43:15 2018 +0900
3661
3662     [BUILD][CMAKE] Update some CMakeLists.txt .
3663
3664 commit 7dfb7c45624e96a87761f7401f7a32910ddd8685
3665 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3666 Date:   Thu Feb 1 12:39:15 2018 +0900
3667
3668     [VM][MB8877] Enable to boot FLEX/FM-8.Some logs are turn off.Thanks to https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/800- .
3669
3670 commit 311e6a83b6d2e65bb8c17488d54c09e3241c4c60
3671 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3672 Date:   Wed Jan 31 20:20:39 2018 +0900
3673
3674     [VM][FM77AV40EX][FM77AV40SX] Do not effect offset registers to VRAM-ACTIVE-BLOCK 1.Thanks to Ryu Takegami.
3675
3676 commit 9816bc4aef22aeb0a89bf5c19fe46e0f694fe29e
3677 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3678 Date:   Wed Jan 31 20:19:47 2018 +0900
3679
3680     [VM][FM8][FM77] Add delay FIRQ/NMI from 2HD/SFD FDC.This is temporally implement.
3681
3682 commit ba1db8f325a10e0a3d86cd93bedf2616187d0171
3683 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3684 Date:   Wed Jan 31 18:10:47 2018 +0900
3685
3686     [VM][FM77] Extra memories should start $00000, not $10000.Thanks to Ryu Takegami.
3687
3688 commit 1e75eeed3adb8d3b8bfdd4416599b52fff80a7ef
3689 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3690 Date:   Wed Jan 31 18:10:01 2018 +0900
3691
3692     [VM][FM77] Fix wrong answer at $FD04.Thanks to Ryu Takegami.
3693
3694 commit 9f62fc397215e485d09211c4928c36ba98109b51
3695 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3696 Date:   Tue Jan 30 14:54:53 2018 +0900
3697
3698     [DOC] Update.
3699
3700 commit 6d81b4861a547c2a1f908022142953284ea26e05
3701 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3702 Date:   Tue Jan 30 14:49:58 2018 +0900
3703
3704     [VM][MB8877] Force down DRQ when LOST-DATA happens.
3705
3706 commit 1e1dc96ade9f4d8e6a36541049a52b414a479767
3707 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3708 Date:   Tue Jan 30 01:44:06 2018 +0900
3709
3710     [UI][Qt][MENU] DISK: Fix not affect of some entries:"Correct disk timing","Ignore CRC error" and "Immediate transfer".
3711
3712 commit 7b059fd0b6bd505685b030005e796e4dfa451db5
3713 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3714 Date:   Tue Jan 30 01:00:17 2018 +0900
3715
3716     [CONFIG][DISK] Fix default value ignore_crc_error and correct_disk_timing (mostly "to false").
3717
3718 commit 726768d7c4f2b86479f6798b990a78cce3fc0dc7
3719 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3720 Date:   Mon Jan 29 15:04:25 2018 +0900
3721
3722     .
3723
3724 commit f5e0901eadf8e24062622fef21fcc107dd89e5f8
3725 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3726 Date:   Mon Jan 29 15:03:55 2018 +0900
3727
3728     .
3729
3730 commit 9cb9be3b13290f65ae766005ba485d5b51df03be
3731 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3732 Date:   Mon Jan 29 15:03:06 2018 +0900
3733
3734     [DOC}.
3735
3736 commit 96ba520e8625e64b0c0dedfc1c8c296c1b033bec
3737 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3738 Date:   Mon Jan 29 15:01:42 2018 +0900
3739
3740     .
3741
3742 commit f66eda02eb1c1803faf957ed055377480d8fdf8f
3743 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3744 Date:   Mon Jan 29 14:59:57 2018 +0900
3745
3746     .
3747
3748 commit d63a5fa0bc44924720705cc4615a8534aeb9c19b
3749 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3750 Date:   Mon Jan 29 14:58:44 2018 +0900
3751
3752     [DOC] Update GPLv2's URL.
3753
3754 commit 7a08ea186b141db869bca4d0b9ce17ae03aa54ea
3755 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3756 Date:   Mon Jan 29 14:54:36 2018 +0900
3757
3758     .
3759
3760 commit 833e1df9826c0a718095c02636217f22ead2707a
3761 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3762 Date:   Mon Jan 29 14:53:09 2018 +0900
3763
3764     .
3765
3766 commit e4e53c97b8e24a7db9151e190b5c658240f44246
3767 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3768 Date:   Mon Jan 29 14:51:08 2018 +0900
3769
3770     .
3771
3772 commit 43372a3b6a3f6ae2e7cee9254ab166109d53e58b
3773 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3774 Date:   Mon Jan 29 14:46:26 2018 +0900
3775
3776     .
3777
3778 commit ef9537b84cb7af9c472683e0d0993cb8649abf4d
3779 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3780 Date:   Mon Jan 29 14:45:36 2018 +0900
3781
3782     [DOC] Update README.en.md .
3783
3784 commit 829b2a9507615ba4eabdd927f42c2cc73ea0085a
3785 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3786 Date:   Mon Jan 29 14:44:16 2018 +0900
3787
3788     [DOC] Update (GITHUB's) README.md.
3789
3790 commit 96eebc6ddb3d05dae66aa992d72efbae1fb735b4
3791 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3792 Date:   Mon Jan 29 14:31:55 2018 +0900
3793
3794     .
3795
3796 commit 7c19facfa16f7a0cd397ffc481b4035538885846
3797 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3798 Date:   Mon Jan 29 14:30:39 2018 +0900
3799
3800     .
3801
3802 commit 17afd954cfaf3f81c13decff4ca9315cc111e8cd
3803 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3804 Date:   Mon Jan 29 14:29:15 2018 +0900
3805
3806     .
3807
3808 commit 7d1ec3e9eb29e3c3507c04503b78f71427e43bc7
3809 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3810 Date:   Mon Jan 29 14:24:49 2018 +0900
3811
3812     .
3813
3814 commit d06ac542c7a4f660d28d079e4b72dee3f4de640c
3815 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3816 Date:   Mon Jan 29 14:16:33 2018 +0900
3817
3818     .
3819
3820 commit 39d6605ffc8e2ea2b7f3f64fbc6ba8fbfc39e406
3821 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3822 Date:   Mon Jan 29 14:14:45 2018 +0900
3823
3824     .
3825
3826 commit e855f582fee5ea2396a775412aa5dda19ca46312
3827 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3828 Date:   Mon Jan 29 14:13:15 2018 +0900
3829
3830     .
3831
3832 commit 8ab46bd96daee6aac8984b6c2cb9c47b4623ccd0
3833 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3834 Date:   Mon Jan 29 14:11:22 2018 +0900
3835
3836     .
3837
3838 commit 796a7b28323f3140d50eeacd342a222bb21ca79d
3839 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3840 Date:   Mon Jan 29 14:10:31 2018 +0900
3841
3842     .
3843
3844 commit 49c4135e9cc5654034182f1bfcba8de86a1d5501
3845 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3846 Date:   Mon Jan 29 14:07:50 2018 +0900
3847
3848     .
3849
3850 commit a71f322c1a8043dc6b510f43baabd755a57bb313
3851 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3852 Date:   Mon Jan 29 14:05:57 2018 +0900
3853
3854     .
3855
3856 commit 94a1438b3b3eff9515ba1d7ed11c6879ccd32877
3857 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3858 Date:   Mon Jan 29 14:04:09 2018 +0900
3859
3860     .
3861
3862 commit 087e6dc292139135ea600ff36a4000c73bbc9f9c
3863 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3864 Date:   Mon Jan 29 13:55:50 2018 +0900
3865
3866     [].
3867
3868 commit 57caed5b68084f5867c2fc14b17684a78af23b2c
3869 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3870 Date:   Mon Jan 29 13:53:23 2018 +0900
3871
3872     [DOC] .
3873
3874 commit a466b39ff3b630f0d38f90f946267cf88dcc8a3d
3875 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3876 Date:   Mon Jan 29 13:49:00 2018 +0900
3877
3878     [DOC] .
3879
3880 commit 792d7fa9a2f713409e78d7118e6a01138826c733
3881 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3882 Date:   Mon Jan 29 13:48:07 2018 +0900
3883
3884     [DOC] Update README.md.
3885
3886 commit 2252cbecc910e353fd2efe670b5430fb3cd7d8ec
3887 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3888 Date:   Mon Jan 29 11:24:38 2018 +0900
3889
3890     [DOC] Updated.
3891
3892 commit dc36ba0aa77fddd2db6359f2ebc49000c1818dfc
3893 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3894 Date:   Mon Jan 29 11:17:28 2018 +0900
3895
3896     [DOC] Updated.
3897
3898 commit 583d6c628d90055925fa5a7b697a52e60e0052ee
3899 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3900 Date:   Mon Jan 29 10:41:33 2018 +0900
3901
3902     [VM][FM77AV40] Fix FTBFS with Fedora linux.
3903
3904 commit a9157933c5b4761f29290ba7f8aae06f49880156
3905 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3906 Date:   Mon Jan 29 10:35:03 2018 +0900
3907
3908     [VM][MB8877] TRY: Add (temporally) debug log to check DRQ timing for FLEX.
3909     [VM][MB8877][FM77AV] No need to hack with PSY-O-BLADE.This is test delete.
3910
3911 commit 0a5a54e56ddcca52a239c68d2c3786b388319fe0
3912 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3913 Date:   Mon Jan 29 10:34:25 2018 +0900
3914
3915     [VM][FM7][DISK] Fix RPM value of 2D/2DD drive to 300rpm.
3916
3917 commit 46b41b72b749ffcc6a0e40fc05557cce9bd794f5
3918 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3919 Date:   Sun Jan 28 17:43:57 2018 +0900
3920
3921     [DOC] Update revision.
3922
3923 commit 24b384abe174aa164a5c8d2dcc5f3c1a71992c5f
3924 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3925 Date:   Sun Jan 28 17:40:31 2018 +0900
3926
3927     [VM][MB8877] I em-bug'ed before commit X-)I fixed.
3928     [UI][Qt] Update menu for DISK.
3929
3930 commit 571ea32a9d4e8076f75375a26f71ffa46f1519d1
3931 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3932 Date:   Sun Jan 28 16:31:11 2018 +0900
3933
3934     [DOC] Update.
3935
3936 commit 24f9202b509fd928b04f39aeb17af43f0d5b94b6
3937 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3938 Date:   Sun Jan 28 15:56:49 2018 +0900
3939
3940     [DOC] Update revision.
3941
3942 commit 5e924c597da524a69d021541327c26dd0f178822
3943 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3944 Date:   Sun Jan 28 15:50:19 2018 +0900
3945
3946     [VM][FM7][MB8877] TRY: Boot from FLEX for FM-7.
3947     [VM][MB8877] Fix not read status data at the endof SEEK and verifying.
3948     [VM][MB8877] Update structure of MB8877->fdc.
3949     [VM][DISK][FM7] Add hack number for FLEX.
3950
3951 commit 72293436c24dc0042d16d1ee9f07108c6538a972
3952 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3953 Date:   Sat Jan 27 03:36:54 2018 +0900
3954
3955     [VM][FM77AV][DISPLAY] Separate event process around VSYNC/HSYNC.
3956
3957 commit 246aab1205a413f2443e4c671dc0522c173282f7
3958 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3959 Date:   Sat Jan 27 03:33:09 2018 +0900
3960
3961     [VM][MC6809] Fix around CWAI with interrupts.
3962     [VM][MC6809] Make set/reset E flag at interrupt.
3963     [VM][MC6809] Fix bus timing.
3964
3965 commit c254f3e36be9e2e319d1c641a87c103f978d1a6e
3966 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3967 Date:   Fri Jan 26 22:01:02 2018 +0900
3968
3969     [UI][Qt] BUG: Fix crash with BOOT_MODEs >= 8.
3970
3971 commit a8e805789751e26d5d8c427b8e5c6c7eb05a39d6
3972 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3973 Date:   Fri Jan 26 22:00:38 2018 +0900
3974
3975     [UI][Qt][FM7] Extend boot menu.
3976
3977 commit 94a41282c2fea4ffd6b2b0a9193e1013d74e15f1
3978 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3979 Date:   Fri Jan 26 21:59:19 2018 +0900
3980
3981     [VM][FM77] Fix access around BOOT-RAM.Thanks to Ryu Takegami.
3982     [VM][FM7] Read some (bulk) roms for FM-8/7/NEW7/77.
3983
3984 commit e12c4e9fceab18261f3057552e4e00c7db7176c0
3985 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3986 Date:   Fri Jan 26 18:35:03 2018 +0900
3987
3988     [VM][FM7] .
3989
3990 commit 2e24a0d0d481471132346e280fd26ed6320de459
3991 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3992 Date:   Fri Jan 26 18:19:27 2018 +0900
3993
3994     [VM][MC6809] More accurate emulation(maybe).
3995
3996 commit 6ca41420764ac3348be134eff01f749030d59508
3997 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3998 Date:   Fri Jan 26 09:13:28 2018 +0900
3999
4000     [VM][MC6809] Stop to split int-sequence temporally, temporally fixed RIGLAS and helicoid (for FM-7).
4001
4002 commit a98fe8a02aeb95e28afe5a05c7f7a0ad64dad514
4003 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4004 Date:   Fri Jan 26 07:43:29 2018 +0900
4005
4006     [VM][FM7] Temporally change.
4007
4008 commit 03503d799f9a4db53b4fa432efff31a308c11d12
4009 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4010 Date:   Fri Jan 26 03:51:52 2018 +0900
4011
4012     [VM][FM77] Add initial support of 2HD (for FM-77).
4013
4014 commit 6b453c704f4c14cf53a7cc8550fc86a3dc822663
4015 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4016 Date:   Fri Jan 26 03:50:59 2018 +0900
4017
4018     [EMU][FM7] emu.cpp : No longer use hack with some VMs.
4019
4020 commit 42f1370919757ee87b5253288db022a7f387924b
4021 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4022 Date:   Fri Jan 26 01:29:46 2018 +0900
4023
4024     [Qt][OpenGL] .
4025
4026 commit 20cc4db343de197ee0946828742a893e5c1dc06c
4027 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4028 Date:   Fri Jan 26 01:28:20 2018 +0900
4029
4030     [VM][FM7] Remove DUMMY CPU.Reduce host-cpu usage a lot.Related to commit a4e1a7cfef59e08f31675c6608871068d3f2c4ef.
4031
4032 commit a4e1a7cfef59e08f31675c6608871068d3f2c4ef
4033 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4034 Date:   Fri Jan 26 01:15:53 2018 +0900
4035
4036     [VM][MC6809] Fix clock count with some situation, FM-8/7/77/AV don't need dummycpu.
4037
4038 commit cd5ebcec8bfd734e78e232c7dba0a43a13278d00
4039 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4040 Date:   Thu Jan 25 19:04:16 2018 +0900
4041
4042     [VM][FM7][KEYBOARD] Keep BREAK key when special reset (hot start).
4043     [VM][FM77][FM77AV40][FM77AV40EX] Fix FTBFSs.
4044
4045 commit ebc1cce5f14287ce6a82b34a3f9ed53f75133b45
4046 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4047 Date:   Thu Jan 25 17:21:49 2018 +0900
4048
4049     [VM][FM8] Add fm8_mainio.h .
4050
4051 commit ab31f7b109c5b80ea08284fe3c4807e839b690c9
4052 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4053 Date:   Thu Jan 25 17:19:36 2018 +0900
4054
4055     [VM][FM8][MAINIO] Move FM-8 specified features to FM8_MAINIO:: .
4056     [VM][FM7][MAINIO][SOUND] Reduce hitting PCM1BIT:: when not sound buzzer.
4057
4058 commit 9d4fbabefff5799c837489934d4c414c0ab64705
4059 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4060 Date:   Thu Jan 25 05:13:17 2018 +0900
4061
4062     [VM][FM77][WIP] Adding 2HD FDD.
4063
4064 commit 369e922aa9ee31989b8121fe26013104bd447670
4065 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4066 Date:   Fri Jan 19 12:15:15 2018 +0900
4067
4068     [Draw][OpenGL][FM77AV] Fix blinking with some situation.
4069
4070 commit 4e5c78910fb55001bd5178bb0cd843ddf80a39bd
4071 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4072 Date:   Fri Jan 19 02:21:25 2018 +0900
4073
4074     [DOC] Update gitlog.
4075
4076 commit f401eac2c68284fc5255d6d66f1adbcef0454b99
4077 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4078 Date:   Fri Jan 19 02:19:33 2018 +0900
4079
4080     [DOC] Update ToDo.
4081
4082 commit a82de81cd7a594e24f091fba6d034487ed47009e
4083 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4084 Date:   Fri Jan 19 02:03:38 2018 +0900
4085
4086     [DOC] Update documents to release.
4087
4088 commit 9376345bc1270e2a76db816636b645e744d09e82
4089 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4090 Date:   Thu Jan 18 21:28:04 2018 +0900
4091
4092     [VM] Add EMU::set_vm_screen_lines() to some VMs.
4093
4094 commit 2935971b3deda83dbc23e737769b575d452d9d85
4095 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4096 Date:   Thu Jan 18 20:53:34 2018 +0900
4097
4098     [VM][PC8801] Apply EMU::set_vm_screen_lines(200) to PC8801/8001.
4099
4100 commit c3f346a814b4e322199f65d078ae3bbe0235e368
4101 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4102 Date:   Thu Jan 18 20:41:43 2018 +0900
4103
4104     [UI][Qt] Add "Click On Focus" feature option.This don't need to mouse-over to input from keyboard if set.
4105
4106 commit 2d674e87b5b473be029842cd13df9ab7c0d1506a
4107 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4108 Date:   Thu Jan 18 20:39:01 2018 +0900
4109
4110     [EMU][OSD] Add set_vm_screen_lines(int lines) to notify changing vertical resolution to OSD and Hardware-Renderer(for scan lines). See vm/fm7/display.cpp .
4111
4112 commit f1a65d7498b280576726cc423ba4de10c42243c5
4113 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4114 Date:   Thu Jan 18 08:16:24 2018 +0900
4115
4116     [DOC] Update revision and README.
4117
4118 commit 6be0565e6812d5d73d4c7b2b32a49a07ddbbd55c
4119 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4120 Date:   Thu Jan 18 08:13:30 2018 +0900
4121
4122     [UI][Qt][FM7] Update translations.
4123
4124 commit 1599a0cfe883e73ea44addb609d9a7e571d89544
4125 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4126 Date:   Thu Jan 18 07:57:14 2018 +0900
4127
4128     [VM][MB8877] Make turning ON IRQ and turn OFF DRQ when seek completed.
4129     [VM][MB8877] Expect to work OS-9 L2 for FM77AV40 .
4130     [VM][MB8877] Adjust track parameter at initialize and CMD::RESTORE .
4131
4132 commit bead4f0ad9968d8e7f99544a4df3db04fb9ee547
4133 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4134 Date:   Wed Jan 17 05:32:36 2018 +0900
4135
4136     [DOC] .
4137
4138 commit 6211c81823d0ed37425b9a296ee2684e2dab4e3a
4139 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4140 Date:   Wed Jan 17 05:12:28 2018 +0900
4141
4142     [DOC] .
4143
4144 commit 2350969f27f089a9a3df39f8fb456cad4adeda2d
4145 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4146 Date:   Wed Jan 17 05:09:43 2018 +0900
4147
4148     [UI][Qt][FM7] Update UIs, revision.
4149
4150 commit 24f54c39da49dabf7bec34946c4fe46fe3550ee8
4151 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4152 Date:   Wed Jan 17 05:07:18 2018 +0900
4153
4154     [VM][MB8877] Fix DRQ/IRQ timing.
4155     [VM][MB8877] Make IRQ with disk not inserted or not connected when processing command(s).
4156     [VM][MB8877] Expect to work OS-9 L2 for FM77AV40.
4157
4158 commit 82b9e9120514dafd785803ebf8c4494d8ea8d397
4159 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4160 Date:   Wed Jan 17 02:58:32 2018 +0900
4161
4162     [VM][FM7][JCOMMCARD] JCOMMCARD has no backup battery.Not save ram.Thanks to Ryu Takegami.
4163
4164 commit ae5cabae3c0d98ec9f9516b784cc95faf4500e88
4165 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4166 Date:   Wed Jan 17 02:55:07 2018 +0900
4167
4168     [VM][FM7][JCOMMCARD] Change name of dictionary rom to "DICROM.ROM".This rom is same as FM77-211.
4169
4170 commit d4dffe4e97eb51313a24761f7e8add9c1f1dd5dd
4171 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4172 Date:   Wed Jan 17 02:45:21 2018 +0900
4173
4174     [VM][FM77AV40][HD6844] HD6844 has only a one interrupt line, not multiple.
4175     [VM][FM77AV40][HD6844] Rename drq_line to busreq_line.
4176     [VM][FM77AV40EX][HD6844] FM77AV40EX has only one DMA channel.Not multiple channels.
4177     [VM][HD6844] Add "__USE_MULTIPLE_CHAINING" and "__USE_CHAINING" flags for FM77AV40/EX/SX series.
4178     [VM][HD6844] Add special flags for FM77AV40/EX/SX.
4179     [VM][FM77AV40][HD6844] Expect to complete booting OS-9 L2 for FM77AV40.
4180
4181 commit 56b317e5727a3fbcf4d73e3871e2d16c4bc45020
4182 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4183 Date:   Wed Jan 17 02:42:53 2018 +0900
4184
4185     [VM][FM7][MB8877] Not clear status when force-interrupt with TYPE-1 Command(seek etc).Fix (Add hack) for FUKU*.d77 (えびふく's music disks).
4186
4187 commit a0e04d68a9cdcf48fb1f0f1cac32e7ca54ffa1ab
4188 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4189 Date:   Sun Jan 14 16:46:38 2018 +0900
4190
4191     [DOC] Update.
4192
4193 commit f6b80a6e7dc307fccc46505eb8fbde1340913da5
4194 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4195 Date:   Sun Jan 14 16:23:55 2018 +0900
4196
4197     [DOC] Update revision.
4198
4199 commit b8d563c7e4cfe6254c5228a4ca8e05c84ad0da84
4200 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4201 Date:   Sun Jan 14 16:22:33 2018 +0900
4202
4203     [VM][FM7][KANJIROM] Modify patching routine.
4204
4205 commit 23815c0e37d520385f6b8a13843ae1ad24ff9bf2
4206 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4207 Date:   Sun Jan 14 15:07:46 2018 +0900
4208
4209     [VM][FM77AV40] Fix FTBFS.
4210     [VM][FM7] Organize DEFINES.
4211     [VM][FM7][JCOMMCARD] Use KANJI data of JCOMMCARD if JCOMMCARD has enabled.This feature only for FM-7/NEW7.
4212
4213 commit dd95057b7663111c5197ffa5be5763c490227fd6
4214 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4215 Date:   Sun Jan 14 03:55:29 2018 +0900
4216
4217     [DOC] .
4218
4219 commit 50e8067697fb0b21a5e6779e64b4eb1f151191f4
4220 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4221 Date:   Sun Jan 14 03:49:20 2018 +0900
4222
4223     [VM][FM7][JCOMMCARD] Fix name of FIRMWAREs.
4224     [VM][FM7] Use #define to define name of firmwares.
4225     [VM][FM7][JCOMMCARD] Use AND:: gate to notify halting.
4226     [VM][FM7][KANIROM] WIP: JIS78 patch mode.From XM7 3,4L77a.
4227
4228 commit c8d66a8060b425703bbe071107c0d0526f46aee6
4229 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4230 Date:   Sat Jan 13 15:33:19 2018 +0900
4231
4232     [DOC] .
4233
4234 commit 0b4f41fb666dcc26f43dbd009087a2d69ac9cc73
4235 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4236 Date:   Sat Jan 13 15:13:43 2018 +0900
4237
4238     [DOC] Update to test release.
4239
4240 commit b534e95b101befaf4e9b9354709212eb11090436
4241 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4242 Date:   Sat Jan 13 03:58:11 2018 +0900
4243
4244     [FM7][JCOMMCARD] Add test program.Use asl ( http://john.ccac.rwth-aachen.de:8000/as/ ) to make from source code.
4245
4246 commit e429f1244ac31b4e30c9128a700dd0e306fd9f8d
4247 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4248 Date:   Sat Jan 13 01:08:23 2018 +0900
4249
4250     [VM][FM7] Use JCOMM CARD's KANJI-ROM if don't connect KANJI ROMs.
4251
4252 commit 295d097b374d4878e233f89b1e86f9e37fc77f3e
4253 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4254 Date:   Sat Jan 13 01:07:36 2018 +0900
4255
4256     [VM][FM7] Add UARTs.RS-232C, MODEM and MIDI.Temporally implements.
4257
4258 commit 167cce6ad2525b18fd7ddbf85f6172fb242fd5ec
4259 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4260 Date:   Fri Jan 12 19:39:48 2018 +0900
4261
4262     [VM][FM7][JCOMMCARD] Fix lacked registers.
4263
4264 commit 2a60871aab0225594173d177d00c57f8967491bd
4265 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4266 Date:   Fri Jan 12 18:58:53 2018 +0900
4267
4268     [VM][FM7] Add Japanese communication board (日本語通信カード) .
4269     [VM][FM7] Add turning ON/OFF Z80 extra board.
4270
4271 commit 49e5a649918661d673254a95c89d6b3ecfdf0def
4272 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4273 Date:   Thu Jan 4 13:23:25 2018 +0900
4274
4275     [DOC] Update readme.
4276
4277 commit 7d3d9bcf671e422a615d7e7eb9fa521c8452c072
4278 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4279 Date:   Thu Jan 4 12:08:18 2018 +0900
4280
4281     [DOC] Update build version.
4282
4283 commit e75ee07f3c9350171adf05a7297fcfcdd3ab2b9a
4284 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4285 Date:   Thu Jan 4 12:06:58 2018 +0900
4286
4287     [DOC] Update for release 2018-01-04.
4288
4289 commit d6e15a635e9b7e10d9cb2f54e8f908d66fcd5b68
4290 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4291 Date:   Thu Jan 4 11:58:31 2018 +0900
4292
4293     [DOC][INSTALLER] Update SOVERSION.
4294
4295 commit b0f0201bbdbd289fcb0df5092c3a3964c217ddb8
4296 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4297 Date:   Thu Jan 4 11:54:14 2018 +0900
4298
4299     [BUILD][CMake] GNU/Linux: Add fallback LIB directory feature for library installation.
4300
4301 commit 2ab3ead2991d60d013e0eb33cc45a8ba097b4548
4302 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4303 Date:   Thu Jan 4 10:29:24 2018 +0900
4304
4305     [VM][I386][OOPS] Fix OOPS.
4306
4307 commit 024aea77b5968fc519ccf4e556cce51af39be5ed
4308 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4309 Date:   Wed Jan 3 02:59:40 2018 +0900
4310
4311     [DOC] Update gitlog.
4312
4313 commit 1bb73196d19993514f477804b3e86d224ebc5e83
4314 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4315 Date:   Wed Jan 3 02:57:56 2018 +0900
4316
4317     [VM][X1] Fix FTBFS.
4318
4319 commit 2938ca404a1a94f27fb0e5f2d74391fe19e717c0
4320 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4321 Date:   Wed Jan 3 00:51:58 2018 +0900
4322
4323     [VM][General] Merge upstream 2017-12-28.
4324
4325 commit 1f26f4cd39c6228db5f30806cd6bd86a62361b37
4326 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4327 Date:   Wed Jan 3 00:28:03 2018 +0900
4328
4329     [VM][General] Merge Upstream 2017-12-15.
4330     [VM] common.h : Not has <typeinfo.h> excepts VC++.Recommend to use <typeinfo> .
4331
4332 commit db19f50d195a8346badff2ad1de37aea4f1b2aab
4333 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4334 Date:   Tue Jan 2 22:52:37 2018 +0900
4335
4336     [VM][MC6809] More accurate emulation around interrupt.
4337
4338 commit c1f4b6f6604b5762c742342a2b702c545ad24b9f
4339 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4340 Date:   Sat Dec 30 20:26:01 2017 +0900
4341
4342     [BUILD] Read from templete if config (buildvars.dat etc) has not exists.
4343
4344 commit c2cc2c65ae4e420a2609afc7b0835b6e2a830051
4345 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4346 Date:   Sat Dec 30 20:19:45 2017 +0900
4347
4348     [DOC] Add installer.
4349
4350 commit 525ef35a75eecccf94986c7b9de52f40c3b2d035
4351 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4352 Date:   Thu Dec 28 17:17:20 2017 +0900
4353
4354     [VM][FM7] Z80: Implement interrupt features.
4355
4356 commit bc8f21887150ffebfbb05984d0915128876e1fc3
4357 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4358 Date:   Thu Dec 28 17:15:56 2017 +0900
4359
4360     [DEBUGGER] Not push empty string.
4361
4362 commit 129a2553767521cadfb8e37f8f2d7a48697924c7
4363 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4364 Date:   Thu Dec 28 15:18:16 2017 +0900
4365
4366     [RES][FM7] Fix drive number:Should not start from "FD1", start from "FD0" for FM7/8 series.
4367
4368 commit 9a05c4559927ea8b53bcb37bc7ed2be51e465aa9
4369 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4370 Date:   Thu Dec 28 14:37:20 2017 +0900
4371
4372     [VM][FM7] Some fixes.
4373
4374 commit dbef847a798cb01de48a95ee0c7264eec66878f9
4375 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4376 Date:   Thu Dec 28 14:35:21 2017 +0900
4377
4378     [VM][MB8877][FM7] Fix freezing with OS-9 with 2DD drive/image.Thanks to Ryu Takegami.
4379
4380 commit f1041d7b1ea98fe7fd763226718f07fb572e510b
4381 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4382 Date:   Thu Dec 28 14:31:51 2017 +0900
4383
4384     [VM][FM7][MAINMEM] Fix clock parameter with some situation.Thanks to Ryu Takegami.
4385
4386 commit a0136b7ad3fce00627bd916145624a258882ac49
4387 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4388 Date:   Thu Dec 28 14:27:12 2017 +0900
4389
4390     [VM][FM7][DISPLAY] Merge Ryu Takegami's fixes.
4391     [VM][FM7][DISPLAY] Fix around KANJI ROM access flag by sub system.Expect to fix OS-9 L2 for AV40.
4392     [VM][FM7][DISPLAY] Fix display flag on reset.
4393
4394 commit 1431ddbebecba864d3a70676a72f7b8a23d76354
4395 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4396 Date:   Fri Dec 22 14:12:44 2017 +0900
4397
4398     [Qt][FM-7][Windows] Fix not effect keyin with "\_" for *native* Windows.
4399
4400 commit 07149380535505a82ba8683ea54a35137d6ac8fd
4401 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4402 Date:   Sun Dec 10 19:58:05 2017 +0900
4403
4404     [DOC] Update for test release.
4405
4406 commit c15048ee4635d4413887c2b8374a488a566e63cb
4407 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4408 Date:   Thu Dec 7 19:08:34 2017 +0900
4409
4410     [BUILD][COMMON_VM] Update SOVERSION.
4411
4412 commit e6919bfe2a74784cbefc044bd53075a7c22591e1
4413 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4414 Date:   Thu Dec 7 19:07:54 2017 +0900
4415
4416     [VM][FN7][MAINIO] Fix Z80 halting timing.
4417
4418 commit b201a0fca88f508ea40ccce6a4404ba5c676c3f6
4419 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4420 Date:   Thu Dec 7 18:48:40 2017 +0900
4421
4422     [BUILD][FM7] Add support Z80-Card.
4423
4424 commit bb5d015ee222815dcad12abe7e5c2cb46d11632b
4425 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4426 Date:   Thu Dec 7 18:47:53 2017 +0900
4427
4428     [VM][FM7] Fix switching sequence via 6809 : Z80.
4429
4430 commit 6ee8921bc4d9f01dd9ec7427b3b84948b406c187
4431 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4432 Date:   Thu Dec 7 18:46:46 2017 +0900
4433
4434     [VM][MC6809] Not push PC when halting.
4435
4436 commit 2914ae047335f95678452398886ee61a4e24b12d
4437 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4438 Date:   Thu Dec 7 18:45:25 2017 +0900
4439
4440     [VM][Z80][DEBUGGER] Call debugger even BUSREQ.
4441     [VM][Z80] Fix crash without setting PIC.
4442
4443 commit 58ae898e8dc2cece23f63eb67b551b12247d7cc3
4444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4445 Date:   Thu Dec 7 17:29:05 2017 +0900
4446
4447     [UI][Qt][FM7] Update with Z80 card.
4448
4449 commit ae1532aed84d52ac6f7ece38b7819e83c6f2879b
4450 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4451 Date:   Thu Dec 7 17:28:17 2017 +0900
4452
4453     [VM][FM7] Apply before commit of MC6809.
4454     [VM][FM7] Initial support of extra Z80 card.
4455
4456 commit a5a0c738a91ade3818e9b54206e06e68c095c730
4457 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4458 Date:   Thu Dec 7 17:25:36 2017 +0900
4459
4460     [VM][MC6809] More accurate emulation around HALT/BUSREQ and INT.
4461     [VM][MC6809] You should'nt use bus_halt, use bus_ba (bus available) and bus_bs (bus status).
4462     [VM][MC6809] Split interrupt sequence, to indicate bs bus as interrupt or sync_in.
4463
4464 commit 42f93bdbbe8d50833c46509c71016d67ed24c210
4465 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4466 Date:   Thu Dec 7 17:25:20 2017 +0900
4467
4468     [DOC] Update FFMPEG.
4469
4470 commit 4d35e4a0a8eb8c20bb2551bb68cad623545f5435
4471 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4472 Date:   Tue Dec 5 13:24:39 2017 +0900
4473
4474     [Build][CMake] Fix FTBFS with J3100.
4475
4476 commit 59d5684d9c47944cac2ab1d1b46856aaa94cde4e
4477 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4478 Date:   Mon Dec 4 19:31:19 2017 +0900
4479
4480     [DOC] Upsate docs.
4481
4482 commit 9eb246b375699752a898d8be79a227f58e473d8e
4483 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4484 Date:   Mon Dec 4 19:27:41 2017 +0900
4485
4486     [Build] FIX FTBFS with llvm CLANG.
4487
4488 commit b7c3fb45cb242507ee86ea10c4f1bd9c4790613a
4489 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4490 Date:   Mon Dec 4 18:00:35 2017 +0900
4491
4492     [VM][I8080] Fix FTBFS with LLVM CLANG++.
4493
4494 commit 4e0300144504ca0bc9cf719fec7d873d571e9bd8
4495 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4496 Date:   Mon Dec 4 14:04:28 2017 +0900
4497
4498     [DOC] Update for release.
4499
4500 commit 937dd99e5f1a2bc68f0b6062431a94abf4bd9786
4501 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4502 Date:   Mon Dec 4 13:51:59 2017 +0900
4503
4504     [INSTALLER] Update.
4505
4506 commit 91d5988d3e3a133c70b9772ef0efd454f535e567
4507 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4508 Date:   Mon Dec 4 13:51:35 2017 +0900
4509
4510     [Build][General] Update SOVERSION.
4511
4512 commit dcd4c92358cc268a08fdcb47008e0b5f26aa3a1a
4513 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4514 Date:   Mon Dec 4 13:50:00 2017 +0900
4515
4516     [DOC] Merge upstream 2017-12-03.
4517
4518 commit b8868a4a3ab49a099e7caf63754dce417916c770
4519 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4520 Date:   Mon Dec 4 13:49:14 2017 +0900
4521
4522     [General] Fix more FTBFS.
4523
4524 commit 173b5240913e40f5a11b48dbe4a1536f066d50f3
4525 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4526 Date:   Mon Dec 4 13:48:07 2017 +0900
4527
4528     [VM][General] Merge Upstream 2017-12-03.
4529     [VM] Fix FTBFSs .
4530
4531 commit 60122340cf9933a32119669fdb7967a7604b5fee
4532 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4533 Date:   Mon Dec 4 00:22:12 2017 +0900
4534
4535     [Build][CMake] Add supporting for OpenMP.
4536
4537 commit 5673aaa7cf8f07bd0dc3beecf15bd67ef947e532
4538 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4539 Date:   Mon Dec 4 00:18:14 2017 +0900
4540
4541     [VM][FM77AV][VRAM] More use SIMD to be faster.
4542     [VM][FM7][VRAM] Try: Add suuporting for OPpenMP.But be slower than not using OpenMP (/_;)
4543
4544 commit 2cab8ca5d09fcca2aae6b28b321224234f328805
4545 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4546 Date:   Sun Dec 3 22:01:36 2017 +0900
4547
4548     [General] Update installer.
4549
4550 commit 09bbf2dcf46ec268e8b6929ab53227150e0ac298
4551 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4552 Date:   Sun Dec 3 20:46:14 2017 +0900
4553
4554     [VM][FM7][DISPLAY] Implement software scan line(s).
4555
4556 commit 22ea08176e1ded8f442fb4f79c161d232cb1ca52
4557 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4558 Date:   Sun Dec 3 17:10:39 2017 +0900
4559
4560     [I18N] Update translations.
4561
4562 commit d5b45d66318a53908b3b3b2138b93760c81059e8
4563 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4564 Date:   Sun Dec 3 16:58:05 2017 +0900
4565
4566     [GENERAL] Merge Upstream 2017-11-28.
4567
4568 commit 0f3ccdaff6a52abc16a46f671e80a0a9f42c944f
4569 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4570 Date:   Sun Dec 3 16:53:22 2017 +0900
4571
4572     [VM][MC6809][OOPs] I deleted some strings.
4573
4574 commit df8df74e2f25c4efa6ea41db162c3814d3671c0a
4575 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4576 Date:   Sun Dec 3 16:30:50 2017 +0900
4577
4578     [VM][MC6809] TRY: Fixing hangup with F-BASIC v3.0ε.Thanks to Ryu Takegami-San. (see https://matsuri.5ch.net/test/read.cgi/i4004/1483504365/641-645)
4579
4580 commit 8ba340abe5e4822bd91b6db63d81bfb4356c2551
4581 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4582 Date:   Sun Dec 3 16:19:09 2017 +0900
4583
4584     [VM][MCS48] Fix warning from GCC7.
4585
4586 commit 96681cc1bc1d36cdaebb631fe5eaf1c95fb3b0ed
4587 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4588 Date:   Sun Dec 3 13:47:59 2017 +0900
4589
4590     [VM][MCS48] Fix linking error at X1 (etc).
4591
4592 commit 806cfd91151f100993d81e15f1a7d0b580d6d70a
4593 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4594 Date:   Sun Dec 3 11:50:18 2017 +0900
4595
4596     .
4597
4598 commit 7260dbc25679379e0c8939aa033f08e5f5ad00cd
4599 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4600 Date:   Sun Dec 3 11:49:05 2017 +0900
4601
4602     [PC8001][PC8801][PC9801][X1][OSD][DEBUGGER] Merge Upstream 2017-11-25.
4603
4604 commit 88d0a163f0eb58552ff1df647d6c394b05a4d99b
4605 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4606 Date:   Wed Oct 18 16:49:22 2017 +0900
4607
4608     [DOC] Update documents.
4609
4610 commit 18e97b3cc756faaa06eb48d0f5a482df43324558
4611 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4612 Date:   Wed Oct 18 03:15:28 2017 +0900
4613
4614     [CONFIG][Build][Linux] Fix compress flags.
4615
4616 commit 28a9ba632a5dae92695a33b03c15fcd3041d5ef1
4617 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4618 Date:   Tue Oct 17 18:09:00 2017 +0000
4619
4620     [Build][Linux] Add "COMPRESS_SYMBOLS" flag to configuration.
4621
4622 commit 6ec277bded7e56feba6ed27546e2253fa1e894e4
4623 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4624 Date:   Wed Oct 18 02:13:46 2017 +0900
4625
4626     [Build][Win32] Update FFMPEG location for cross build.
4627
4628 commit d899bff22ce774e2a97b8884e5c7fe64640b8cda
4629 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4630 Date:   Wed Oct 18 02:08:06 2017 +0900
4631
4632     [Build][WIN32] MinGW: Add new cross-build script for FFMPEG-3.4 and x264-152.
4633
4634 commit 1bb3874969a06f260c217987ac4faff01661d9c2
4635 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4636 Date:   Tue Oct 17 17:50:14 2017 +0900
4637
4638     [WIP][General] Merge upstream 2017-08-12.
4639
4640 commit 3d0457fd75be417e6e41f6e7a42a1451307a8547
4641 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4642 Date:   Mon Oct 2 10:40:14 2017 +0900
4643
4644     [BUILD][CMake][X1Twin] Fix FTBFS.
4645
4646 commit 833682223cedf353ad93c0248a9b0a3815a1ac07
4647 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4648 Date:   Sun Oct 1 20:49:28 2017 +0900
4649
4650     [BUILD][CMake][Linux] (Maybe) Fixed FTBFS without libCSPcommon_vm.For M$ Windows, will fix (ASAP) if still has problem(s) with MinGW.
4651
4652 commit 2c7643bd34804fc07ee1fa7433eb5e844785c77f
4653 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4654 Date:   Sat Sep 30 13:39:03 2017 +0900
4655
4656     [Build][CMAKE] Fix FTBFS with USE_COMMON_DEVICE_LIB != "Yes".Partly working with FM-7, will check all of VMs.
4657
4658 commit c3ee812c159138dfa0da52ab6488c5918ea6de02
4659 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4660 Date:   Fri Sep 29 13:24:00 2017 +0900
4661
4662     [VM] More fix FTBFS with not with libCSPnewdev.
4663
4664 commit 5824901ccbb433eeaecbc141d8b8183523b7dc81
4665 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4666 Date:   Mon Sep 25 14:07:42 2017 +0900
4667
4668     [VM][DEVICE] device.h : Fix FTBFS with no "USE_SHARED_DLL".
4669
4670 commit ffefc036148ed0350c9459d090a730d7fd2b663a
4671 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4672 Date:   Sun Aug 20 07:28:41 2017 +0900
4673
4674     [Qt][DOC] Fix FTBFS caused by changing filename of some documents.
4675
4676 commit dc51daeac8dac5a88f1a2e3b73bc17a79e176294
4677 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4678 Date:   Sun Aug 20 07:27:40 2017 +0900
4679
4680     [BUILD][Linux] Don't use LTO for shared libs, use compress symbols.
4681
4682 commit 312831a9d40972c86ec0fc5672c166dc237236c1
4683 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4684 Date:   Wed Aug 16 03:48:21 2017 +0900
4685
4686     [DOC] Rename LICENSE to LICENSE.txt due to coflict to doc/license directory.This is important to release for M$ Windoze OS.
4687
4688 commit 990d13b2db58121e47efc64654f94648da34b6ca
4689 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4690 Date:   Sat Aug 12 03:25:53 2017 +0900
4691
4692     [VM][FM7][FLOPPY] Fix crash when starting.
4693
4694 commit cdd8e0ef179adbb71da0aff706e87a3227fd9ba4
4695 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4696 Date:   Fri Aug 11 23:40:56 2017 +0900
4697
4698     [DOC] Update for release.
4699
4700 commit 04e08d2708a595c518ae0bd92c1713e1854c4310
4701 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4702 Date:   Fri Aug 11 23:32:34 2017 +0900
4703
4704     [UI][Qt] VirtualMedia: Fix wrong layout at startup when width == 1280 and ASPECT=1:1 and using QuickDisk.This is workaround.
4705
4706 commit 40ff35f15288348469f0845445a2d50f117b83d8
4707 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4708 Date:   Fri Aug 11 19:44:16 2017 +0900
4709
4710     [DOC] Update readmes.
4711
4712 commit 6641d48a10c3d3b864f3b11f35a7e2ba07cef55d
4713 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4714 Date:   Fri Aug 11 19:25:42 2017 +0900
4715
4716     [DOC] Update readme.
4717
4718 commit 4ad90bb9acd1e68975164c0943160830d3b3c3e6
4719 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4720 Date:   Fri Aug 11 19:22:37 2017 +0900
4721
4722     [DOC] Update revision.
4723
4724 commit cae8f92fa46e8f6129cac80fc08cdc913c1b6ae8
4725 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4726 Date:   Fri Aug 11 19:22:06 2017 +0900
4727
4728     [UI][Qt] OSD: Temporally disable displaying CMTs.
4729
4730 commit 7be0eab8ff76727cf4ff456ac1a3f1aaaab6c181
4731 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4732 Date:   Fri Aug 11 17:51:09 2017 +0900
4733
4734     [UI][Qt][PC9801][MENU] Update frequency values.
4735     [UI][Qt][PC9801][MENU] Update translations.
4736
4737 commit f9e1f154521f2a2ccec96a84568694f43c20250c
4738 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4739 Date:   Fri Aug 11 17:08:17 2017 +0900
4740
4741     [VM][PC9801] Fix FTBFS with some VMs.
4742
4743 commit 0a9b2651f3fa7068d8e35391317be95155df16c4
4744 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4745 Date:   Fri Aug 11 17:07:49 2017 +0900
4746
4747     [VM][FMR30] Fix crash when booting.
4748
4749 commit d2a7125149a75a3e9cbf2d2ec66a764618c26645
4750 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4751 Date:   Fri Aug 11 17:07:20 2017 +0900
4752
4753     [VM][LIBCPU_NEWDEV][i386] Fix FTBFS.
4754
4755 commit fb2553dedb8835c01428fd50f56979ba2c190c54
4756 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4757 Date:   Fri Aug 11 17:06:34 2017 +0900
4758
4759     [VM][LIBNEWDEV][i86] Fix FTBFS.
4760
4761 commit 5b95b9ce1271b3eddd506c77e7873797f14c3496
4762 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4763 Date:   Fri Aug 11 17:05:58 2017 +0900
4764
4765     [General] Update SOVERSION.
4766
4767 commit 3ea47ae2367bda4913435e8e92bddd9d7a292ac8
4768 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4769 Date:   Fri Aug 11 15:54:49 2017 +0900
4770
4771     [General] Update .gitignore.
4772
4773 commit 91f0822753d2c1892ef95aaa09012d051c73afee
4774 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4775 Date:   Fri Aug 11 15:54:16 2017 +0900
4776
4777     [Build][CMake][PC9801] Update CMakeLists.txt .
4778
4779 commit b6dbaafd6eee0eed56af172408eb9999aca6fcfe
4780 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4781 Date:   Fri Aug 11 15:53:31 2017 +0900
4782
4783     [Build][CMAKE][PC9801] Update common definition.
4784
4785 commit 8eaab373131f128b431c0ede8ae9f63aa79ab6dd
4786 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4787 Date:   Fri Aug 11 15:53:03 2017 +0900
4788
4789     [Build][CMake] Fix FTBFS with updating tool-chain(s).
4790
4791 commit c07adc2a9717f130e1df1cf29510b686ff091f35
4792 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4793 Date:   Fri Aug 11 15:52:00 2017 +0900
4794
4795     [VM][Qt] Add PC-9801RA, PC-9801VX, PC98RL, PC98XA and PC98XL.
4796     [UI][Qt] Update translates.
4797
4798 commit f6307a36e36253c9ccaeca9f5638cad54a5272fd
4799 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4800 Date:   Fri Aug 11 13:47:29 2017 +0900
4801
4802     [UI][Qt] Update messages.
4803
4804 commit d2f8d2bf84c5864a7b5a2bcd3076d98e0ed96fad
4805 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4806 Date:   Fri Aug 11 13:39:56 2017 +0900
4807
4808     [Qt][Draw][GL] Fix screen aspect problem(s).
4809
4810 commit dcdb595c64721f68929fd650560884265dc8f6ec
4811 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4812 Date:   Fri Aug 11 13:38:31 2017 +0900
4813
4814     [General] Merge Upstream 2017-08-10.
4815
4816 commit c1ee28e9aa76185778a9c5820f5f057d009b81af
4817 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4818 Date:   Thu Aug 10 03:12:41 2017 +0900
4819
4820     [Ui][Qt][OpenGL] OSD: Make icons transparent.
4821     [Ui][Qt][OpenGL] OSD: Add support OpenGL 2.0.
4822
4823 commit 84183e30df5b0dc826e19b6e9ee1d3ca691cc4a7
4824 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4825 Date:   Wed Aug 9 20:30:30 2017 +0900
4826
4827     [Draw][Qt] OSD: Display Icon(s).
4828
4829 commit a748e8c33d8c7a4d11cf43c586ac71f3cf40f718
4830 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4831 Date:   Tue Aug 8 16:32:48 2017 +0900
4832
4833     [UI][Qt][LOG] Fix crash when displaying logs.
4834
4835 commit 294e68dd4ccdcec0ff422009f06ee5e62804839a
4836 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4837 Date:   Tue Aug 8 15:58:12 2017 +0900
4838
4839     [Qt][Draw][GL] I embedded BUGs to shader, not display background and buttons X-) Fixed.
4840
4841 commit 9b3f324aa7a0b2b9dfabb9dea191131442095bff
4842 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4843 Date:   Tue Aug 8 06:17:11 2017 +0900
4844
4845     [Draw][Qt][ICON] Prepare to display Icons to screen as OSD.
4846
4847 commit 1e6b834e10f4c5cbe8b8fd984a58d718056a940c
4848 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4849 Date:   Tue Aug 8 04:40:04 2017 +0900
4850
4851     [Draw][GL3] LED::Using VAO and VBO even not be related by Shader-Program.
4852
4853 commit e458c4a5dab085f2b21fe61b70d9da0a75cc75cc
4854 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4855 Date:   Tue Aug 8 00:51:32 2017 +0900
4856
4857     [Qt][CSP_DrawItem] Add Quick Disk, Laser Disc and Compact Disc.
4858
4859 commit 4f3f474f74e049d65f46eb8c94e37129e92f84e9
4860 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4861 Date:   Tue Aug 1 21:48:57 2017 +0900
4862
4863     [Draw][OSD][Qt] Add Icon: Casette Tape.
4864
4865 commit 4dcae5bfd870d3ed3ca7771e701ab150debc9c38
4866 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4867 Date:   Mon Jul 31 21:40:30 2017 +0900
4868
4869     [VM][FM7][OpenGL2] Fix wrong display area at FM-7/8/77Av (not AV40 series) with OpenGL 2.0.
4870
4871 commit bf4a5e7019b4b90969ffb9544b29d77e483ced23
4872 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4873 Date:   Mon Jul 31 21:39:23 2017 +0900
4874
4875     [Qt][Draw][OSD] Add CSP_DrawItem:: class to draw item icons.
4876
4877 commit df43fabf7da5566bdd54b293a1a371ca65b1332e
4878 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4879 Date:   Mon Jul 31 00:57:29 2017 +0900
4880
4881     [Qt][OSD][LAMP] Improbe LED displaying.
4882
4883 commit 1857c28f9908afdfd388705b7edddcc5ed4d0c53
4884 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4885 Date:   Sun Jul 30 19:35:09 2017 +0900
4886
4887     [Draw][Qt][FM7][GL2.0] Fix scaling issue with resize screen.
4888
4889 commit 0fa31f642a7eca6e28536d20af1c1060213b0c29
4890 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4891 Date:   Sun Jul 30 18:33:47 2017 +0900
4892
4893     [UI][Qt][CONFIG] OSD:Fix wring initial value.
4894
4895 commit 150a4971a3ada23bec58339eb065ec4fc16c9e45
4896 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4897 Date:   Sun Jul 30 18:21:27 2017 +0900
4898
4899     [UI][Qt][OSD] Adjust font size.
4900     [UI][Qt][OSD] Use two columns too manuy virtual medias.
4901
4902 commit f94a56fc6bdd313e505a90110a9567c8c11666c6
4903 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4904 Date:   Sat Jul 29 06:34:32 2017 +0900
4905
4906     [EMU] Update access lamp color.
4907
4908 commit e78797424760f885266b36f2d7a9d336bd71a546
4909 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4910 Date:   Sat Jul 29 06:16:10 2017 +0900
4911
4912     [UI][Qt] OSD: Re-design internal of CSP_DockDisks:: .
4913
4914 commit d6ec6baffc1a7854388ff5bab8c963aa1c232fd3
4915 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4916 Date:   Fri Jul 28 19:59:36 2017 +0900
4917
4918     [Qt][OSD][Draw][GL3] .
4919
4920 commit 0be73689efece0def819321c9aebb8c1cd9913ff
4921 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4922 Date:   Fri Jul 28 19:59:14 2017 +0900
4923
4924     [UI][Qt][OSD] Improve display type.
4925
4926 commit cfc0e43d60dc63a63f9522a940b226923744709f
4927 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4928 Date:   Fri Jul 28 06:28:53 2017 +0900
4929
4930     [UI][Qt][OpenGL] Add small OSD for access lamps.
4931
4932 commit 7b3a7ad44399825afd2c00f25a51c51853384550
4933 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4934 Date:   Sun Jul 23 18:41:04 2017 +0900
4935
4936     [UI][Qt] dock_disks: Adjust layout.Not docking feature.
4937
4938 commit 276d68813edea50a73e2b0ebcbe13698ca2287f4
4939 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4940 Date:   Fri Jul 21 07:45:48 2017 +0900
4941
4942     [UI][Qt] Menu: Make macro to be easier constructing.
4943
4944 commit f2c6520c98403dd65e7a5435272704fb5cc730b8
4945 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4946 Date:   Fri Jul 21 07:45:16 2017 +0900
4947
4948     [UI][Qt] Refine layout of virtual media display.
4949
4950 commit 272990915cfc09542fe44f4d81b9edfd1953304c
4951 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4952 Date:   Thu Jul 20 17:18:43 2017 +0900
4953
4954     [Build][CMake] Update version of shared DLL.
4955
4956 commit 24c9ede8c11e80b9337fc531b9ac0f1c79e84aef
4957 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4958 Date:   Thu Jul 20 17:17:37 2017 +0900
4959
4960     [COMMON] Comment USE_SHARED_DLL at common.h .
4961
4962 commit c96ba3a1b91f3ea9c99fb2aa91836c4c7ecd059f
4963 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4964 Date:   Thu Jul 20 17:15:52 2017 +0900
4965
4966     [UI][Qt] Ui_MainWindowBase:: Make private variables/functions not accessed from Ui_MainWindow:: .
4967
4968 commit 50d9479a84bd9122c4d552bdc68c80a9f65a261c
4969 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4970 Date:   Thu Jul 20 04:17:08 2017 +0900
4971
4972     [UI][Qt] Show/hide virtual medias.
4973
4974 commit 8515ed64b59c2be25e11fbae8668b7fe54f511ad
4975 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4976 Date:   Tue Jul 18 16:42:13 2017 +0900
4977
4978     [UI][Qt][WIP] Modifing virtual medias displaying area.
4979
4980 commit 10c85acd7d9583d67001f70c1872ec37ebdafd0e
4981 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4982 Date:   Wed Jun 28 15:22:37 2017 +0900
4983
4984     [VM][PC9801][DISPLAY] Fix FTBFS with display.cpp .
4985
4986 commit 2cf175ed1b69852cd341274869eff2a143a09b81
4987 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4988 Date:   Wed Jun 28 08:05:14 2017 +0900
4989
4990     [VM][I8080] Fix FTBFS.
4991
4992 commit f03b028f1dd142208e86d9c7643ba80248bc0b1e
4993 Author: K.Ohta <whatisthis.sowhat@gmail.com>
4994 Date:   Wed Jun 28 08:04:04 2017 +0900
4995
4996     [VM][DATAREC] Fix crash with MZT data.
4997
4998 commit 935c56c1dd3eb416e6f35e58940b420749ef36a7
4999 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5000 Date:   Tue Jun 27 19:24:55 2017 +0900
5001
5002     [BUILD][CMake] .
5003
5004 commit f2e801a2456e30a501be53799c7e61786185d841
5005 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5006 Date:   Tue Jun 27 18:53:49 2017 +0900
5007
5008     [UI][Qt] Display LEDs with USE_EXTRA_LEDS or USE_KEY_LOCKED.See common/emu_thread.cpp for details.
5009
5010 commit 2e57531e86c58e1f8ad90f8e44dff29609610649
5011 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5012 Date:   Tue Jun 27 18:51:02 2017 +0900
5013
5014     [EMU] Add EMU::get_extra_leds() to get led status.
5015     [VM][FM7] Stop using DUMMYDEVICE:: . Use VM::get_extra_leds() to get led status.
5016     [VM][FM7][KEYBOARD] Update state version.
5017
5018 commit d880655d43209f50c7535180b7bc3c3dedcf7135
5019 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5020 Date:   Fri Jun 23 10:02:30 2017 +0900
5021
5022     [UI][Qt] Update to upstream 2017-06-22.Some parts are temporally.
5023
5024 commit 3729c2ba178e4c35f9009f40fab4f87f678ba349
5025 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5026 Date:   Fri Jun 23 10:01:06 2017 +0900
5027
5028     [UI][Windows] Add Upstream's ui files.
5029
5030 commit 9dbe7613e6496e051a14463c7955c89420c6cdce
5031 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5032 Date:   Fri Jun 23 10:00:12 2017 +0900
5033
5034     [VM][Ix86] Add lacked files on Upstream 2017-06-22.
5035
5036 commit 69476578375457a7741234df894c3a8411dd7a3e
5037 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5038 Date:   Fri Jun 23 09:59:20 2017 +0900
5039
5040     [General] Add lacked RCs.
5041
5042 commit cb772dac13d12126c3b0cf77c2a47fc53f5b705e
5043 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5044 Date:   Fri Jun 23 09:55:44 2017 +0900
5045
5046     [VM][EMU] Merge Upstream 2017-06-22.
5047     [EMU][ROMAKANA] Fix not convert with Qt.
5048     [EMU][ROMAKANA] Use functions within EMU:: , not use original ROMAKANA functions.
5049
5050 commit 784b584193c71453b4321e5a884358c00dc8ea06
5051 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5052 Date:   Wed Jun 14 02:41:55 2017 +0900
5053
5054     [VM][DEVICE] Get OSD:: at constructor, not initialize().
5055
5056 commit 8be76f299aa9dd4b28ee241c7f8eb6c349dc8e37
5057 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5058 Date:   Wed Jun 14 02:08:05 2017 +0900
5059
5060     [VM][MB8877][DISK] Fix not apply workaround to Gambler Jiko Chusin-ha for FM-7 series.
5061
5062 commit 6ae296cd7a67ada4bdcacd4ec2417949e8c3d7ee
5063 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5064 Date:   Wed Jun 14 02:06:25 2017 +0900
5065
5066     [VM][FM7] Fix linking error with KANJIROM::
5067
5068 commit 1c91781b902b735cc7d06517a10f0fa0e70cc622
5069 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5070 Date:   Thu Jun 8 06:00:22 2017 +0900
5071
5072     [VM][SCSI] .
5073
5074 commit 17c60202bb932b69053e535ce726f06d750d1136
5075 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5076 Date:   Sun Jun 4 14:50:34 2017 +0900
5077
5078     [VM][Z80] Remove unused code.
5079
5080 commit 2c3c80381b20b2d83480513ab9970318f6045f96
5081 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5082 Date:   Sun Jun 4 14:43:31 2017 +0900
5083
5084     [VM][NEWDEV] Remove unused files related I286.
5085
5086 commit 6d2792b33ed4dbca0c0b5d164922f37fab5ff4ea
5087 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5088 Date:   Sun Jun 4 14:18:36 2017 +0900
5089
5090     [Build]CMake] Fix CMakeLists.txt; BMJr, HC20, JR100 and JR800.
5091
5092 commit ab22efe1da9768679abfca33992e430a7031aa30
5093 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5094 Date:   Sun Jun 4 14:08:43 2017 +0900
5095
5096     [VM][MC6800] Split mc6800.[cpp|h] to MC6800, mC6801, MB8861 and HD6301.
5097
5098 commit 4d89b4083b4377b23318402822558a5dd5548e52
5099 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5100 Date:   Sat Jun 3 14:35:30 2017 +0900
5101
5102     [VM][NEWDEV][I286][WIP] .
5103
5104 commit 952842c2e896730f72d6f871b8720794884b1771
5105 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5106 Date:   Fri Jun 2 05:20:39 2017 +0900
5107
5108     [VM][I8080][COMMON_VM] Move OP() and around INSNs to library.
5109
5110 commit b063ae843d0e8cb5b288486c24444d633820c3b9
5111 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5112 Date:   Fri Jun 2 00:22:39 2017 +0900
5113
5114     [VM][I286][WIP] Merging from MAME 0185.
5115
5116 commit 4294c79209904c57a78d8550c83c9f8485a68da2
5117 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5118 Date:   Thu Jun 1 15:46:14 2017 +0900
5119
5120     [NEWDEV][VM][I286] Add Ix86 classes from MAME 0.185.
5121
5122 commit e35d66a9b8d9416e3e20dbace7f7f7f52bed2e40
5123 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5124 Date:   Thu Jun 1 15:45:06 2017 +0900
5125
5126     [VM][I286] Remove older I286 classes.
5127
5128 commit eeaa700e0db9ae6fc7fbb2b2ef4480e435ed43a1
5129 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5130 Date:   Thu Jun 1 15:37:22 2017 +0900
5131
5132     [UI][Qt] Fix lacked entries; Joystick and Keyboard.
5133
5134 commit a17b19e7c491ee2f2bf828d1ed61888755d862ba
5135 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5136 Date:   Thu Jun 1 15:31:34 2017 +0900
5137
5138     [VM][HuC6280] Add HUC6280:: to libCSPcommon_vm .
5139
5140 commit e9cc5279f60f6ed628ede8d88ea2efca7c3364b5
5141 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5142 Date:   Tue May 30 20:50:42 2017 +0900
5143
5144     [OSD][Qt] Save memory with query tables.
5145
5146 commit e1a5aa848d8bab569ed27ebf6eaefc32434e07ff
5147 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5148 Date:   Tue May 30 20:49:20 2017 +0900
5149
5150     [VM][PC8801][PC9801] You should not use uint8_t foo = ~signed_int_constant. This causes FTBFS with GCC.
5151
5152 commit e505d53952d260bd88af5d048468aea169eeded3
5153 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5154 Date:   Tue May 30 20:48:50 2017 +0900
5155
5156     [BMJr] Fix FTBFS caused by differnce of text-encoding.
5157
5158 commit e98b8ad663a397fdbdddc5ddfe18b1e205dada25
5159 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5160 Date:   Tue May 30 20:48:28 2017 +0900
5161
5162     [COMMON_VM] .
5163
5164 commit b4c905d190ec0051391fb0271a777c0e190a78bd
5165 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5166 Date:   Tue May 30 20:47:37 2017 +0900
5167
5168     [VM][COMMON_VM] (Re) Add I8253 and Z80CTC to libCSPcommon_vm.
5169
5170 commit 33a472d1924d1173a56c75468775483328f4afdc
5171 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5172 Date:   Tue May 30 18:28:45 2017 +0900
5173
5174     [VM][DEVICE] Refactoring.
5175
5176 commit ab44084936d906e6ca1adaffbcf564113e5eed2c
5177 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5178 Date:   Tue May 30 17:35:22 2017 +0900
5179
5180     [VM][DEVICE] Refactoring #1.
5181
5182 commit 876abe285d288971e70d4ca8267cf5bf13d2a498
5183 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5184 Date:   Tue May 30 16:49:25 2017 +0900
5185
5186     [General][VM] Re-factoring VMs, sync to Upstream.
5187
5188 commit 419b82a3cc301dd1a1b89292c280bf2ab1a18a50
5189 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5190 Date:   Tue May 30 01:40:33 2017 +0900
5191
5192     [Build][N5200][PC98DO] Fix link error.
5193
5194 commit c9bbdab16069f848a269ab4cf6e9677e9fcee53c
5195 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5196 Date:   Mon May 29 11:08:55 2017 +0900
5197
5198     [VM][I8253][PC9801] Revert changes for i8253, and apply Upstream changes to PC9801 correctly.PC9801VM works.
5199
5200 commit cbf4bb5e0feb5700bbbec937e333dec1521d22a7
5201 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5202 Date:   Mon May 29 07:04:18 2017 +0900
5203
5204     [VM][PC9801] Temporally revert using to I286:: from I86:: .
5205
5206 commit 72cf4e043e9aa0ffa318fe7fa5e42e8f69479569
5207 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5208 Date:   Mon May 29 02:58:57 2017 +0900
5209
5210     [EMU][General] Merge Upsteream 2017-05-28. GUI still not implement.
5211
5212 commit c481e8b539230f4b19b9ad3fc5927d0675ee009c
5213 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5214 Date:   Mon May 29 02:56:53 2017 +0900
5215
5216     [VM][I386] Merge Upstream 2017-05-28.
5217
5218 commit 54955499e3daf54215838c917b013c82222a462e
5219 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5220 Date:   Sun May 28 18:53:04 2017 +0900
5221
5222     [VM][ix86] Use pseudo-bios calling tou BIOS_CALL_86() macro.
5223
5224 commit b334c4878793741b1e3983ed9a1e9da994176a8a
5225 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5226 Date:   Sun May 28 17:57:09 2017 +0900
5227
5228     [VM][i286] Save CPUSTATE per method(s).Not use saving as one block.
5229
5230 commit 4d047654891f1130606bb63cbc18cf3bc1eaf54d
5231 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5232 Date:   Sat May 27 21:36:29 2017 +0900
5233
5234     [OSD][I8259] I lacked I8259_MAX_CHIPS (;´Д`)
5235
5236 commit bd69099c7c3486b13e11aecc425870b4b1987dc3
5237 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5238 Date:   Sat May 27 20:10:56 2017 +0900
5239
5240     [COMMON] my_memcpy: With some HOST CPU i.e. x86, GCC use unaligend SIMD instructions to read/write memory.
5241
5242 commit 1e7c0d85f02e10b182ee30a3c0966ae58c91eefe
5243 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5244 Date:   Sat May 27 19:31:18 2017 +0900
5245
5246     [VM][NEWDEV] Revert re-commits missed to remove.
5247
5248 commit cddf1efbce6666ffc5910d15a874b9a11b5f4d92
5249 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5250 Date:   Sat May 27 19:29:02 2017 +0900
5251
5252     [VM][EMU] Add common function; my_memcpy() instead of memcpy() using SIMD.Recommend to expect faster data transfer (i.e. Data transfer of vram).
5253
5254 commit a00dd692c9b380c3b8ef4c114881869f57158dff
5255 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5256 Date:   Sat May 27 13:46:12 2017 +0900
5257
5258     [Build][CMake][PHC20][PHC25][MAP1010] Fix link error.
5259
5260 commit 6ccafb2370a55b5e03cc0d2d8c6fedf6bc2843bf
5261 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5262 Date:   Sat May 27 07:57:01 2017 +0900
5263
5264     [Windows][General] Make OSD to be DLL.
5265     [Build][Windows] Adjust optimize parameters.
5266
5267 commit 218ef45c6d54ca02750ac235bdc681f198717337
5268 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5269 Date:   Sat May 27 04:16:58 2017 +0900
5270
5271     [VM][COMMON_VM] Remove libcpu_newdev/mcs48*.[cpp|h] .
5272
5273 commit 5dbfccfa7f620c1bc59f7f0b9fdea2bcfd4e9875
5274 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5275 Date:   Sat May 27 04:14:19 2017 +0900
5276
5277     [VM][COMMON_VM] Add DATAREC, MCS48 and UPD7801 to libCSPcommon_vm .UPD7810 will not add (perhaps).
5278
5279 commit a8238f9745636fc7f31fdd13b5fadf0e13066d68
5280 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5281 Date:   Thu May 25 05:59:35 2017 +0900
5282
5283     [VM][COMMON_VM] Add i8080.
5284
5285 commit ba0423ef5cd0720795d12ac871c9d5603be3c736
5286 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5287 Date:   Thu May 25 05:58:08 2017 +0900
5288
5289     [UI][Qt] Fix not-connected to sub-display.
5290
5291 commit 745384533370cb866f97aa894614bee8bf32512e
5292 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5293 Date:   Wed May 24 23:54:41 2017 +0900
5294
5295     [VM][COMMON_VM] Add RP5C01, uPD1990A and uPD16434.
5296
5297 commit 6b3e6fc721c95cc9e7f8eb941f9139f711a2205e
5298 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5299 Date:   Wed May 24 23:03:34 2017 +0900
5300
5301     [VM][COMMON_VM] Move I8237, I8253, I8255, I8259, UPD7220 and Z80SIO to common dll.
5302
5303 commit ea62c2bf7bb845cea37c6eae8402ad78b8aa35e0
5304 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5305 Date:   Sun May 21 02:53:37 2017 +0900
5306
5307     .
5308
5309 commit f33d03d047f06b7e1335b96c70d35ec6cd20faa7
5310 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5311 Date:   Sun May 21 02:36:09 2017 +0900
5312
5313     [VM] Merge Upstream 2017-05-20.
5314
5315 commit 1e86f8a44f02918d95863ae7ccebde3f73ae1584
5316 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5317 Date:   Sun May 21 02:34:42 2017 +0900
5318
5319     [UI][Qt] Fix some memory leaks.
5320
5321 commit bf38f044664f1a2856a2953097a7924c19f08fbc
5322 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5323 Date:   Sun May 21 01:40:35 2017 +0900
5324
5325     .
5326
5327 commit bec5bbb67d4293b6d9b520c1168633b1c774802d
5328 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5329 Date:   Sun May 21 01:39:41 2017 +0900
5330
5331     [UI][VM][Qt] Fix uncondition branch found by valgrind (but some points has not fixed (;´Д`))
5332
5333 commit 86dc766129a82af3eb4d853ffddbcda5043e50eb
5334 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5335 Date:   Thu May 18 19:16:27 2017 +0900
5336
5337     [DOC] Update to release hotfix.
5338
5339 commit 2d337bdf6eb8a168efa1e219d81bb007da5e9d65
5340 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5341 Date:   Thu May 18 10:08:49 2017 +0000
5342
5343     [VM][V9938] Fix FTBFS with GCC5 causes internal compiler error.
5344
5345 commit e11fc8e568e4b60f9898c1dd336ca29273bd4dad
5346 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5347 Date:   Thu May 18 18:45:05 2017 +0900
5348
5349     [DOC] Update for HOTFIX1.
5350
5351 commit 5328467b46323eaa67c5f3af2657aff1481d954c
5352 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5353 Date:   Thu May 18 18:37:29 2017 +0900
5354
5355     [VM][MSX] I missed changes; using v9938.cpp instead of v99x8.cpp .
5356
5357 commit eab8deec489ba0d0e30cc89a86e0c0181fbc82fa
5358 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5359 Date:   Thu May 18 18:03:15 2017 +0900
5360
5361     [BUILD] Add comments to buildvars*.dat.tmpl .
5362
5363 commit 26088335095b03dd5fbb1ea6dba20a6883767df1
5364 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5365 Date:   Thu May 18 07:47:58 2017 +0900
5366
5367     [DOC] .
5368
5369 commit c1e7c4d2340f1ef5fa1fcceea8ee42e0d52de2cc
5370 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5371 Date:   Wed May 17 22:39:45 2017 +0000
5372
5373     [Build] Remove buildvars.dat . Please copy from *.dat.tmpl to *.dat and edit *.dat .
5374
5375 commit 3ae6a96dfcdf63407ff526af96d8565eb45e196b
5376 Merge: 343ef188 f018a71e
5377 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5378 Date:   Wed May 17 22:38:17 2017 +0000
5379
5380     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
5381
5382 commit 343ef18896be19061fd14477ece46d240381e5c2
5383 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5384 Date:   Wed May 17 22:36:40 2017 +0000
5385
5386     .
5387
5388 commit f018a71e42b069ed345f185d9e23f4ed973faa4e
5389 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5390 Date:   Thu May 18 07:35:04 2017 +0900
5391
5392     [DOC] Update gitlog.
5393
5394 commit 17f98b42aad9b3a505b21b6e60fa0a4f6ce54112
5395 Merge: 2de8ab84 9c4805b2
5396 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5397 Date:   Thu May 18 07:34:01 2017 +0900
5398
5399     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
5400
5401 commit 2de8ab8460df806cea0e442aacc70474029737cd
5402 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5403 Date:   Thu May 18 07:33:14 2017 +0900
5404
5405     .
5406
5407 commit 9c4805b23c31939558d26b0391aa60c57d1742f0
5408 Merge: 83b72213 8361a2fb
5409 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5410 Date:   Wed May 17 20:03:37 2017 +0000
5411
5412     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
5413
5414 commit 83b72213e439ef53e81b8e1dba4f8dcde9d4c513
5415 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5416 Date:   Wed May 17 20:02:42 2017 +0000
5417
5418     .
5419
5420 commit 8361a2fbce1958683c33bdf6bf18201a5d78d550
5421 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5422 Date:   Thu May 18 04:59:01 2017 +0900
5423
5424     [Build] Add templete of buildvars.dat.
5425
5426 commit 63874dada8b007a66bb0bd959710756e78043f99
5427 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5428 Date:   Thu May 18 02:09:54 2017 +0900
5429
5430     [VM][PTF20] Fix FTBFS with MinGW.
5431
5432 commit b1eb19c325d07ce31a0f43e4dd829bceda361bec
5433 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5434 Date:   Thu May 18 01:56:56 2017 +0900
5435
5436     [Linux] I forgot to update installer X-)
5437
5438 commit 145f6728be7d5ff818fb17e9b164148e446949cb
5439 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5440 Date:   Wed May 17 22:55:15 2017 +0900
5441
5442     [DOC] re-Update.
5443
5444 commit 8067b89f01c21ee29c1b4bb4af8e7c112f88577c
5445 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5446 Date:   Wed May 17 22:51:15 2017 +0900
5447
5448     [General] Rename "emumsx2plus" -> "emumsx2p".
5449
5450 commit aef81ddec42016c7166c00bdb3030478f725a3de
5451 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5452 Date:   Wed May 17 22:49:29 2017 +0900
5453
5454     [DOC] .
5455
5456 commit ed240ea314744483227c75e78f840e658992ce13
5457 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5458 Date:   Wed May 17 22:48:52 2017 +0900
5459
5460     [DOC] Update for release.
5461
5462 commit 8750c2f22305773b13d00be46302643b579d09b9
5463 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5464 Date:   Wed May 17 22:43:35 2017 +0900
5465
5466     [DOC] Update documents.
5467
5468 commit 43ab8be3a799285b7497f7ffe5e07d479cabb45b
5469 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5470 Date:   Wed May 17 22:39:14 2017 +0900
5471
5472     [VM] Add YAMAHA YIS.
5473
5474 commit 4573bef979ccb9e88f4216962d67493e6bda134e
5475 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5476 Date:   Wed May 17 22:21:12 2017 +0900
5477
5478     [UI][Qt] Uodate UI.
5479
5480 commit 41bb820314674c15f4d804ce05c1bb963b7c6e88
5481 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5482 Date:   Wed May 17 22:20:21 2017 +0900
5483
5484     [UI][Qt][FM7] Re-enable "Mouse" menu in "Emulator" menu.
5485
5486 commit 5d424b2ecac58fe55570c2e9fc0db0edd0d94471
5487 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5488 Date:   Wed May 17 21:13:46 2017 +0900
5489
5490     [UI][Qt] .
5491
5492 commit 742c56579ff6a3c94e6f3a7fa3eb0eb4891410f4
5493 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5494 Date:   Wed May 17 21:12:31 2017 +0900
5495
5496     [UI][Qt] I forgot to add a "*.gz" extension to opening of Cartridges, CDs and Binaries.
5497
5498 commit 57237a83e310019da3621b21ed4f8eb509ea65f0
5499 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5500 Date:   Wed May 17 20:12:42 2017 +0900
5501
5502     [Build][CMAKE][HX20] Fix FTBFS.
5503     [VM][LIBCOMMONVM] Add PRNFILE::.Fix FTBFS with dome devices.
5504
5505 commit 82813e52719cdbf9792423520b2c9be09d8b4041
5506 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5507 Date:   Wed May 17 17:17:07 2017 +0900
5508
5509     [VM][X1] Merge Upstream 2017-05-15.Still not test building.
5510
5511 commit 7d0e43eeee51ec42e34468f2e9cdc4230e1b2baa
5512 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5513 Date:   Wed May 17 17:12:44 2017 +0900
5514
5515     [VM] Merge Updtream 2017-05-13. Still not build test.
5516
5517 commit ecbd1b3cc501db14037d24b1e6b43b8b426a9e46
5518 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5519 Date:   Tue May 16 22:20:27 2017 +0900
5520
5521     [VM][FM8][JOYSTICK] Fix crash with FM-8.
5522
5523 commit 65b3003b652f774b6cd209eb6d69f904a282ae09
5524 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5525 Date:   Tue May 16 22:20:05 2017 +0900
5526
5527     [VM][MB61VH010] A little faster.
5528
5529 commit c9b4e6a23770e88dc6b9867725d1281a66e444ab
5530 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5531 Date:   Tue May 16 22:19:27 2017 +0900
5532
5533     [VM][FM7][DISPLAY] Use flags array to determine not accessble.
5534
5535 commit 1ada7346dc1375fd5fc7c5d832f46a5cb4ab47e4
5536 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5537 Date:   Tue May 16 22:18:41 2017 +0900
5538
5539     [VM][FM7][MEMORY] MMR: Fix clash with NULL function(s).
5540
5541 commit da4e0b9f7f828e4003ec3e5179ea8dde4942e7b2
5542 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5543 Date:   Tue May 16 22:17:40 2017 +0900
5544
5545     [VM][MC6809] Revert around BUSREQ. Workaround for FLICKY.
5546
5547 commit a26fd5bb7fe7ea65e8bfb6e4f224f781712ccc23
5548 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5549 Date:   Tue May 16 19:53:14 2017 +0900
5550
5551     [VM][FM7][MOUSE] Temporally remove event_vline() of JOYSTICK:: .
5552
5553 commit 3d360a46be06db6d74dba98d0b4240cb24b5d7ad
5554 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5555 Date:   Tue May 16 19:52:34 2017 +0900
5556
5557     [VM][MB61VH010] Update FM7::DISPLAY.
5558
5559 commit cd4005512474f61335c7807ae6ce5b684afa48df
5560 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5561 Date:   Tue May 16 19:51:31 2017 +0900
5562
5563     [VM][MB61VH010][FM77AV] Re-order addrsss of read_data8() and write_data8(). You must re-build some VMs (FM77AV series etc.)
5564
5565 commit 638a30834ec96687f833b7faab79b7f313e9f7d6
5566 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5567 Date:   Tue May 16 19:39:36 2017 +0900
5568
5569     [BUILD][LIBCOMMON_VM] .
5570
5571 commit f950f4ba82748762f4963bf05354f8f99263acda
5572 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5573 Date:   Tue May 16 19:38:51 2017 +0900
5574
5575     [VM][MC6809] Fix clock sount around BUSREQ (BUS HALT).
5576
5577 commit a70b1f43e8df4d96083c82023c8936bcbfcdbd34
5578 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5579 Date:   Tue May 16 19:37:37 2017 +0900
5580
5581     [VM][FM77AV] DO NOT update MMR-Table when updating segment of MMR.Fix slowdown with PSY-O-BLADE and Ys2 (and others).
5582
5583 commit 60efb2dfff799ccf9289c4922c8709b05c190241
5584 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5585 Date:   Tue May 16 08:35:20 2017 +0900
5586
5587     [VM][FM7][MOUSE] Fix wrong with mouse.Temporally fix.
5588
5589 commit 78e57067c0e276d5e1707a1d299e4c14597e7aa0
5590 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5591 Date:   Tue May 16 08:34:41 2017 +0900
5592
5593     [EMU][Qt][MOUSE] Fix not effect with button-up.
5594
5595 commit 3b6360de602bee160e65f7f4b7701ab2f4db39cc
5596 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5597 Date:   Tue May 16 05:19:28 2017 +0900
5598
5599     [VM][FM7][JOYSTICK] Fix OPN:PORTA value on reset.
5600
5601 commit 21201e93735e0db3f4eda57580fcdaf365db48ca
5602 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5603 Date:   Tue May 16 05:03:28 2017 +0900
5604
5605     [VM] Add some devices to libCSPcommon_vm .
5606
5607 commit a71bc9ad7963fd5c1ccf9585f9edbf20b1425be6
5608 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5609 Date:   Tue May 16 05:01:27 2017 +0900
5610
5611     [VM][MB61VH010] Expect to faster.
5612
5613 commit b6d75837300011278d6f0a57854001ea215173a9
5614 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5615 Date:   Tue May 16 04:25:42 2017 +0900
5616
5617     [VM][MB61VH010] Revert before commit.
5618
5619 commit 0cf834b5df14d1ce42021f9b74539a34b5d97d57
5620 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5621 Date:   Tue May 16 04:00:06 2017 +0900
5622
5623     [VM][FM7] Joystick: Use opn[0]->read_signal() instead of JOYSTICK->read_data(0).
5624     [VM][MB61VH010] Expect to be faster rendering.
5625
5626 commit 5d8e32e35f84016ac3e6325703cb7e57dc3b894a
5627 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5628 Date:   Tue May 16 03:59:14 2017 +0900
5629
5630     [VM][YM2203] Fix double-initializeing output signals.
5631
5632 commit 61ea8665bebef0f121ce683feb39d933e526c724
5633 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5634 Date:   Tue May 16 03:58:46 2017 +0900
5635
5636     [CONFIG] Fix over loop.
5637
5638 commit de77eef8913a5f236bf72eb90cd4c34660d4d20f
5639 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5640 Date:   Fri May 12 01:11:44 2017 +0900
5641
5642     [VM] Update PTF20, V99X8 and YM2203.
5643
5644 commit 4252aac1f0607b77f834c096b5d8361eb865ee23
5645 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5646 Date:   Fri May 12 01:10:01 2017 +0900
5647
5648     [BUILD] Update script.
5649
5650 commit 6a7f552a34aa0f1a90d3580009801be41f4d6180
5651 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5652 Date:   Sat May 6 04:55:31 2017 +0900
5653
5654     .
5655
5656 commit b08d2107f9be721410c59f714d04c35093db81c3
5657 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5658 Date:   Sat May 6 04:55:18 2017 +0900
5659
5660     .
5661
5662 commit e5aed8438f763b7f5261edee9f7833a4d9757991
5663 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5664 Date:   Sat May 6 04:54:40 2017 +0900
5665
5666     [VM][V99X8][TMS9918A] Move to shared lib.
5667
5668 commit 08211c6385a004efa2c42af377ea5831e5985eac
5669 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5670 Date:   Wed May 3 22:45:26 2017 +0900
5671
5672     [VM] Move T3444A to shared lib.
5673
5674 commit b223e91b003c7cb761cc8230e99d1f45a0c4b51e
5675 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5676 Date:   Wed May 3 22:02:41 2017 +0900
5677
5678     [VM] Move UPD765A, PC80S31K and PC6031 to libCSPcommon_vm .
5679
5680 commit 212494fb6a81d6c840cecc1a5e4dd66b11b60b49
5681 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5682 Date:   Wed May 3 20:26:43 2017 +0900
5683
5684     [VM] LibCSPcommon_vm : TRY: Without #ifdef. Now still MB8877 and DISK only.
5685
5686 commit d6401a3ae802ef36536d73310b8d4abdc503abe4
5687 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5688 Date:   Mon May 1 22:10:52 2017 +0900
5689
5690     [OSD][Qt] Add *_features_* functions. It needs for *NEW* device emulation.Pls. port to win32/ .
5691
5692 commit 2d22cf24f1e309281435c8b9233a527b7fc1cb15
5693 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5694 Date:   Sun Apr 30 21:44:52 2017 +0900
5695
5696     [VM][M6502] Split M6502 to N2A03 and M6502.
5697
5698 commit 52e04585692c7500e2c262888ae3076bec5eb4a0
5699 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5700 Date:   Sun Apr 30 21:02:11 2017 +0900
5701
5702     [VM][DEVICE] Split MSM5832:: from MSM58321:: .
5703
5704 commit 1fb74b44746d8e42b05451df11cba2cc5b771125
5705 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5706 Date:   Sun Apr 30 20:00:21 2017 +0900
5707
5708     [VM][DEVICE] You should add "DECVICE::initialize()" to top of initialize().
5709     [VM][DEVICE] Move some devices to shared lib.
5710
5711 commit 73d1d7b7eac1d0449963bcfffcdbe8bbf7920784
5712 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5713 Date:   Sat Apr 29 06:40:27 2017 +0900
5714
5715     [VM][LIBNEWDEV] Remove libcpu_newdev/libcpu_mc6809/* .
5716
5717 commit ba7448bc67b5aa7e10f6707ded5b52c121ce8da7
5718 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5719 Date:   Sat Apr 29 06:27:31 2017 +0900
5720
5721     [VM][MC6809] Rename due to changing policy.
5722
5723 commit 4adc5a1f353348c74a378f98647cb51ad4cd30a2
5724 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5725 Date:   Sat Apr 29 06:25:29 2017 +0900
5726
5727     [VM][Build][CMAKE] Build supporting to Z80.
5728
5729 commit 510217d5834876ec7acac2b1abe3c642299f503f
5730 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5731 Date:   Sat Apr 29 06:24:19 2017 +0900
5732
5733     [VM] Move Z80 to shared lib.
5734
5735 commit 18f06d2d28361126352948a3de4571da4f81706a
5736 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5737 Date:   Fri Apr 28 06:48:33 2017 +0900
5738
5739     [VM][FM7] Faster transferring.
5740
5741 commit 9d90ce75262a2bc050f8cc692847d9fb71c56311
5742 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5743 Date:   Fri Apr 28 03:25:02 2017 +0900
5744
5745     [BUILD][Linux] Update LLVM's parameter.
5746
5747 commit 49c0ed25d714b6cd0e1a235d2ce42e44f5b14ef0
5748 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5749 Date:   Fri Apr 28 03:23:44 2017 +0900
5750
5751     [VM] I forgot to update (and remove USE_SOUND_FILES*) defines.
5752
5753 commit e78ee2f9720281ed0f54bdc92cb96e25d6861e3b
5754 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5755 Date:   Fri Apr 28 03:21:52 2017 +0900
5756
5757     [VM][MC6809] Build shared library without libnewdev/. Use vm/mc6809.cpp and vm/mc6809_debugup.cpp . See, fm7.cpp.
5758
5759 commit a3d44eb0d674170fc6b417e6b47ef903826c5eee
5760 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5761 Date:   Fri Apr 28 01:49:25 2017 +0900
5762
5763     [General] Merge upstream 2017-04-16.
5764
5765 commit 082d2f093877b91dd3bfbc557f257eb6b43818a8
5766 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5767 Date:   Thu Apr 13 04:57:12 2017 +0900
5768
5769     [BUILD][LLVM] Fix FTBFS.
5770
5771 commit 1ff4eaa1cc34c468e28ba87c5a55f82fa3224319
5772 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5773 Date:   Wed Apr 12 18:54:37 2017 +0900
5774
5775     [VM][LIB][FM7] Fix FTBFSs with LLVM (4.0).
5776
5777 commit 4089d79b3734c5feb0b824d3a9d32d3d0873fbee
5778 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5779 Date:   Mon Apr 10 14:12:55 2017 +0900
5780
5781     [DOC] .
5782
5783 commit 16ce89bae2170ea8990fa640cf1a84c4d5d9a21b
5784 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5785 Date:   Mon Apr 10 14:00:10 2017 +0900
5786
5787     [UI][Qt] Fix unconnected event.
5788
5789 commit 168cbc3a2ecd452bd9b872cd5ff025c7eab14ca6
5790 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5791 Date:   Mon Apr 10 04:17:03 2017 +0000
5792
5793     . Remove unnedded vcproj.
5794
5795 commit 153c9eb616c3529d6a26c26b1ea3c7063712d021
5796 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5797 Date:   Mon Apr 10 13:07:34 2017 +0900
5798
5799     [DOC] Updated.
5800
5801 commit 3805ad41608ed51081d916a1b494688d5d3e7eac
5802 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5803 Date:   Mon Apr 10 12:11:39 2017 +0900
5804
5805     [VM][PC9801][X1][WIN32] Fix FTBFS with MinGW.
5806
5807 commit fbd5191a9c8cbcd3c7923c05effcb0c039a72499
5808 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5809 Date:   Mon Apr 10 03:59:10 2017 +0900
5810
5811     [DOC] .
5812
5813 commit 0fc72e5984f6a6dd0b04dfdbd5cda0bfc98d3c89
5814 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5815 Date:   Mon Apr 10 03:56:55 2017 +0900
5816
5817     [VM][CONFIG] Fix not loading some setting values.
5818
5819 commit 3e1dde3694c75a0f75e4aced4094b3d16ad9b78c
5820 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5821 Date:   Sun Apr 9 23:34:19 2017 +0900
5822
5823     [Qt] Fix crash with familybasic.
5824
5825 commit b3bb57059155cd344d5b563e3dd9e0949008a193
5826 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5827 Date:   Sun Apr 9 23:05:58 2017 +0900
5828
5829     [DOC] Updated.
5830
5831 commit f3c1e9299a7570557798c9fd12fb5992519c31c0
5832 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5833 Date:   Sun Apr 9 23:00:26 2017 +0900
5834
5835     [Qt][JR800] Fix FTBFS.
5836
5837 commit 565b7aff33ea5839f9af8f881b9c063b593986d7
5838 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5839 Date:   Sun Apr 9 22:57:22 2017 +0900
5840
5841     [VM] Add National JR-800.
5842
5843 commit d75eb5ce75deb5aed81aeba4ef78980fc0ba772f
5844 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5845 Date:   Sun Apr 9 22:13:39 2017 +0900
5846
5847     [DOC] Update credits.
5848
5849 commit 5ba865a904a8df4632c35b0053adb24081107d1d
5850 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5851 Date:   Sun Apr 9 22:11:37 2017 +0900
5852
5853     [DOC] Update from upstream.
5854
5855 commit 8aee15f95d698f7815e58233e60e5307789c28f9
5856 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5857 Date:   Sun Apr 9 22:01:30 2017 +0900
5858
5859     [General][FMGEN] Update SOVERSION .
5860     [DOC] Update for release.
5861
5862 commit 58df3502c496a8109a49e86be332fc97477d3e02
5863 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5864 Date:   Sun Apr 9 21:44:35 2017 +0900
5865
5866     [General][Qt] Fix FTBFSs.
5867
5868 commit 89e8e07cf3b2446094fadd477e3707b84d122390
5869 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5870 Date:   Sun Apr 9 02:42:26 2017 +0900
5871
5872     [General] Merge Upstream 2017-04-02.
5873
5874 commit 2ef68d1cc9f4d59d166952f5bb10dbd011e1664c
5875 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5876 Date:   Sun Apr 9 00:02:37 2017 +0900
5877
5878     [VM][General] common.cpp : Use buffer sized functions for some string functions.
5879
5880 commit 6cb889b364c5b808716c504e083e3606539f8bce
5881 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5882 Date:   Sun Apr 9 00:01:21 2017 +0900
5883
5884     [VM][General] Merge Upstream 2017-03-30.
5885     [General][BUILD] Use -D_UNICODE to build.
5886
5887 commit 3588804e1d5e7fccb2ff05f38c3edfab862ab838
5888 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5889 Date:   Sat Apr 8 22:48:32 2017 +0900
5890
5891     [VM][General] Merge Upstream 2017-03-28.
5892
5893 commit eeedca4e3c5974b19812c180678e3d722b361e82
5894 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5895 Date:   Sat Apr 8 22:06:13 2017 +0900
5896
5897     [VM][General] Merge Upstream 2017-03-26.
5898
5899 commit 7cb20ae535ab0ccbaf8d5dd44050e75d6ec4081a
5900 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5901 Date:   Sun Apr 2 16:05:28 2017 +0900
5902
5903     [VM][GAMEGEAR][HC40] Fix FTBFS.
5904
5905 commit 1ef2f58dd361d4e05e079cd70259f54d369d64be
5906 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5907 Date:   Sun Apr 2 03:21:56 2017 +0900
5908
5909     [VM][FM7][MAINMEM] MMR: Use jump tables.
5910
5911 commit c8ee7c56570314655d7037af7e4b0479784edc1e
5912 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5913 Date:   Sun Apr 2 00:43:18 2017 +0900
5914
5915     [VM][FM7][MAINMEM] Split a class to some files.
5916
5917 commit 13068233c275ff35be8013c8651cf879706786b4
5918 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5919 Date:   Sun Apr 2 00:19:24 2017 +0900
5920
5921     [VM][FM7][MAINMEM] Remove unused functions.
5922
5923 commit 18dfbd25db1ae453a6c884d753bc3b07bfd58ec7
5924 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5925 Date:   Sat Apr 1 23:11:00 2017 +0900
5926
5927     [VM][FM7][MAINMEM] Remove read_table, write_table.
5928
5929 commit 7576b7cfabf694b0788fcbb3f80eb71d6e6de732
5930 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5931 Date:   Sat Apr 1 23:02:19 2017 +0900
5932
5933     [VM][FM7][MAINMEM] Use jump-table to access memory.
5934
5935 commit f6c08ef9f903d2d9197527a90b0d49372b2dfae3
5936 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5937 Date:   Sat Apr 1 19:11:45 2017 +0900
5938
5939     [VM][FM7][DISPLAY] Reduce re-calculate parameters.
5940
5941 commit f2731620879a5be0ef9527954fa4704384670ecc
5942 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5943 Date:   Sat Apr 1 19:03:57 2017 +0900
5944
5945     [VM][FM7][MAINMEM] Revert to d4c1b2504afa59c20b4228d2545b2d4fb5a2f841 (only FM7_MAINMEM::).
5946
5947 commit e83408b5b86dc5eb421aaf958b5724ce9230caf6
5948 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5949 Date:   Sat Apr 1 16:45:49 2017 +0900
5950
5951     [VM][FM7][DISPLAY] Reduce address calculation.
5952
5953 commit 7e03302b489f8403f15956c596f2e12864c42449
5954 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5955 Date:   Sat Apr 1 06:23:29 2017 +0900
5956
5957     [VM][FM7] Add conversion table MMR to REAL; Maybe made faster.
5958
5959 commit 7520ffcc318fefe5e6198e3a6320ca79423f8067
5960 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5961 Date:   Wed Mar 29 18:15:33 2017 +0900
5962
5963     [VM][FM7][MEMORY] Use tables instead of *mmr_convert().
5964
5965 commit 917b1f7a6f4df61938e6100eb38c2852de00ee15
5966 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5967 Date:   Wed Mar 29 05:41:41 2017 +0900
5968
5969     [VM][FM7][WIP] Faster memory access.WIP.
5970
5971 commit d4c1b2504afa59c20b4228d2545b2d4fb5a2f841
5972 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5973 Date:   Thu Mar 23 11:55:47 2017 +0900
5974
5975     [UI][Qt] Update USING_FLAGS.
5976
5977 commit 0f42cf798217a957c0fb79f6b6f3a99b8d0e366b
5978 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5979 Date:   Thu Mar 23 11:54:30 2017 +0900
5980
5981     [BUILD][WIN32] Fix FTBFS
5982
5983 commit a5018bdd59c295d158157b35bd3778ff91a16c3f
5984 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5985 Date:   Thu Mar 23 02:25:26 2017 +0900
5986
5987     [DOC] Update documents to Upstream 2017-03-20.
5988
5989 commit 153861fe26b29f1aef284ecebd29ddc6f268f46f
5990 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5991 Date:   Thu Mar 23 02:21:12 2017 +0900
5992
5993     [DOC] Update upstream's readme.
5994
5995 commit ae87c2eff7eb8510f4470912cdb6a763ff5b98ae
5996 Author: K.Ohta <whatisthis.sowhat@gmail.com>
5997 Date:   Thu Mar 23 02:16:36 2017 +0900
5998
5999     [BUILD] Update batch files.
6000
6001 commit 5d3bc69e3f448a12ff4110e3113faf3b4eef9b35
6002 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6003 Date:   Thu Mar 23 02:15:50 2017 +0900
6004
6005     [WIN32][Qt] Fix FTBFS with ZLIB.
6006
6007 commit aebf1100644e1e8c6998fe6192f8d2fab10fec56
6008 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6009 Date:   Wed Mar 22 21:47:39 2017 +0900
6010
6011     [VM] Merge Upstream 2017-03-20.
6012
6013 commit a7566e659ebdb16158448deb15cdcd0561dcf6c3
6014 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6015 Date:   Wed Mar 22 21:46:30 2017 +0900
6016
6017     [UI][Qt] Update qt/machines/ .
6018
6019 commit ee8c85e065af8e9a3a70f76681baf6092da30789
6020 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6021 Date:   Wed Mar 22 21:45:42 2017 +0900
6022
6023     [Build][CMake] Add supporting for ZLIB.
6024
6025 commit bee22160131980144b18529294b71e1049d10107
6026 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6027 Date:   Wed Mar 22 21:45:05 2017 +0900
6028
6029     [UI][OSD][Qt] Prepare to support Upstream 2017-03-20.
6030
6031 commit 2b991f3cb3407fbdcab573c935174ee68f168cb8
6032 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6033 Date:   Wed Mar 22 21:43:03 2017 +0900
6034
6035     [VM][General] EMU/COMMON : Fix bugs around handling filename and directories.
6036     [FILEIO] Fix FTBFS with ZLIB 1.2.8 or earlier.
6037     [CONFIG] Sync to upstream 2017-03-20.
6038
6039 commit cc2b9790802b16aeea5bc7b53f16cf3d21844f50
6040 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6041 Date:   Wed Mar 22 06:08:24 2017 +0900
6042
6043     [General][WIP] Merge upstream 2017-03-20.Still not implement UIs.
6044
6045 commit 8911d942aa5301c3fc6436e479e6598aeb5c8947
6046 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6047 Date:   Mon Mar 20 19:01:52 2017 +0900
6048
6049     [UI][Qt] Move drive status from status-bar to right dock.
6050
6051 commit f6c408c91deddc69b88998d8f170eb3845711511
6052 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6053 Date:   Mon Mar 20 00:00:15 2017 +0900
6054
6055     [VM][FM77AV40EX] Fix wrong display timing.
6056
6057 commit 8c0a726f33ea309724a17169cefa403b13c143dd
6058 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6059 Date:   Sun Mar 19 23:37:28 2017 +0900
6060
6061     [WIP][VM][FM77AV40EX][DISPLAY] Fix weird display with 4096 colors.
6062
6063 commit b159d891dd84ef85587eb1c4f337c3c15390911c
6064 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6065 Date:   Sun Mar 19 23:05:48 2017 +0900
6066
6067     [Qt][EMU] Update emu_thread.
6068
6069 commit 005e1714867fe94c98bb25ce8b281093c6fbc83c
6070 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6071 Date:   Sun Mar 19 22:19:26 2017 +0900
6072
6073     [VM][FM7][DISPLAY] Use function table to access memories within display sub-system.
6074
6075 commit 5f6cf75c70fc5720b528fb655988b7b863700614
6076 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6077 Date:   Fri Mar 17 14:49:57 2017 +0900
6078
6079     [General] Merge Updtream 2017-03-15 . Still not build all of VMs.
6080
6081 commit 69c1dfe417c2f52cbc25730d2131f39c3bcac16f
6082 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6083 Date:   Fri Mar 17 14:08:04 2017 +0900
6084
6085     [VM][YALKY] Fix FTBFS.
6086
6087 commit 2087d21109aa2260891c6effb6d28611055be888
6088 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6089 Date:   Fri Mar 17 13:49:24 2017 +0900
6090
6091     [VM][MZ1500] Fix FTBFS.
6092
6093 commit 013021daa27e7c1f9854b685259f3ee061a0b1a7
6094 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6095 Date:   Fri Mar 17 04:02:57 2017 +0900
6096
6097     [VM] Fix FTBFS for Upstream 2017-03-12.
6098
6099 commit c8bbd85433c3865f3642fbb64089614836470002
6100 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6101 Date:   Fri Mar 17 04:01:57 2017 +0900
6102
6103     [Build][CMAKE] Delete HBF1XDJ.
6104
6105 commit f7db518ecbb5552250df4781f9dbfd9f6172cebc
6106 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6107 Date:   Thu Mar 16 03:55:42 2017 +0900
6108
6109     [VM][FM7][DISPLAY] Fix auto skip feature.
6110
6111 commit 75bf52a1b5f467c4c1e6500ed6c5ea8e530e4d80
6112 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6113 Date:   Wed Mar 15 23:28:05 2017 +0900
6114
6115     [VM][FM77AV][DISPLAY] HSYNC:Don't register event(s) per HDISP.
6116
6117 commit 36c0032433abfeb8e54394de1c078ce59a461ef6
6118 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6119 Date:   Wed Mar 15 06:12:54 2017 +0900
6120
6121     [VM] Add MSX and FAMILY BASIC.
6122
6123 commit 4807163f7e97c793c4943cc26a8634078c7d0261
6124 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6125 Date:   Wed Mar 15 05:51:44 2017 +0900
6126
6127     [VM][Qt] Add FM-R30, PASOPIA7, and PC* .
6128
6129 commit 445fbef1892fed8303fb3d7a275510447f09272f
6130 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6131 Date:   Wed Mar 15 05:09:35 2017 +0900
6132
6133     [General][WIP] Merge Upstream 2017-03-12.
6134
6135 commit 6925c333eaf7045a3ed63a6684cd0d277baa5f72
6136 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6137 Date:   Wed Mar 15 05:07:03 2017 +0900
6138
6139     [General][WIP] Merge Upstream 2017-03-11.
6140
6141 commit cf5d44dca0c28b73632775bcea737cec5bdd9267
6142 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6143 Date:   Wed Mar 15 02:26:07 2017 +0900
6144
6145     [Build][CMAKE][MSX] Working with MSX1/2.
6146
6147 commit 60402cc88adbbe9ebe6614c6154d7d2bba31bad9
6148 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6149 Date:   Wed Mar 15 00:43:04 2017 +0900
6150
6151     [General] Merge upstream 2017-03-08 1/2.
6152
6153 commit 651bea8d1de06452186be96006d6953407b30294
6154 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6155 Date:   Wed Mar 15 00:27:50 2017 +0900
6156
6157     [General] Merge Upstream 2017-03-07.
6158
6159 commit 386e25cf7354c75e82aca9fa8f5934d125d7f880
6160 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6161 Date:   Wed Mar 8 01:56:49 2017 +0900
6162
6163     [Build][WIN32] Fix FTBFS with PC-8001MK2SR.
6164
6165 commit 5f04f9f628a96a1271a6a02eaf92d2e800281607
6166 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6167 Date:   Tue Mar 7 21:54:40 2017 +0900
6168
6169     [BULD][WIN32] I386: Fix FTBFS with MinGW/Win32.
6170
6171 commit d52c2ce00ed106de0820bf867355d23c45ba677b
6172 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6173 Date:   Tue Mar 7 07:08:26 2017 +0000
6174
6175     [BUILD][LINUX] Fix linking order.
6176
6177 commit b8454c9699f2c37b1505b6a440f8ffa8f649c07e
6178 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6179 Date:   Tue Mar 7 15:58:03 2017 +0900
6180
6181     [DOC] Update for newer, maybe these are for release.
6182
6183 commit 2dac70eb1743e2a0b778a57a1f520fce59aa6371
6184 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6185 Date:   Tue Mar 7 15:51:51 2017 +0900
6186
6187     [BUILD][FM8][WIN32] FIX FTBFS with linking.
6188
6189 commit b07b62a605905fb60391311c9c46cfcafdafb7f0
6190 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6191 Date:   Tue Mar 7 06:49:27 2017 +0000
6192
6193     [BUILD][LINUX] GCC5: (MAYBE) Enable to set "USE_RADICAL_OPTIMIZE" to "YES".
6194
6195 commit 25e4dd92c677e26468a1b4e311d4bb533ba812c7
6196 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6197 Date:   Tue Mar 7 06:39:21 2017 +0000
6198
6199     [VM][FMGEN] Fix crash with GCC-5.This is issue of optimization, add "volatile" to any member(s).
6200
6201 commit 7b6f18a5c866a570c115fa17060bfeccd26777eb
6202 Merge: 81f77372 ac3534e8
6203 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6204 Date:   Mon Mar 6 18:27:41 2017 +0000
6205
6206     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
6207
6208 commit 81f773727550328386c1a010957ddfc623cc3583
6209 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6210 Date:   Mon Mar 6 18:26:22 2017 +0000
6211
6212     [BUILD] .
6213
6214 commit ac3534e8709f4a9d68abf732f7f782cc2f66af75
6215 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6216 Date:   Tue Mar 7 03:17:05 2017 +0900
6217
6218     [BUILD][LINUX] Updateed.
6219
6220 commit 69aff6549eddf15e217b741f913ebcff459f9f42
6221 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6222 Date:   Tue Mar 7 03:10:40 2017 +0900
6223
6224     [Qt] More commit.
6225
6226 commit e5052fd582472b1e980daa342e85918a097d9e38
6227 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6228 Date:   Tue Mar 7 03:08:38 2017 +0900
6229
6230     [WIN32][MINGW][Qt] FIX FTBFS.
6231
6232 commit c610e3989612e0f2c11296da583f03f2d6419006
6233 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6234 Date:   Tue Mar 7 02:53:18 2017 +0900
6235
6236     [DOC] Update GITLOG.
6237
6238 commit 6933228f1826d3cc655a17f47387e31f5097bfb7
6239 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6240 Date:   Tue Mar 7 02:52:48 2017 +0900
6241
6242     [DOC] Update document.
6243
6244 commit 1014e6fc73aa1fe867da01724a8126aa70331954
6245 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6246 Date:   Tue Mar 7 02:46:40 2017 +0900
6247
6248     [General] Update revision.
6249
6250 commit e376f5feb9f429f99280e5262702b8b6e8501535
6251 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6252 Date:   Tue Mar 7 02:43:27 2017 +0900
6253
6254     [BUILD] Update build scripts.
6255
6256 commit e5ee253099df1e5f750c40ce48b84be60bde9593
6257 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6258 Date:   Tue Mar 7 02:42:53 2017 +0900
6259
6260     [VM] Commit lacked files to commit.
6261
6262 commit 0aa174ebcf9e4330f117614f0c6ec40fa9c9d348
6263 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6264 Date:   Mon Mar 6 17:05:58 2017 +0900
6265
6266     [General] Update installer.
6267
6268 commit 3b8ea69608d97952cb8504787251340bd16ed162
6269 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6270 Date:   Mon Mar 6 08:13:21 2017 +0900
6271
6272     [BUILD][LINUX] Add logging build-status.
6273
6274 commit 6c509007b0ae89e7006b58cd51d59b88ad59d5e2
6275 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6276 Date:   Mon Mar 6 08:11:49 2017 +0900
6277
6278     [GENERAL] Merge upstream 2017-03-04. Still checking FTBFSs.
6279
6280 commit 46922a45a71fef16b74c5dc03f5d3ead94a739de
6281 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6282 Date:   Mon Mar 6 05:13:50 2017 +0900
6283
6284     [OSD][Qt] Remove do_call_debugger_command().
6285
6286 commit 71883b8ee9f76635a60468c51881ee1aa9a95f22
6287 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6288 Date:   Mon Mar 6 05:12:24 2017 +0900
6289
6290     [EMU][DEBUGGER] Use pthread_t instead of SDL_Thread.
6291
6292 commit 02520d04f0a2f08c3812430962f5744a882f84a2
6293 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6294 Date:   Mon Mar 6 05:11:38 2017 +0900
6295
6296     [VM][X1] Merge Upstream 2017-03-01.
6297
6298 commit e5c7716305a2c5763945e186e0c165c4083da3bd
6299 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6300 Date:   Mon Mar 6 04:23:46 2017 +0900
6301
6302     [DEBUGGER] Update upstream 2017-03-01.
6303
6304 commit 7a70a00f41594e408bd7b458cce5e9b785f9347d
6305 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6306 Date:   Sat Feb 18 01:12:48 2017 +0900
6307
6308     [DOC] Update Issues.See http://hanabi.2ch.net/test/read.cgi/i4004/1483504365/30 .
6309
6310 commit c1f58d4892a66055a8cc07d1052c6d87b2fb49cd
6311 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6312 Date:   Wed Feb 15 06:22:29 2017 +0900
6313
6314     [BUILD][CMake][VM] Add TK-85.
6315
6316 commit 34a59b46bebf0509db96163e36377e503a8039be
6317 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6318 Date:   Wed Feb 15 06:07:04 2017 +0900
6319
6320     [VM][N5200] Fix FTBFS.
6321
6322 commit dde39638c285d18ff749269d1bb428f7379db775
6323 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6324 Date:   Wed Feb 15 06:05:24 2017 +0900
6325
6326     [UI][Qt][Draw] Update button api: Use *real* image, not texts.
6327
6328 commit e1c30a8dc1c91e1025f3c460a33d90409da4f46a
6329 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6330 Date:   Mon Feb 13 02:01:36 2017 +0900
6331
6332     [Build][Win32][VM] Prepare to fix FTBFS.
6333
6334 commit 61b957941371b51f0d74c870e9dc65aa3cfdaa84
6335 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6336 Date:   Mon Feb 13 01:59:42 2017 +0900
6337
6338     [Qt][OpenGL] Workaround for crashes; With intel Core i5-2420 and Windows7.
6339
6340 commit 6bf4c7c66695a3c9f7878f157c6bef832ce8953b
6341 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6342 Date:   Mon Feb 13 01:57:14 2017 +0900
6343
6344     [UI][Qt] Update to track before commiting.
6345
6346 commit ba4f434b6a5e0addd21346fe7297f8f1ed71f4f2
6347 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6348 Date:   Sun Feb 12 17:57:46 2017 +0900
6349
6350     [Qt][BUILD] Fix some FTBFSs.
6351
6352 commit ee24ccadd06a0a9895487502dea5560e1d90d046
6353 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6354 Date:   Sun Feb 12 17:56:11 2017 +0900
6355
6356     [VM][AY-3-891X] Fix pre-scaler (this is hidden feature?) for PSG.
6357
6358 commit 025e0ea1a5d4246182b98e4f55afc43dd762885f
6359 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6360 Date:   Sun Feb 12 17:54:40 2017 +0900
6361
6362     [Win32][OpenGL] TRY: Fixing crash with OpenGL3.0 at Corei5-2420M (and Windows7) PC.
6363
6364 commit 7d500ec2cf26792884888bcea370b94de80fcc40
6365 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6366 Date:   Sun Feb 12 03:17:15 2017 +0900
6367
6368     [BUILD] .
6369
6370 commit 52802a8c8bc842cbc677ccceb7343ca0f3aaf604
6371 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6372 Date:   Sun Feb 12 03:16:32 2017 +0900
6373
6374     [BUILD] Update SOVERSION.
6375
6376 commit 9a11ad70a06686db99e3ec0d8165fa5e2fc590fd
6377 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6378 Date:   Sun Feb 12 03:13:11 2017 +0900
6379
6380     [Build][Win32] Separate GUI(and fmgen and emuutils) to separate DLLs.
6381
6382 commit 0ad3acad1434c94661f111992289371c2c47563e
6383 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6384 Date:   Thu Feb 9 21:58:13 2017 +0900
6385
6386     [TK80] Update resources.
6387
6388 commit 25426f51ee3162ef7e4acb9495c757c0e0d9614d
6389 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6390 Date:   Thu Feb 9 21:56:52 2017 +0900
6391
6392     [RES] Fix tk85.qrc.
6393
6394 commit 87f1cd668ea4975b696dc3ddbdd7e8b1e1356118
6395 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6396 Date:   Thu Feb 9 21:55:37 2017 +0900
6397
6398     [DOC] Update documents from upstream.
6399
6400 commit b3a96e035f82bf24302abf7c9284625b6dcc99cf
6401 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6402 Date:   Thu Feb 9 21:45:39 2017 +0900
6403
6404     [GENERAL] Merge upstream 2017-02-09, but one-board-computers are not working yet.
6405
6406 commit bbe82b681db00e50dba4a4c8fedcd56281a44423
6407 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6408 Date:   Thu Feb 9 21:42:12 2017 +0900
6409
6410     [RES][Qt] Resources: Merged upstream 2017-02-09.
6411
6412 commit 49cc0029e1265ef3b0427e7ca078bcb65208b395
6413 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6414 Date:   Thu Feb 9 20:45:47 2017 +0900
6415
6416     [LIBNEWDEV][I8086] Apply to FM16pi, FM-R30, PC-100 and PC98HA.
6417
6418 commit d0c2b784bcaa03425bf71f27e98fd0f3d1ba85b6
6419 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6420 Date:   Thu Feb 9 20:18:32 2017 +0900
6421
6422     [VM][J3100][MZ5500][PC9801] Use I86:: class when using i8086 or V30 at real machine. (not I286::).
6423
6424 commit 2287efa91c4c29c8b723dd803b8b5c0bde1e0ea1
6425 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6426 Date:   Thu Feb 9 20:17:53 2017 +0900
6427
6428     [LIBNEWDEV] .
6429
6430 commit f3349450ff6c7dc206dc89664922e92fcf5f6c8e
6431 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6432 Date:   Thu Feb 9 20:17:20 2017 +0900
6433
6434     [LIBNEWDEV] Rename libcpu_ix86 to libcpu_i286.
6435
6436 commit 01779d005ce48953e2592a4b8f9e0d025be455cd
6437 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6438 Date:   Thu Feb 9 20:15:51 2017 +0900
6439
6440     [BUILD][CMAKE] Apply LIBNEWDEV to build VMs #2/2.
6441
6442 commit d909723356aba2ab01bdf74da5afac28226bc851
6443 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6444 Date:   Thu Feb 9 20:14:11 2017 +0900
6445
6446     [BUILD][CMAKE] Apply LIBNEWDEV to build VMs. #1/2.
6447
6448 commit 0e8395279dd04d575a4fec5e3e26eef2e31fd132
6449 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6450 Date:   Thu Feb 9 20:13:09 2017 +0900
6451
6452     [LIBNEWDEV][I86] Add I86 (i8086/NEC V30).
6453
6454 commit 3d0c4a3e0ac018a4802b01b3151cbc4265ccb264
6455 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6456 Date:   Thu Feb 9 01:55:14 2017 +0900
6457
6458     [VM][FM7][LIBNEWDEV] Add some devices to libCSPcommon_dev.
6459
6460 commit 1ca1c22ec329268edec62ea0ba1636a6b1d08dda
6461 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6462 Date:   Thu Feb 9 01:54:01 2017 +0900
6463
6464     [VM][LIBNEWDEV] Add some devices, this is only top prepare.
6465
6466 commit caa78f20da671fe1159e74d3fc768ce46a78f26b
6467 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6468 Date:   Wed Feb 8 22:05:53 2017 +0900
6469
6470     [LIBCPU] Selectable building, I lacked config_commonsource.cmake to commit.
6471
6472 commit e0127b83becb3f8737f4ddaeeb26a41c9da68cb8
6473 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6474 Date:   Wed Feb 8 22:04:48 2017 +0900
6475
6476     [LIBNEWDEV] Try: ADD i286/i86.WIP.
6477
6478 commit d7c3f6934322cc6d23cf392bdc044ad74c7f44cc
6479 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6480 Date:   Wed Feb 8 22:04:09 2017 +0900
6481
6482     [LIBCPU][MC6809] TRY: Add MC6809.
6483
6484 commit 0364b0cead6658bfbebb9fb75b124e554aef6dac
6485 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6486 Date:   Wed Feb 8 22:02:58 2017 +0900
6487
6488     [LIBCPU][IX86] TRY: Add ix86.
6489
6490 commit aca77ec34844ba2f1021a99aa5996a00abffe2c3
6491 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6492 Date:   Wed Feb 8 15:34:55 2017 +0900
6493
6494     [Qt][SOUND][OSD] .
6495
6496 commit 9f65f277cb7356d5d607effa80e803e50f02460f
6497 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6498 Date:   Wed Feb 8 15:34:10 2017 +0900
6499
6500     [Qt] Fix break device files when exiting emulator with some situations.
6501
6502 commit a5778d7011c2266ae25915acbe38fa7d7d886cec
6503 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6504 Date:   Wed Feb 8 14:34:19 2017 +0900
6505
6506     [BUILD][CMAKE] Selectable building.
6507
6508 commit c6d7d304acae8ba1c2e4e4ad5dd6709b436f9e20
6509 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6510 Date:   Wed Feb 8 14:33:32 2017 +0900
6511
6512     [VM][FMR50] .
6513
6514 commit 6dd1b04debdba9d96cd355ec2c6ad101cdb3412e
6515 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6516 Date:   Wed Feb 8 14:32:28 2017 +0900
6517
6518     [VM][DEVICE] Selectable building separating or not separating.
6519
6520 commit 1273434275748dc27b83dd0283f6ede39db79e44
6521 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6522 Date:   Wed Feb 8 14:30:52 2017 +0900
6523
6524     [COMMONDEV][I386] Fix breaks variable area when constructing cycle-tables.Seems to be working fine.
6525
6526 commit b698a0a1fc42d899ea240c7db3c23acad2ea6873
6527 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6528 Date:   Tue Feb 7 16:00:11 2017 +0900
6529
6530     [I386] TRY: Separate to common lib, compilation passed, but something is wrong ;_;
6531
6532 commit 929b02861f299b2945f432a9baa2218aa5493160
6533 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6534 Date:   Sat Feb 4 12:10:50 2017 +0900
6535
6536     [VM][i386] Revert new I386 class to older.Newer class will continue to work within libcpu_newdev/ .
6537
6538 commit 7d683417c545a574260ba3abba17d5e196b76647
6539 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6540 Date:   Sat Feb 4 12:08:23 2017 +0900
6541
6542     [VM][LIBCPU_I386] Adjust include path.
6543
6544 commit 8258f19cb54130c8cbec4cbc94521011c5c30a45
6545 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6546 Date:   Sat Feb 4 12:05:14 2017 +0900
6547
6548     [LIB_NEWDEV][DEVICE] Adjust libcpu_newdev/device.[h|cpp] .
6549
6550 commit bc77810924cec8f2aa2749bb42b1661cc5ce3a41
6551 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6552 Date:   Sat Feb 4 11:56:59 2017 +0900
6553
6554     [VM] device.h : selectable shared device or not shared.
6555
6556 commit 23e59424df677b96c27cefee4ed1d951915fce9e
6557 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6558 Date:   Sat Feb 4 11:53:57 2017 +0900
6559
6560     [LIBCPU_i386] Move libcpu_i386 to libcpu_new/libcpu_i386.
6561
6562 commit e182824632f5631a898613bf44915f32a0bb261e
6563 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6564 Date:   Sat Feb 4 11:52:04 2017 +0900
6565
6566     [VM][General] Revert device separation.But I will try to separate, working only within libcpu_newdev (and patched device.h).
6567
6568 commit 09be289e74b202ac7543d290a7e7b35f2ed6ce0b
6569 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6570 Date:   Sat Feb 4 11:46:16 2017 +0900
6571
6572     [VM] Move lib* to libnew . WIP.
6573
6574 commit bfbd1ee749ca05f643d5e57020fc07d45c22173e
6575 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6576 Date:   Sat Feb 4 04:52:33 2017 +0900
6577
6578     [VM][LIBCPU_I386] Update header.
6579
6580 commit 06eb7514a5e3a31407ddb510ceda137456f79e74
6581 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6582 Date:   Sat Feb 4 03:32:46 2017 +0900
6583
6584     [VM][LIBCPU_i386] Update definitions.
6585
6586 commit c941a7caa51c763824efbd09d57317566c93d6ac
6587 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6588 Date:   Sat Feb 4 03:05:35 2017 +0900
6589
6590     [BUILD] FMGEN must be linked due to separate devices to DLL.
6591
6592 commit a0e1f2ec0554ed836220a7236aed41244c3dbb63
6593 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6594 Date:   Sat Feb 4 03:05:13 2017 +0900
6595
6596     [VM][FMR50] .
6597
6598 commit 5cc5415575a577663377cf594e4bedde54a1b940
6599 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6600 Date:   Sat Feb 4 03:04:10 2017 +0900
6601
6602     [VM] Fix i386.cpp , temporally.
6603
6604 commit 55e3a4b45deed8045bb97d04bc14397a6e3295e7
6605 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6606 Date:   Sat Feb 4 03:03:06 2017 +0900
6607
6608     [VM][I386] Re-build new I386 class with vm/libcpu_i386 .
6609
6610 commit c3ba21258b7868736d78f25622e6c64c46236227
6611 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6612 Date:   Sat Feb 4 00:12:44 2017 +0900
6613
6614     [VM][i386] Revert execution cores.
6615
6616 commit 2dac4f680cfdf912029cd89abd1ed046ddb2b815
6617 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6618 Date:   Fri Feb 3 20:22:58 2017 +0900
6619
6620     [VM][i386] Extend i386 interpreter.
6621
6622 commit 6fc533549a9a9eebca2c63dfbfc140f4880bb4d8
6623 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6624 Date:   Fri Feb 3 03:54:53 2017 +0900
6625
6626     [BUILD][Qt][WIN32] Fix FTBFS.
6627
6628 commit 346203d56f82b753bcc2516d76da61e5109ea547
6629 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6630 Date:   Fri Feb 3 03:51:04 2017 +0900
6631
6632     [VM][libCSPcommon_vm] Add YM2413.
6633
6634 commit ca2db01a1924dfb68e0e0e3a7e4c0f8a84b1d1af
6635 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6636 Date:   Fri Feb 3 03:50:32 2017 +0900
6637
6638     [VM] Add CMakeLists.txt for libCSPcommon_vm .
6639
6640 commit ef154a3a1be8a25adc385ddad4518280f00252aa
6641 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6642 Date:   Fri Feb 3 03:37:56 2017 +0900
6643
6644     [VM][General] *Important* Separate some devices to DLL; libCSPcommon_vm .
6645     Some of devices are not moved to dll yet.
6646
6647 commit 9b0f2961033b3eab319948b749198a0ca5253bf5
6648 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6649 Date:   Fri Feb 3 02:21:13 2017 +0900
6650
6651     [VM] Separate DEVICE class to common routine.
6652
6653 commit 5ddcb03070fdc015fe2d47cfeb2687c7817beaef
6654 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6655 Date:   Fri Feb 3 00:30:22 2017 +0900
6656
6657     [Build] Separate FMGEN to shared lib (named libCSPfmgen).
6658
6659 commit 78b44340dc3e48efdea4fb5da48335d7985cb953
6660 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6661 Date:   Thu Feb 2 23:51:56 2017 +0900
6662
6663     [BUILD][Linux] Adjust build parameters.
6664
6665 commit bba2bc6025e6b77c9db1c6ed968e9813b4719a57
6666 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6667 Date:   Thu Feb 2 23:51:08 2017 +0900
6668
6669     [VM][FM7] Add AY_3_891X to FM-7 series.
6670
6671 commit 3e856e87c045726cd8ca2a86131d66ad1fa45f5a
6672 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6673 Date:   Thu Feb 2 23:50:33 2017 +0900
6674
6675     [VM][X1] Apply AY_3_891X to Sharp X1.
6676
6677 commit 54f1cb4390347763ba34fdd72332944e034644f1
6678 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6679 Date:   Thu Feb 2 23:49:46 2017 +0900
6680
6681     [FMGEN] Add AY-3-8910 for *PURE* PSG.
6682
6683 commit 9a6d6fbab620c7c3c15d97217a2eb98c11d16507
6684 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6685 Date:   Thu Feb 2 23:48:41 2017 +0900
6686
6687     [VM][AY-3-891X] Add AY_3_891X class. This aims to replace YM2203 for *PURE* PSG.
6688
6689 commit 35ff3b87bebdee4d2f014385944436ae4a4f24ea
6690 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6691 Date:   Thu Feb 2 20:39:08 2017 +0900
6692
6693     [BUILD][FMGEN] Fix warnings build with "-Wall".
6694
6695 commit b7c1dc292efe40bc34e009fa57ce322d2cd56c5a
6696 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6697 Date:   Thu Feb 2 20:38:19 2017 +0900
6698
6699     [BUILD][VM][FM7] Reduce warnings when building with "-Wall".
6700
6701 commit 7960832f3360f9f8e29bc9a0ff2a99225d46cdd4
6702 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6703 Date:   Thu Feb 2 20:37:26 2017 +0900
6704
6705     [BUILD][VM] Redece warnings with some devices(not for all).
6706
6707 commit 0265e663324f6e6f653c0fffcc951a08108a5ed1
6708 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6709 Date:   Thu Feb 2 20:36:48 2017 +0900
6710
6711     [BUILD][Qt] Reduce warnings build with "-Wall".
6712
6713 commit c8f280dcff07558073875b81b9fb3b17675f289b
6714 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6715 Date:   Thu Feb 2 17:45:36 2017 +0900
6716
6717     [GENERAL][Qt] Fix functions without return-value even decl.ed non-void.
6718
6719 commit ecb5913f7950f163aa5f9dae1fcc860a0d16fa90
6720 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6721 Date:   Wed Feb 1 23:48:07 2017 +0900
6722
6723     [Linux] Update installer.
6724
6725 commit dffaf71560b1156fb4453f0245c0f88073ed4914
6726 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6727 Date:   Wed Feb 1 17:03:17 2017 +0900
6728
6729     [DRAW][OpenGLv3] Fix texture aspect.
6730
6731 commit f26ade782578712d20b1f02647b93633dcdf55e5
6732 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6733 Date:   Wed Feb 1 16:26:40 2017 +0900
6734
6735     [EMU][THREAD] Fix thread dependency: Move OSD from DrawThread to EmuThreadClass. Move EMU from GUI to EmuThreadClass.
6736
6737 commit a6ee56d66189798d0530f36ad22597063a4b206b
6738 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6739 Date:   Tue Jan 31 01:10:49 2017 +0900
6740
6741     [UI][Qt] Remove unneeded Qt classes from GUI.
6742     [BUILD][CMAKE] Add cotire to build with pre-compiled header(s). See https://github.com/sakra/cotire .
6743
6744 commit 60005bb9d6f7dfaf0cc758a0aa76dfc826ff4adc
6745 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6746 Date:   Mon Jan 30 05:06:31 2017 +0900
6747
6748     [DOC] Update.
6749
6750 commit cef2d4601438fd1fa680485ddba3434690e58451
6751 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6752 Date:   Mon Jan 30 05:02:59 2017 +0900
6753
6754     [Draw][OpenGL][Windows] Temporally fixed crashing on Windows.This seems to be glGetProcAddress() 's issue.
6755
6756 commit c4ece542677bb0e8a6ff3496f1d65309311e7ff0
6757 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6758 Date:   Mon Jan 30 01:46:30 2017 +0900
6759
6760     [RELEASE] 2017-01-30.
6761
6762 commit 5e58321d587a74979c7691d280a4123dba16f68c
6763 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6764 Date:   Mon Jan 30 01:36:20 2017 +0900
6765
6766     [Qt][LOG] Enable syslog *truely*.
6767
6768 commit 84dfbe5d6c60f8ce8db80a98efdca42d4d7a17f4
6769 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6770 Date:   Thu Jan 26 23:15:22 2017 +0900
6771
6772     [Qt][OpenGL] Fix backgrounds not display at one-board-computer.
6773
6774 commit ab3a2005418b54df829c3223f2c25f22ddf77de8
6775 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6776 Date:   Thu Jan 26 22:24:21 2017 +0900
6777
6778     [Draw][OpenGL][UI] Add selection of draw infrastracture; OpenGLv3(MAIN) and OpenGLv2 (and OpenGLv3.2(Core): Still not implemented).
6779
6780 commit 7d81374950faa4296e2ba8774008d8dd96b45f51
6781 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6782 Date:   Thu Jan 26 20:42:50 2017 +0900
6783
6784     [Draw][Qt] Fix wrong aspect when using variable screen size.i.e.)emufm7/emufm77av40ex.
6785
6786 commit aad9dc1763636b3838fb310935077e4999d9c786
6787 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6788 Date:   Thu Jan 26 08:48:06 2017 +0900
6789
6790     [VM][DISK][MB8877][FM77AV40] Fix accessing 2D disk from 2DD mode drive (not 2D mode).
6791     Fixed boot issue of REVIVER.
6792
6793 commit 888f62a3d355615607ee36d8dccf03e55de461dd
6794 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6795 Date:   Thu Jan 26 03:16:18 2017 +0900
6796
6797     [UI][Qt] Update Japanese translations.
6798
6799 commit 6336ba0122135c9887c164468838ca4334dbcabe
6800 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6801 Date:   Wed Jan 25 17:44:21 2017 +0900
6802
6803     [VM][EVENT][SOUND] Fix problems voice with PCM (at least MSX and FM-7(Reviver)).
6804     See http://hanabi.2ch.net/test/read.cgi/i4004/1483504365/37 .
6805
6806 commit 3ff6301ccc2a971501418dc253ae17e3779cb3d0
6807 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6808 Date:   Tue Jan 24 16:14:16 2017 +0900
6809
6810     [DOC] Update document to F2(fix2).
6811
6812 commit 3cd17603c352048623c19631a36b678c8b404e8a
6813 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6814 Date:   Tue Jan 24 07:30:12 2017 +0900
6815
6816     [UI][Qt][Windows] Fix not display translated entries, excepts "Machine" menu.
6817
6818 commit 8ef04c7a3b605a01bd70c9faa5358c59a592099b
6819 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6820 Date:   Tue Jan 24 05:15:49 2017 +0900
6821
6822     [DOC] Update gitlog.
6823
6824 commit ad294aee8bac83a5d30c618fa70d32fd166e1e2f
6825 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6826 Date:   Tue Jan 24 04:43:24 2017 +0900
6827
6828     .
6829
6830 commit 521c888be5d7f8ef4832828c6c20ee7a0f7a67ed
6831 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6832 Date:   Tue Jan 24 04:34:05 2017 +0900
6833
6834     [DOC] Adjust DOCs.
6835
6836 commit 2b71afed6ea71ca215917f42dd8f106124983de9
6837 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6838 Date:   Tue Jan 24 04:20:24 2017 +0900
6839
6840     [Build][Qt][SMC70] OOPS:Fixed FTBFS,
6841
6842 commit 59b7d2fb3ef0fe0c86e1e98e1ff47dee5e5ad0b2
6843 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6844 Date:   Tue Jan 24 03:59:32 2017 +0900
6845
6846     [OOPS][DOC] I also forgot to update documents(;´Д`)
6847
6848 commit 4879cae9132e7fecde43485579220864072b8f4c
6849 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6850 Date:   Tue Jan 24 03:42:57 2017 +0900
6851
6852     [DOC][OOPS] I forgot ChangeLog to version hash (;´Д`)
6853
6854 commit f74382e1b0c2e86d1d9c5962021bf5a3f2e1a6ba
6855 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6856 Date:   Tue Jan 24 01:51:09 2017 +0900
6857
6858     [Linux] Update installer.
6859
6860 commit 015a9c8f1a58efe3cb7f54fa234a2702e35c7080
6861 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6862 Date:   Tue Jan 24 01:17:12 2017 +0900
6863
6864     [UI] .
6865
6866 commit 3d8c0b5aca8ba777ff2e339823577ac072d16e5b
6867 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6868 Date:   Tue Jan 24 01:10:26 2017 +0900
6869
6870     [DOC] For release 2017-01-24.
6871
6872 commit 6e93d6920626193bf37fa6dfc2f41a8e84d8fd78
6873 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6874 Date:   Tue Jan 24 01:04:33 2017 +0900
6875
6876     [Qt][Build] Fix FTBFS with some VMs.
6877
6878 commit f89d2acc89b7c8914832fd2634f44ddb6c19c99f
6879 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6880 Date:   Tue Jan 24 00:46:36 2017 +0900
6881
6882     [VM][PC6601][UPD7752] Fix crash sometimes.
6883
6884 commit 5e697fcd0197afea1679587abd2666fb94a24f3c
6885 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6886 Date:   Tue Jan 24 00:27:17 2017 +0900
6887
6888     [Qt][PC98HA][OOPS] Fix FTBFS.
6889
6890 commit 11f7325fc68f88f086a831a54f4158180e13be34
6891 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6892 Date:   Tue Jan 24 00:20:38 2017 +0900
6893
6894     [Qt][PC98][Translation] Fix typo.
6895
6896 commit d2b23df8b6f97b1ad52df4eecf1ac407f79ad2a1
6897 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6898 Date:   Mon Jan 23 23:59:38 2017 +0900
6899
6900     [OOPS] Add some translations.
6901     [OOPS] Fix crash with mz2800.
6902
6903 commit 6e60b7ad8cda9c76ba976fde5d522504492f6fc1
6904 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6905 Date:   Mon Jan 23 23:27:10 2017 +0900
6906
6907     [Qt][FAMILYBASIC] Fix typo and FTBFS.
6908
6909 commit 2915a7bc14e9456654fb10f1551be15251331f6e
6910 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6911 Date:   Mon Jan 23 23:24:10 2017 +0900
6912
6913     [CONFIG] Set defaults value of Sound:StrictRendering to "false".
6914
6915 commit f0f83f28254a8bd98268c1e492f83d958dae4cd8
6916 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6917 Date:   Mon Jan 23 23:15:07 2017 +0900
6918
6919     [UI][Qt] Add QRCs for translations.
6920
6921 commit 26e68145432e1dccbda8cd1de345bae84778275d
6922 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6923 Date:   Mon Jan 23 23:14:21 2017 +0900
6924
6925     [UI][Qt] Add translations of menu entries and tooltips.
6926
6927 commit d9e9e2b2ed70c02174bbdd8b5a01e677c8b9f33c
6928 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6929 Date:   Mon Jan 23 08:24:21 2017 +0900
6930
6931     [UI][Qt] Fix TYPOs.
6932
6933 commit d9caba4577982df440daa5fe2b3fa9557a93fadc
6934 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6935 Date:   Mon Jan 23 08:04:54 2017 +0900
6936
6937     [UI][Qt][MENU][I18N] Add Japanese translations for libCSPGUI.
6938     [UI][Qt] Add more tooltips.
6939     [UI][Qt][FM7] Add Japanese translations.
6940
6941 commit 1ac719886e418d84bbc597570d15cd6306f485a2
6942 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6943 Date:   Mon Jan 23 03:59:46 2017 +0900
6944
6945     [UI][Qt] Add TOOLTIPs to menu entries and some dialogs.
6946
6947 commit 8546166f788c74a993ebab78302141a9efe87ef5
6948 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6949 Date:   Mon Jan 23 01:10:37 2017 +0900
6950
6951     [VM][SOUND][PCM1BIT] Add "Strict Rendering" to "Sound" menu.
6952
6953 commit 8ce7a31474bbece519d8b083dcc57ca7862eacef
6954 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6955 Date:   Sun Jan 22 18:14:57 2017 +0900
6956
6957     [VM][FMTOWNS][WIP] Implementing SPRITE.
6958
6959 commit e2762f4c39d2d4262852a185b2af46cc1156e1db
6960 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6961 Date:   Thu Jan 19 17:27:55 2017 +0900
6962
6963     [VM][FMTOWNS][MEMORY] Trim code.WIP.
6964
6965 commit 1550acbecec0a6612b411f28ce383e8ae4c3c695
6966 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6967 Date:   Tue Jan 17 14:43:17 2017 +0900
6968
6969     [DRAW][OpenGL][Qt][FM7] Fix wrong screen aspect on VMs without variable lines.
6970
6971 commit 7e852c64d047608ca704ff42c468602532ae2831
6972 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6973 Date:   Mon Jan 16 21:55:20 2017 +0900
6974
6975     [BUILD][Linux]Fix scripts.
6976
6977 commit 79d4d66063126ceb428b8c5c70d69b30442b54e2
6978 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6979 Date:   Mon Jan 16 12:21:10 2017 +0000
6980
6981     [VM][FM7] .
6982
6983 commit 61fd8019a1bab8587f6b034334ab17476f2ee752
6984 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6985 Date:   Mon Jan 16 12:20:05 2017 +0000
6986
6987     [BUILD][LINUX][GCC] Fix crash on some VMs built with gcc-5 (or earlier).
6988
6989 commit df92929ef66d89a132fecd5557988a103be78500
6990 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6991 Date:   Mon Jan 16 12:06:43 2017 +0000
6992
6993     [VM][FM7] Fix crash without connecting FDDs.
6994
6995 commit 344fd040a13761ad59586abbf542b2401fe62175
6996 Author: K.Ohta <whatisthis.sowhat@gmail.com>
6997 Date:   Mon Jan 16 16:41:54 2017 +0900
6998
6999     [VM][FMTOWNS] Add VRAM.
7000
7001 commit 6774c02ad4a1af0da2d80b252d2ebf1600f517fe
7002 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7003 Date:   Mon Jan 16 02:03:49 2017 +0900
7004
7005     [VM][UPD71071] Implementing: Add 16bit (word) transfer mode.WIP.
7006
7007 commit dd94242544298e1909c0f4e3a1e1d13f067344d9
7008 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7009 Date:   Mon Jan 16 02:03:26 2017 +0900
7010
7011     [VM][FMTOWNS] Implementing memory.
7012
7013 commit ed092e84758ccbe480024268142aa0d38a42d3ce
7014 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7015 Date:   Sat Jan 14 17:05:37 2017 +0900
7016
7017     [FMTOWNS][CRTC] Adjust SYNC signals timing.
7018
7019 commit 9440a3242dd7e84505d10490fe470474d5b234e4
7020 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7021 Date:   Fri Jan 13 16:51:04 2017 +0900
7022
7023     [FMTOWNS][CRTC][WIP] Implementing SYNC features.
7024
7025 commit e8afc759d9718dd73b7bbce284c338577ae4ad80
7026 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7027 Date:   Fri Jan 13 14:23:59 2017 +0900
7028
7029     [FMTOWNS][CRTC] Add line frenderer.Expect to use SIMD by compiler(;´Д`)ハァハァ
7030
7031 commit a918c80169d16c1c15fd13174accc36642d176ac
7032 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7033 Date:   Sat Jan 7 17:29:37 2017 +0900
7034
7035     [FMTOWNS][WIP] Add memory definitions.
7036
7037 commit 519f62755ec4dd6a071b8b1def0e56f3b578114d
7038 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7039 Date:   Sat Jan 7 16:04:23 2017 +0900
7040
7041     [FMTOWNS] Definition of CRTC and more.
7042
7043 commit d173274bde989f725c1218a047534aa44976814e
7044 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7045 Date:   Fri Jan 6 20:01:44 2017 +0900
7046
7047     [Qt5.7] .
7048
7049 commit 95cad82321dcd1adf27eb65f9d21416d353626f8
7050 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7051 Date:   Fri Jan 6 20:01:16 2017 +0900
7052
7053     [20170106] Update documents.
7054
7055 commit 9bfdcc78ff194a934a2d57ce6d4f1cbec9f26a58
7056 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7057 Date:   Fri Jan 6 19:42:30 2017 +0900
7058
7059     [General][Qt] Add Colecovision.
7060
7061 commit 1121cd49986eaf421d05a2076a671e3e42643d7b
7062 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7063 Date:   Fri Jan 6 19:28:49 2017 +0900
7064
7065     [VM][General] Add COLECOVISION . Still nbot implement UIs.
7066
7067 commit 91b00fd772a22f45b5fc7c6521319c682c467ca8
7068 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7069 Date:   Fri Jan 6 19:24:58 2017 +0900
7070
7071     [General][RES] Add resources for 20161231.
7072
7073 commit bb88fa0594bb3e76a79b6941bfae574fbb56ab16
7074 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7075 Date:   Fri Jan 6 19:16:21 2017 +0900
7076
7077     [VC2013] Remove cleanup.bat .
7078
7079 commit 65befd5af5a70ba35d1ade73e51ac98742d7a8b8
7080 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7081 Date:   Fri Jan 6 19:14:53 2017 +0900
7082
7083     [TK80BS] .
7084
7085 commit 054b636dc3f2609054a5c879f28b6acfe5b6da6e
7086 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7087 Date:   Fri Jan 6 19:13:26 2017 +0900
7088
7089     [Qt][GL] One board computers: Correctness drawing with GL3.0.
7090
7091 commit 5d3b69c91228be0e518a79c9db6c8a8a187e4b99
7092 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7093 Date:   Fri Jan 6 19:12:20 2017 +0900
7094
7095     [OSD][Draw][Qt] One board computers: Read correctly background PNG even using indexed colors.
7096
7097 commit 1c13bfb07d802307064098e62d80910653c5feea
7098 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7099 Date:   Fri Jan 6 19:11:07 2017 +0900
7100
7101     [VM][General] Add Sharp SM-B-80TE .
7102
7103 commit e9e1754835590021c43fec03c029e51da1c1e9fb
7104 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7105 Date:   Fri Jan 6 15:39:11 2017 +0900
7106
7107     [EMU][Qt] ROMAKANA: Remove duplicated calling of conversion.Call only at key-up.
7108
7109 commit f6c8abc14ca7f7a7912014665a3d7fbf0d5ed4de
7110 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7111 Date:   Fri Jan 6 15:37:32 2017 +0900
7112
7113     [Qt][KEYBOARD] Disable key compression event , use event-by-input for keyboard.Expect to fix crash with any input situations.
7114
7115 commit 40b1d23c60a358ec7772a82e9a023b27d3876fe0
7116 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7117 Date:   Thu Dec 29 23:42:48 2016 +0900
7118
7119     [General] Replace PNGs to latest upstream.
7120
7121 commit cd0e647ad0eff8431569d7f12301db4b2d30defa
7122 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7123 Date:   Thu Dec 29 23:39:21 2016 +0900
7124
7125     [General] Merge Upstream 2016-12-29.SMB80TE was not tested yet.
7126
7127 commit 021ec7e7ae711096a212254e2293a3210702ae15
7128 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7129 Date:   Wed Dec 28 04:25:03 2016 +0900
7130
7131     [HD46505] .
7132
7133 commit 17c94db646cf461cc78f0fbcc1d0dba728413ac6
7134 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7135 Date:   Wed Dec 28 04:24:12 2016 +0900
7136
7137     [VM][Towns] Initial start.Still not working.
7138
7139 commit 24e0fc31dc923f05e396495af7016708f189963a
7140 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7141 Date:   Thu Dec 15 03:36:49 2016 +0900
7142
7143     [WIN32][Qt] Cross-Build Qt libs: disable EGLFS (not EGL).
7144
7145 commit 2ff49ae1df15f25a87a623dc373befd6e4909e98
7146 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7147 Date:   Thu Dec 15 03:04:05 2016 +0900
7148
7149     [Build][Qt][CROSS][WIN32] Qt script to build: Add Angle as GLES.
7150
7151 commit 42e72462fce12a1c98d1a3a645990fd58a95a0dc
7152 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7153 Date:   Mon Nov 28 22:16:13 2016 +0900
7154
7155     [DOC] Re-Translate ABOUT_eFM7_1.txt to English with *NEW* Google Translate, will check.
7156
7157 commit 8a95adf7eef0fde30aba5f6544fba3f917226125
7158 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7159 Date:   Tue Nov 22 16:27:52 2016 +0900
7160
7161     [VM][FM7] Reduce graphic buffer for non-400 lines machines.
7162
7163 commit c54f3475da338d3a41f365e744393af37a366281
7164 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7165 Date:   Mon Nov 21 17:23:50 2016 +0900
7166
7167     [DOC] Add TV-Renderer.ja.txt .
7168
7169 commit 28159afc55bcaa9bf3c13475b23a696cb18ed393
7170 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7171 Date:   Mon Nov 21 17:01:02 2016 +0900
7172
7173     [DOC] Re-Update for release.
7174
7175 commit 73358d8563543f1a0d860794a2f5c83cecb0d533
7176 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7177 Date:   Mon Nov 21 16:57:49 2016 +0900
7178
7179     [Qt][OpenGL] Fix crash with GL v2.0.
7180
7181 commit 8cee7a303c8ac3bc12d16f5c6ba4eaa2094c3f6b
7182 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7183 Date:   Sun Nov 20 23:14:01 2016 +0900
7184
7185     [DOC] Update for RELEASE 2016-11-21.
7186
7187 commit 27ee1e6dbee9c40e249c65ac36c2a4f4c7fe0635
7188 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7189 Date:   Sun Nov 20 22:46:06 2016 +0900
7190
7191     [Qt][GL] Adjust textures size.
7192
7193 commit b767a19575e3ffb3ebdd5908d2cb0f7eb0426419
7194 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7195 Date:   Sun Nov 20 22:45:31 2016 +0900
7196
7197     [EMU][GL] TV-Rendering: Adjust draw timing.
7198
7199 commit f839b8b3026fd62260b7b30bfe67bcc1ee800f4d
7200 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7201 Date:   Sun Nov 20 17:05:45 2016 +0900
7202
7203     [GL][Shader] Reduce GPUs usage, using lower power on rendering.
7204
7205 commit b160f5d9c8018a938645c360aa93205046e296a7
7206 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7207 Date:   Sun Nov 20 05:12:25 2016 +0900
7208
7209     [GL][SHADER] NTSC_PASS2 SHADER: Make vector calcuration and simple addressing to reduce GPU usage.Make about half of GPU usage at "TV Rendering".
7210
7211 commit 909ca7f5483f062f9672303f61a132310d0547e5
7212 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7213 Date:   Thu Nov 17 06:16:48 2016 +0900
7214
7215     [GL][Shader][NTSC] Reduce GPU usage.
7216
7217 commit acb7114eb02c73ca3166b58ccd688a50ec6683e9
7218 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7219 Date:   Thu Nov 17 03:06:55 2016 +0900
7220
7221     [Qt][EMU] Reduce to draw.
7222
7223 commit 19009b16eb9f115ec6526a4f4327891b4ba90200
7224 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7225 Date:   Thu Nov 17 03:06:06 2016 +0900
7226
7227     [Qt][OpenGL] GLv3.0: Not using GL2 functions.Prepare to build GL4.
7228
7229 commit 7ab51bc66207ac014cf7aec31473902a412aa898
7230 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7231 Date:   Wed Nov 16 06:14:28 2016 +0900
7232
7233     [GL][GLSL] TV renderer: Adjust parameters.
7234
7235 commit 85dc008f9b595c2dde7f126f9c9db21b93fa7f45
7236 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7237 Date:   Wed Nov 16 06:14:04 2016 +0900
7238
7239     [Qt][GL] Fix crash with GL2.0.
7240
7241 commit 41d5d0971832b0f821dfd921e0d866041ce1a0d0
7242 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7243 Date:   Tue Nov 15 23:17:55 2016 +0900
7244
7245     [DOC] I forgot commit some documents X-)
7246
7247 commit 1435d7e581196c09a4b2423f74314112a4625e28
7248 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7249 Date:   Tue Nov 15 23:09:04 2016 +0900
7250
7251     [Qt][GL] GL3.0: Not use chromakey_fragment_shader.glsl to reduce GPU usage.
7252     [Qt][GL] Add putting shader log to logger.
7253
7254 commit 3d6a913fbb5aa3d21660d8e8c90cdbbb358293ff
7255 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7256 Date:   Tue Nov 15 21:56:00 2016 +0900
7257
7258     [Qt][Draw] GL3.0: Pack GL-Objects to GLScreenPack Class, using Qt::OpenGL functions (less than Qt5.2?).
7259
7260 commit 44c95b0078263bb51364ad7bc93d2a5da47e1f66
7261 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7262 Date:   Fri Nov 11 01:18:53 2016 +0900
7263
7264     [UI][Qt] Use FIFO class instead of QQueue<key_queue_t>, to fix crash randomly at same point of de-queueing key_down_queue.
7265     [Qt][GL3] Initialize GL2's functions at GL3 class.
7266
7267 commit aa63182b3d82a053df1f09fa09a63d643471197f
7268 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7269 Date:   Thu Nov 10 22:24:51 2016 +0900
7270
7271     [Qt][GL][GL3] .
7272
7273 commit db88a79aff1bd7c1e76257dd6c81159a23dfab14
7274 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7275 Date:   Thu Nov 10 22:24:07 2016 +0900
7276
7277     [Qt][GL] Try: Separate around tmp texture to a class.
7278
7279 commit f71f936c4b08551221969d0246e0dbe2c5c656bc
7280 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7281 Date:   Thu Nov 10 22:22:49 2016 +0900
7282
7283     [Qt][GL] Calcurate at 2x bigger tmp texture.
7284     [Qt][GL] Abondon using both GL2 and GL3.0, use only GL3.0 .
7285
7286 commit 6dbb7e015b0b4ec17576c28a343d7b6becff9a00
7287 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7288 Date:   Wed Nov 9 03:21:39 2016 +0900
7289
7290     [VM][Qt] Enable "TV rendering" with some VMs.
7291
7292 commit d2e0e9cfb1dfa8783e86798f7cda918644d1a5ce
7293 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7294 Date:   Wed Nov 9 03:20:51 2016 +0900
7295
7296     [GL][GLSL] NTSC: More accurate.
7297
7298 commit 9ea2f222041eee42f00506b4a77cdd193f1b9ada
7299 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7300 Date:   Wed Nov 9 03:19:20 2016 +0900
7301
7302     [Draw][Qt] GLv3: Zoom size of temporally texture(s) to x4.Drawing to temporally texture refer to destination.
7303
7304 commit fbc7eba36be7db2a0e627e242af6b780aedfd9b1
7305 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7306 Date:   Mon Nov 7 16:03:15 2016 +0900
7307
7308     [Qt][GL][Display] Add NTSC-TV rendering.Still not enabled any VMs.
7309
7310 commit 7e8170a96c6cc09bf1e98a2e7db9f366e2f34862
7311 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7312 Date:   Mon Nov 7 04:25:30 2016 +0900
7313
7314     [Build][Linux] Fix FTBFS.
7315
7316 commit cfedb815da575218c3ead0e7cb506356515c98af
7317 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7318 Date:   Mon Nov 7 04:24:43 2016 +0900
7319
7320     [Qt][Draw] NTSC-Shader: Maybe work, but color is wrong.
7321
7322 commit 5c09b15559d258e4624940c4a9af1b59b2dd4046
7323 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7324 Date:   Wed Nov 2 04:02:06 2016 +0900
7325
7326     [Linux] Build with Qt 5.5.1. Abondon Qt 5.3.
7327
7328 commit 33b5a69575778142de48c5eaabd134bb7ad64e1f
7329 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7330 Date:   Wed Nov 2 02:56:44 2016 +0900
7331
7332     [Qt][GL][Draw] TRY: NTSC shader.
7333
7334 commit 5d2f3b2d046306f9797bbbcc03c5b5e4f5822846
7335 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7336 Date:   Thu Oct 27 17:05:46 2016 +0900
7337
7338     [DOC] Update documents.
7339
7340 commit f3c250c28a3b39d7900036a405d3fb5e6be2a840
7341 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7342 Date:   Thu Oct 27 17:00:57 2016 +0900
7343
7344     [GENERAL] Update installer.
7345
7346 commit 006cc1d851483ea84fc5a3f4fa58cbf03302c49b
7347 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7348 Date:   Thu Oct 27 16:56:59 2016 +0900
7349
7350     [ROMAKANA] Update documents.
7351
7352 commit 1860b057132badf1a6d153f0047f3269eac611ac
7353 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7354 Date:   Thu Oct 27 16:56:34 2016 +0900
7355
7356     [ROMAKANA] More supported VMs.
7357
7358 commit 2d012029aa3763556a9615f8bba9dfa311fd36b5
7359 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7360 Date:   Thu Oct 27 16:55:50 2016 +0900
7361
7362     [VM][FM16PI][J3100] Fix BEEP.
7363
7364 commit b4b67b59610bcd88d3caf31fd7403cf3a525c630
7365 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7366 Date:   Thu Oct 27 16:48:05 2016 +0900
7367
7368     [SOUND][PCM1BIT] Fix to beep, but not effect?
7369
7370 commit 2142ec606b57df842b8aa706b162c567ab3db5e5
7371 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7372 Date:   Thu Oct 27 16:36:15 2016 +0900
7373
7374     [QC10] Fix beep issue.
7375
7376 commit bb1339147cf499abbc07ef8f8815e41405de289c
7377 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7378 Date:   Thu Oct 27 15:52:45 2016 +0900
7379
7380     [DOC][ROMAKANA] Add english document.
7381
7382 commit 4ebdfadeff44adfe2343eeb8db39372a69fd868f
7383 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7384 Date:   Wed Oct 26 12:21:41 2016 +0900
7385
7386     [BUILD] Update FFMPEG to 3.1.5 .
7387
7388 commit 11b82498b729451ad7f1a983f7a1c115be6c6409
7389 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7390 Date:   Wed Oct 26 11:29:29 2016 +0900
7391
7392     [DOC][ROMAKANA] add romaji_kana.ja.txt .
7393
7394 commit afc497c01402e16d23f7a9b4e2b3d45886ce059d
7395 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7396 Date:   Wed Oct 26 01:41:15 2016 +0900
7397
7398     [VM][EVENT] Non-Clear force_rendering_sound counter even reset/initialize.
7399
7400 commit 9167d71fccece3a6508cda0984c5b1f1f0e8fb7a
7401 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7402 Date:   Wed Oct 26 01:40:31 2016 +0900
7403
7404     [UI][Qt] MZ: Add support MZF type tape data.
7405
7406 commit ff9ba6191e6c96a33afe16067eb3b0e9d5412b5d
7407 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7408 Date:   Wed Oct 26 00:49:16 2016 +0900
7409
7410     [ROMAKANA][VM] TRY: Enable to use romaji-kana conversion for FM-7/77/AV/8/MZ-700(?)/PC-6000(Maybe corrupt)/PC-8001/PC-8801/MSX(?)/X1.
7411
7412 commit 7dabcf6f59a38369e4697a39d25828c156ccdf13
7413 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7414 Date:   Tue Oct 25 23:21:56 2016 +0900
7415
7416     [ROMAKANA] Use AUTO_KEY feature instead of direct sending VK_foo.
7417
7418 commit 2e9be08552dd3f3ee94cb5b2790257edd4d73b2d
7419 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7420 Date:   Tue Oct 25 13:37:56 2016 +0900
7421
7422     [ROMAKANA] .
7423
7424 commit 6f595dd1e71923675e4e6af3b061041deef6372f
7425 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7426 Date:   Mon Oct 24 18:26:57 2016 +0900
7427
7428     [WIP][ROMAKANA] Move romaji-kana conversion from VM to EmuThread. WIP.
7429
7430 commit 62893983d30d2ce69e28fffe3e6d5a42558f07f4
7431 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7432 Date:   Mon Oct 24 05:35:10 2016 +0900
7433
7434     [Qt][SOUND_LOADER] Remove a warning.
7435
7436 commit 0b82afedce1712ab5ef4bb73e7e05681c0402ad6
7437 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7438 Date:   Mon Oct 24 05:32:44 2016 +0900
7439
7440     [VM][SOUND] Fix wrong rendering period for PCM1BIT with some VMs.
7441     Maybe fixed issue of http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/775 .
7442
7443 commit bc98cf60cabed392fd0ae6f746c9b6af9f850b50
7444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7445 Date:   Mon Oct 24 05:30:43 2016 +0900
7446
7447     [VM][EVENT] Re-entrant set_realtime_render().
7448
7449 commit c71ce5b9298bdd458b7bed9500120e0092ed2ce3
7450 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7451 Date:   Mon Oct 24 02:46:19 2016 +0900
7452
7453     [VM][FM7][KEYBVOARD] Adjust size of roma-kana buffer.
7454
7455 commit d38ac0fb1cc041c7f3ea95094f794f28b806966a
7456 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7457 Date:   Mon Oct 24 02:44:52 2016 +0900
7458
7459     [ROMAKANA] Add xtu(ッ) .
7460
7461 commit 286edf12ae1e511014a1ad380d1331abf080dcf3
7462 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7463 Date:   Mon Oct 24 02:12:25 2016 +0900
7464
7465     [Build][CMAKE] .
7466
7467 commit 5d4dd53df925f9c7b4f62067fd607df536784dbc
7468 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7469 Date:   Mon Oct 24 02:11:29 2016 +0900
7470
7471     [UI][Qt] Add support ROMAJI-KANA conversion.
7472
7473 commit deb443f9553ad16eebc29416360b8f80ec4b1c3c
7474 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7475 Date:   Mon Oct 24 02:09:21 2016 +0900
7476
7477     [VM][KEYBOARD] Add ROMAJI-KANA conversion.(When set SUPPORT_ROMA_KANA_CONVERSION). See  scan2fmkeycode() of vm/fm7/keyboard.cpp.
7478
7479 commit e1dca5dbfdb3ccdd03dce4ff8ec1f2a6ea041a7c
7480 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7481 Date:   Wed Oct 19 04:59:29 2016 +0900
7482
7483     [VM][FM7][KEYBOARD] Fix not have GRPH key excepts Windows HOST.
7484
7485 commit 85b564dd733ea6a0e7373a064d1f2b71eb8c20df
7486 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7487 Date:   Tue Oct 18 16:36:49 2016 +0900
7488
7489     [DOC] Update for release.
7490
7491 commit 004920711399d430ead55e59c948e7fb7a04a402
7492 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7493 Date:   Thu Oct 13 22:52:46 2016 +0900
7494
7495     [VM][SOUND][EVENT] mix(): Collected up mix_sound() timing.
7496
7497 commit 520a40a325f7367c9cbddf89cbf9d73b087af2d5
7498 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7499 Date:   Thu Oct 13 22:51:55 2016 +0900
7500
7501     [VM][FM7][BUG][DISPLAY] Non-FM77AV*: Fix not clear active_page.
7502
7503 commit 0404fcd46dd451c177d42d387c636be8e8acff3e
7504 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7505 Date:   Mon Oct 10 19:50:48 2016 +0900
7506
7507     [VM][EVENT] Sound devices: Do mix_sound() dynamically, not do per a sample: To reduce usage of host CPU. See event.[cpp|h] and device.h .
7508
7509 commit e78ccfafdda95de490b2ed4f00c797d9beb1e7cf
7510 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7511 Date:   Mon Oct 10 14:23:26 2016 +0900
7512
7513     [DOC] Update gitlog.
7514
7515 commit 04f8b06683a418a6de28aba96455e01a3d111807
7516 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7517 Date:   Mon Oct 10 05:25:19 2016 +0900
7518
7519     [DOC] Re-update to release.
7520
7521 commit d100ae8323d6657fe37ac44a69abc8da470b77ad
7522 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7523 Date:   Mon Oct 10 05:19:38 2016 +0900
7524
7525     [VM][FM7][VRAM] Make gcc using SIMD (when optimize options have set) to be faster rendering.
7526     [VM][FM7][VRAM] Do not use inline, to make compiler optimizing.
7527
7528 commit 60e09c529a8176d9ef1b1544bfdd36340c4260fc
7529 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7530 Date:   Sun Oct 9 23:34:49 2016 +0900
7531
7532     [DOC] Update gitlog.
7533
7534 commit 64125555381d23520dcf40f8cda80a332d92c5ff
7535 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7536 Date:   Sun Oct 9 23:34:26 2016 +0900
7537
7538     [DOC] Update to release.
7539
7540 commit 3129bcfe18267942d202153a683b2d4e56fc96a8
7541 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7542 Date:   Sun Oct 9 23:20:56 2016 +0900
7543
7544     [DOC] Qt ports: Add about sound files.
7545
7546 commit ef81b8b71646d878dd9e7d0a7a299b290b419224
7547 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7548 Date:   Sun Oct 9 23:20:09 2016 +0900
7549
7550     [DOC] VMs/ : Add about sound files.
7551
7552 commit c3080d958a21890699495269075cfeb037aeb297
7553 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7554 Date:   Sun Oct 9 22:50:26 2016 +0900
7555
7556     [Qt][CONFIG][UI] Add config entries for pseudo-sounds (i.e. FDD,Relay).
7557
7558 commit f5242a8cff416ff3c5fba8a690ae0f65ec81f0bb
7559 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7560 Date:   Thu Oct 6 20:33:20 2016 +0900
7561
7562     [DOC] ABOUT_eFM7 : More translate.
7563
7564 commit a7c533c203bc8e7575940391aeedd3b0a12c595c
7565 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7566 Date:   Thu Oct 6 17:36:21 2016 +0900
7567
7568     [DOC] Update ABOUT_eFM7_1.en.txt, still partly translation.
7569
7570 commit e590abe9f83d4f08ead01737b7f2c77582d274ab
7571 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7572 Date:   Wed Oct 5 20:57:13 2016 +0900
7573
7574     [VM][DATAREC][FDD] Add sounds of SEEK/CMT, excepts either pseudo devices / bios.
7575     [VM][DATAREC] Fix freeze resetting when loading from TAPE.
7576
7577 commit 1affdb63fd8a1ff9295af4269e2d15e4ec00ea70
7578 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7579 Date:   Wed Oct 5 16:23:50 2016 +0900
7580
7581     [VM][FP200] Add CMT button's sounds.
7582
7583 commit 004bf295dd036e2905ea5a1ed36461be179e45fe
7584 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7585 Date:   Wed Oct 5 15:32:19 2016 +0900
7586
7587     [VM][X1][FM7] load_state(): Keep backward compatibility to SNAPSHOT 20160923.
7588
7589 commit 815cfb1186ee23bd9dc85d11983124fa99ed8f94
7590 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7591 Date:   Wed Oct 5 14:38:09 2016 +0900
7592
7593     [VM][FM7] MAINIO: Revert STATE_VERSION to 6.
7594
7595 commit 329971e210ff8bc34ce35e9868921c3a44b35d24
7596 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7597 Date:   Wed Oct 5 14:02:30 2016 +0900
7598
7599     [VM][DATAREC] Fix FTBFS with some VMs.
7600
7601 commit 924bfaf7b644ca73240de65823d27eb2490d0809
7602 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7603 Date:   Wed Oct 5 06:51:23 2016 +0900
7604
7605     [VM][BMJR][FM7][MB8877][MSX][MZ80K][MZ700][MZ2500][T3444A][uPD765A] Add playing sound files. (BMjr has not sounded datarec,why?)
7606
7607 commit 1923450bf8c5479b3f89b98fa1ef1b034ae834d5
7608 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7609 Date:   Wed Oct 5 06:49:38 2016 +0900
7610
7611     [BUILD][VM] Remove "-DDATAREC_SOUND" if unneeded.
7612
7613 commit 7ecdc018f1671d80f4d287b81d9f75c1db22942d
7614 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7615 Date:   Tue Oct 4 17:19:52 2016 +0900
7616
7617     [VM][PC100] Add a seek sound.
7618
7619 commit 184c907a6622d3ae2dec77580f8ae8422435e71e
7620 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7621 Date:   Tue Oct 4 17:19:22 2016 +0900
7622
7623     [PC6001][VM] Fix FTBFS.
7624
7625 commit cf0c4598b556fbdcb4af488c2e4e6fbe66d9697e
7626 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7627 Date:   Tue Oct 4 16:57:00 2016 +0900
7628
7629     [VM][FM7][PC88][PC60][PC98][X1] DATAREC/SEEK; has sound files, will abandon WAV_SOUNDER DEVICE.
7630
7631 commit b5bd35c8b0485e8cf4e02277056e797007a9af96
7632 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7633 Date:   Mon Oct 3 21:20:37 2016 +0900
7634
7635     [VM][PC6001] Add seek sounds.
7636
7637 commit 4590a5f3484ae4a3d344db53b7e107ca45412a63
7638 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7639 Date:   Mon Oct 3 21:19:57 2016 +0900
7640
7641     [VM][PC9801] Add seek sound.
7642
7643 commit fa3bdd95e41acb312913272dec1205a20b16fec6
7644 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7645 Date:   Mon Oct 3 21:19:10 2016 +0900
7646
7647     [VM][EVENT] Extend permitted sound events to 32.
7648
7649 commit ccf5ea3607bb3f2c95270603a9724aa7f6db722c
7650 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7651 Date:   Mon Oct 3 21:18:40 2016 +0900
7652
7653     [VM][PC8801] Add seek sound.
7654
7655 commit 4757c407f1e4b1f84160372fa55d4156b6c15a51
7656 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7657 Date:   Mon Oct 3 21:17:22 2016 +0900
7658
7659     [VM][uPD765A] More correctness seek timing.
7660     [VM][uPD765A] Add seek sound.
7661
7662 commit 0e8dc83555fa33b64ab4874571c330f0f98e7956
7663 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7664 Date:   Mon Oct 3 17:55:41 2016 +0900
7665
7666     [VM][MB8877] More accurate seek sound.
7667
7668 commit f7b07f94efd9eeb47d130aa16e1f2aa7005e291e
7669 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7670 Date:   Mon Oct 3 16:48:56 2016 +0900
7671
7672     [VM][WAV_SOUNDER] Use a static table instead of FIFO. Expect to be faster.
7673
7674 commit 51ac81a705b03c44d8a87f40fae59fcf15eb1694
7675 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7676 Date:   Mon Oct 3 16:24:54 2016 +0900
7677
7678     [VM][X1] Add sounds for X1 series.
7679
7680 commit bfbc15db3dd0954c1ab3067237957c1e124fe493
7681 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7682 Date:   Mon Oct 3 16:23:19 2016 +0900
7683
7684     [VM][WAV_SOUNDER] Fix crash on failed to load without any sound file.
7685
7686 commit c57cc4127dd2f9c9527106b56b0b4583f7c65d8a
7687 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7688 Date:   Mon Oct 3 16:20:29 2016 +0900
7689
7690     [VM][DATAREC] Fix crash when eject under playing a tape.
7691
7692 commit 7580a2bef858a70055a7dbe2834b17df6551a3a0
7693 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7694 Date:   Mon Oct 3 01:56:38 2016 +0900
7695
7696     [Build][CMAKE] Update DLL's version.
7697
7698 commit 5f1eb41a6953e3c5a2e9fc01c27562dd955ba922
7699 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7700 Date:   Mon Oct 3 01:52:59 2016 +0900
7701
7702     [DOC] FM-7/77AV/8 : Update VMs/*.txt .
7703
7704 commit 97308b42f2851810e9e4552e18aab6e09cde31c4
7705 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7706 Date:   Mon Oct 3 01:48:49 2016 +0900
7707
7708     [Build][CMAKE][FM7] Add wav sound.
7709
7710 commit bd897115fad872c79390cc9dc156de949334a0dc
7711 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7712 Date:   Mon Oct 3 01:48:07 2016 +0900
7713
7714     [Build][Linux] Fix wrong flags with LTO.
7715
7716 commit f9ee028ba582edf050be3b98544dc82776f678f1
7717 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7718 Date:   Mon Oct 3 01:47:16 2016 +0900
7719
7720     [OSD][Qt] Extend for SOUND_LOADER.
7721
7722 commit aa0dde7d20fc0ae63d558492a78e002acafe1bed
7723 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7724 Date:   Mon Oct 3 01:46:43 2016 +0900
7725
7726     [VM][FM7] Add sounds; FDD Seeking and Relay.
7727
7728 commit 5e864711a1e602d6247b33ec73d99d18dfc5d9ee
7729 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7730 Date:   Mon Oct 3 01:45:36 2016 +0900
7731
7732     [VM][WMU] Add WAV_SOUNDER class to play WAVS (i.e. FDD seeking). See wav_sounder.[cpp|h] and mb8877.[cpp|h] .
7733
7734 commit 4a3d70d0c01336136fec0580adf84a835b01ac3c
7735 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7736 Date:   Mon Oct 3 01:44:54 2016 +0900
7737
7738     [Qt][AVIO] Add SOUND_LOADER class.
7739
7740 commit 35ca4fea31e414ca47a9a07bfae6e5c67805c8a9
7741 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7742 Date:   Mon Oct 3 01:43:57 2016 +0900
7743
7744     [VM][EVENT] Update MAX_SOUND from 8 to 16.
7745
7746 commit 7d7ce4f82ab2df1a63f9ebfa1f894b83e559486b
7747 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7748 Date:   Thu Sep 29 23:49:08 2016 +0900
7749
7750     [WIP][BUILD][WIN32] TRY: Use llvm to build, this is wip.
7751
7752 commit 1b2f044dc532d1e2534be10080493f043c8e4479
7753 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7754 Date:   Thu Sep 29 18:05:42 2016 +0900
7755
7756     [BUILD] Fix Linux/GCC.
7757
7758 commit de07e089dbc3065273dd13db0fd572158a00ae86
7759 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7760 Date:   Thu Sep 29 17:04:56 2016 +0900
7761
7762     [Build][GENERAL] Separate compiler depended params to source/build-cmake/param/ .
7763
7764 commit 3d44518d2958672da3c5ae51ca9f00bc4997c537
7765 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7766 Date:   Wed Sep 28 18:55:15 2016 +0900
7767
7768     [DOC] Translate and correct ABOUT_eFM7_1.en.txt by hand, partly.
7769
7770 commit 9f6e5e1fca352fa704751c2a67e997b6ae5acd49
7771 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7772 Date:   Wed Sep 28 06:54:05 2016 +0900
7773
7774     [BUILD][General][WIP] Win32: TRY: Cross build with llvm clang, linking has failed yet.
7775
7776 commit 1d3609dcbe1619614f09afe594fd019af5a98c55
7777 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7778 Date:   Tue Sep 27 13:05:39 2016 +0900
7779
7780     [General][BUILD][WIP] TRY: Also use LLVM CLANG to build Win32 binary, still not succeeded.
7781
7782 commit 2be65424c9658602c2810cbbe2dd011a5e3100c3
7783 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7784 Date:   Tue Sep 27 11:54:21 2016 +0900
7785
7786     [BUILD][GENERAL] Non-Cross: Enable to use llvm-clang (3.9) to build.
7787
7788 commit 2a3087a2eebcb856ab1ee5fa6b9b0c33041dea09
7789 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7790 Date:   Tue Sep 27 03:24:33 2016 +0900
7791
7792     [UI][Qt][AVIO][WIP] Trim logs.WIP.
7793
7794 commit c3dc108612fa94495cf2076c8b8abe410d4fb08c
7795 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7796 Date:   Tue Sep 27 03:21:17 2016 +0900
7797
7798     [Qt][GUI][Win32] Fix crash launching with gdb/Mingw32 or gdb/Cygwin. See http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/750 .
7799
7800 commit 73249c9203a357eb6061a5d44efb5d89f00bcdca
7801 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7802 Date:   Fri Sep 23 22:02:50 2016 +0900
7803
7804     [DOC] Update GITLOG.
7805
7806 commit fe5eb3a8561717a74ce16fa3e65af57d6466f4bc
7807 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7808 Date:   Fri Sep 23 22:02:29 2016 +0900
7809
7810     [DOC] Update Issues.
7811
7812 commit 88650a4eeb04e758fbccae27931364195604a750
7813 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7814 Date:   Fri Sep 23 20:09:13 2016 +0900
7815
7816     [DOC] Update status.
7817
7818 commit 10333285bb21900f1b4f4a841da70b205428fd5e
7819 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7820 Date:   Fri Sep 23 20:05:25 2016 +0900
7821
7822     [DOC] Fix typo.
7823
7824 commit cef709682ed3c43687e6af657feb98ceea6228d8
7825 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7826 Date:   Fri Sep 23 19:54:59 2016 +0900
7827
7828     [DOC] Update to release.
7829
7830 commit 8cdb1dbebf95d7371e514886c23edc6c9401848a
7831 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7832 Date:   Fri Sep 23 19:40:23 2016 +0900
7833
7834     [VM][PASOPIA7] FIX FTBFS.
7835
7836 commit 454d4cd3fd32fb5247fac38750358a410e2adfda
7837 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7838 Date:   Fri Sep 23 19:32:13 2016 +0900
7839
7840     [VM][N5200][PASOPIA][PC2001][TK80][X07] Fix FTBFSs.
7841
7842 commit 7e4b57c4f13593da4fd0bb726784a3222e1ff19d
7843 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7844 Date:   Fri Sep 23 19:18:16 2016 +0900
7845
7846     [VM] Fix missing name of components.
7847
7848 commit e700be281ad5cb08d0bd508111a86600bb17ff5f
7849 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7850 Date:   Fri Sep 23 17:51:00 2016 +0900
7851
7852     [VM][DEVICE] Add name to all of components.
7853
7854 commit 25a44fa0affc15401696c4bd54f308b2d5644a67
7855 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7856 Date:   Fri Sep 23 16:08:39 2016 +0900
7857
7858     [VM][DEVICE] Add role of device to all device's name.
7859
7860 commit 9b6f63f218d55ea7edefb85cdd89317357fe8556
7861 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7862 Date:   Fri Sep 23 01:56:29 2016 +0900
7863
7864     [VM][DEVICE][WIP] Add role of device to name of devices.WIP.
7865
7866 commit d8570f4923083e6df263efe8b6d4f9ffdac9c54d
7867 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7868 Date:   Fri Sep 23 01:48:58 2016 +0900
7869
7870     [VM][DEVICE] Add name of devices (or blocks) from BABAGE2nd to MZ-2500, PC-8001/8801, PC-9801, PC ENGINE and X1.
7871
7872 commit 846bf4151a67cb77db27ead3b5364ac5286ce27d
7873 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7874 Date:   Thu Sep 22 23:38:27 2016 +0900
7875
7876     [VM][PC9801][FDD] More correctness FDD I/F, refer to http://www.webtech.co.jp/company/doc/undocumented_mem/io_fdd.txt .
7877
7878 commit 699ec62a147dc61a027c9842a9a28fc5fe3ae73c
7879 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7880 Date:   Thu Sep 22 01:39:43 2016 +0900
7881
7882     [VM][PC9801] Add prepare to support ITF.ROM .
7883
7884 commit 455a2d87211a050d33312338c21764bfae948d5a
7885 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7886 Date:   Mon Sep 19 22:31:02 2016 +0900
7887
7888     [Qt][Debugger] Not hang-up when Opening debugger and exit emu{foo}. This is temporally workaround.
7889
7890 commit 1986a68dd278655bb537507c92aeaca7e2380859
7891 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7892 Date:   Mon Sep 19 22:06:40 2016 +0900
7893
7894     [Qt][Debugger] Add templete of debugger to libCSPgui.so .
7895     [Qt][Debugger] Don't close with close button, this is temporally workaround.
7896
7897 commit 4e2e8f9746d82cf8f18ee6118c375175111cfd02
7898 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7899 Date:   Thu Sep 15 14:26:11 2016 +0900
7900
7901     [DOC][WIP] Correcting About_eFM7.en.txt, this is WIP.
7902
7903 commit da8c52e85169d6488c1351ac78b2293c8628bc33
7904 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7905 Date:   Thu Sep 15 14:04:52 2016 +0900
7906
7907     [DOC] Correct how3build.qt.txt . (maybe incorrect (;´Д`))
7908
7909 commit 54abe3141323c62706c5f46de3ea999c3cf05e10
7910 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7911 Date:   Thu Sep 15 13:20:55 2016 +0900
7912
7913     [DOC] Add English translations of some articles by GOOGLE TRANSLATION, but not correct wors etc yet X-)
7914
7915 commit e73f60d59565d4f99c5b77ae37feae378e53352d
7916 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7917 Date:   Tue Sep 13 05:23:35 2016 +0900
7918
7919     [UI][Qt][PRINTER] Fix selecting printers.
7920
7921 commit a6fedf4ca20b6f9d5974b2c9370394ef5c02898a
7922 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7923 Date:   Tue Sep 13 05:23:01 2016 +0900
7924
7925     [EMU][CONFIG][LOG] Fix settings of log.
7926
7927 commit edc2ec2a8cb48ec879f5ef3a43b74497bb1b905d
7928 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7929 Date:   Tue Sep 13 05:19:13 2016 +0900
7930
7931     [VM][FM7][MB8877][DISK] Workaround for RIGLAS/FM-7.
7932     Perhaps, below have side-effect, add special-disk to RIGLAS FM.
7933     * Don't "NOT READY" even stopping motor.
7934     * Transfer even stopping motor.
7935     [EVENT] Remove logging on cancel event.
7936
7937 commit e832a45eb07039bbb1330a491e2b3a43ec93e120
7938 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7939 Date:   Mon Sep 12 19:50:52 2016 +0900
7940
7941     [UI][Qt][WIN32] Fix crash on startup (maybe true) caused by (´∀`)<ぬるぽ ヽ(・∀・)ノ┌┛ガッΣ(ノ`Д´)ノ
7942
7943 commit c05d9119224685b07b098728e721804f1ca6e647
7944 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7945 Date:   Sun Sep 11 01:21:15 2016 +0900
7946
7947     [WIN32] (Maybe) Fix crash with MSYS2, Cygwin and Windows7 , maybe... ( ;∀;)
7948
7949 commit f5c5336d83561c70c274a3626a150d45d40c68b6
7950 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7951 Date:   Fri Sep 9 07:14:37 2016 +0900
7952
7953     [EMU][JOYSTICK] .
7954
7955 commit 19748881535914a460628b795b63611aa772ab09
7956 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7957 Date:   Fri Sep 9 07:14:03 2016 +0900
7958
7959     [VM][FM7][OOPS][JOYSTICK] Fix not redirect triggers.
7960
7961 commit 173836dc0533e9ff707548ae46959ea170836dee
7962 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7963 Date:   Fri Sep 9 01:29:56 2016 +0900
7964
7965     [General][Linux] Update installer.
7966
7967 commit 5dcc528f921744dab4113386b6c03bebe5562bf9
7968 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7969 Date:   Fri Sep 9 01:23:09 2016 +0900
7970
7971     [DOC] Update gitlog.
7972
7973 commit 75d3266551cdbcafa9348299b770f847501da07c
7974 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7975 Date:   Fri Sep 9 01:22:17 2016 +0900
7976
7977     [DOC] Update build version.
7978
7979 commit 1884b5247665d71c06fc6590b17434c5f3350ad5
7980 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7981 Date:   Fri Sep 9 01:10:54 2016 +0900
7982
7983     [DOC] Update to SNAPSHOT 2016-09-09.
7984
7985 commit 771e6376ee9da1f2d466381d834fa40bc2310f60
7986 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7987 Date:   Fri Sep 9 00:53:27 2016 +0900
7988
7989     [UI][Qt] Add log viewer.
7990
7991 commit f72bd4f0437b812142cac26542d5968af388ab64
7992 Author: K.Ohta <whatisthis.sowhat@gmail.com>
7993 Date:   Wed Sep 7 02:53:49 2016 +0900
7994
7995     [VM][FM77AV][MB61VH010] Expect to faster process.
7996     [VM][FM77AV][MB61VH010] LINE: Don't throw event less than 2uS.
7997
7998 commit 8a48a6b03b8edf9c736646977bcd644d29c0dd90
7999 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8000 Date:   Wed Sep 7 01:21:33 2016 +0900
8001
8002     [VM][[FM77AV][MB61VH010] Faster drawing line at some situations.
8003
8004 commit b8812a4a7a20deef790ae46ec0ad857d173d13ba
8005 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8006 Date:   Tue Sep 6 01:21:17 2016 +0900
8007
8008     [DOC] Update updtream's URL, moved to takeda-toshiya.my.coocan.jp .
8009
8010 commit f8bee1ff689ef3bc0d4495a123def437e8839a65
8011 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8012 Date:   Tue Sep 6 00:52:31 2016 +0900
8013
8014     [OSD][Qt][MZ2500] Implement socket functions.Still not tested.
8015
8016 commit 2fb5a9d258c8b7dffb29f6a49e192b214b6e268d
8017 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8018 Date:   Mon Sep 5 16:47:53 2016 +0900
8019
8020     [Qt][LOGGER] Fix FTBFS.
8021
8022 commit fdaf0133b2e454b3ed61fdc5f6283219c41f2ba9
8023 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8024 Date:   Mon Sep 5 16:45:20 2016 +0900
8025
8026     [Qt][LOGGER] copy_log(): Using arg ; start_size.
8027
8028 commit b89a9da723ed6780af6fe3b7c1b64c8970775fad
8029 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8030 Date:   Mon Sep 5 16:42:04 2016 +0900
8031
8032     [Qt][LOGGER] More safety locking.
8033
8034 commit 5df2a53c8f7b819c25bb49f396896495685d59b6
8035 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8036 Date:   Mon Sep 5 16:21:41 2016 +0900
8037
8038     [Qt][LOGGER] Add copy_log().
8039
8040 commit 03bb0e598828dc2a2201aa4e690f04b711c60129
8041 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8042 Date:   Mon Sep 5 04:09:00 2016 +0900
8043
8044     [Qt][LOGGER] Add default values.
8045
8046 commit 196290e7115737a532116a991079808076d96c95
8047 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8048 Date:   Mon Sep 5 03:31:37 2016 +0900
8049
8050     [BUILD][CMAKE] Update cmake files.
8051
8052 commit 2fd71f9204037136b4c15b72c9508749acaf9ef5
8053 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8054 Date:   Mon Sep 5 03:28:03 2016 +0900
8055
8056     [Qt][LOGGER] Add "Save to File".
8057
8058 commit 9703e81ed5680d1958c74805c91d16697676d17c
8059 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8060 Date:   Mon Sep 5 03:05:05 2016 +0900
8061
8062     [VM][Qt][LOGGER] Add setting on/off per device.
8063
8064 commit 0fa118528b98ca5b80704888fa0963930c61270d
8065 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8066 Date:   Mon Sep 5 00:26:48 2016 +0900
8067
8068     [LOGGER][Qt] Rename agar_logger.[cpp|h] to csp_logger.[cpp|h] .
8069
8070 commit d4ada03cbbb1d74d61cd778c58ecd6e1ae3815a8
8071 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8072 Date:   Sun Sep 4 16:26:41 2016 +0900
8073
8074     [LOGGER][Qt] I forgot to save statuss to config_t.
8075
8076 commit e694084e1395b27aadbbee20adf98e541922e3c0
8077 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8078 Date:   Sun Sep 4 16:10:06 2016 +0900
8079
8080     [Qt][LOGGER] Add full logger feature.UI is still imcomplete.
8081
8082 commit 3943d903c4eb5b33acdc14188355cec1e6f142e8
8083 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8084 Date:   Sun Aug 28 07:06:49 2016 +0900
8085
8086     [Qt][OSD][KEYBOARD] Fix handling around SHIFT for some machines(i.e. PC8801).
8087
8088 commit c869fb9228f7a13b47f5e576529cf93c7790f185
8089 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8090 Date:   Fri Aug 26 22:35:58 2016 +0900
8091
8092     [VM][EVENT][LOGGER][Qt] Improve event log.
8093
8094 commit da41a7427de6e384ac387e71abb2bf68dc92d9d0
8095 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8096 Date:   Fri Aug 26 22:12:07 2016 +0900
8097
8098     [LOGGER] Add out_event_log() . This is useful to debug illegular incidents from EVENT:: .
8099     [LOGGER][OSD][EMU] Record devices node when (re-)constructing VM.
8100
8101 commit 39054c2b8a069029497a90e61fa3e747e7d4d152
8102 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8103 Date:   Fri Aug 26 22:11:00 2016 +0900
8104
8105     [VM][WIP] Set default name to devices, these are WIP.
8106
8107 commit 1a7cfe63063087298aed269a72466f0863be50c4
8108 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8109 Date:   Fri Aug 26 21:00:14 2016 +0900
8110
8111     [UI][Qt]{EMUTHREAD] Move commonly blocks to gui/ .
8112
8113 commit 868d30d21066640333876e8e1231a7c11dcb4554
8114 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8115 Date:   Fri Aug 26 16:02:52 2016 +0900
8116
8117     [UI][Qt][KEY] Use queue for keyin/out.
8118
8119 commit 292ea73cd9129ab26928ec61ba234ad999a0e0c5
8120 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8121 Date:   Thu Aug 25 04:44:08 2016 +0900
8122
8123     [VM][FM7][MAINIO] Comment out logging around FIRQ, temporally.
8124
8125 commit 969721219c2844263fab53b9eae7607039a151ae
8126 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8127 Date:   Thu Aug 25 04:37:21 2016 +0900
8128
8129     [VM][FM8] Fix FTBFS.
8130
8131 commit 444cc50fbcdd6aac69c838641f40fe9832c6b802
8132 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8133 Date:   Thu Aug 25 04:33:48 2016 +0900
8134
8135     [VM][FM7][FM77][FM8] Fix FTBFS.
8136
8137 commit a38a6078f453805082aa805a7f894b2b7a09b950
8138 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8139 Date:   Thu Aug 25 04:11:20 2016 +0900
8140
8141     [UI][Qt] Supress log.
8142
8143 commit d6af4811979d66a273cc41018ddedc8dd20d74bb
8144 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8145 Date:   Thu Aug 25 04:10:38 2016 +0900
8146
8147     [VM] Update emu->out_debug_log to [DEVICE]->out_debug_log .
8148
8149 commit e1f7535ee34373dee9914357361fe802a9e210f0
8150 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8151 Date:   Thu Aug 25 02:37:53 2016 +0900
8152
8153     [VM][DEVICE] Add set_device_name() and out_debug_log() to DEVICE class. These aim to per device logging.
8154     [VM][FM7][QT] Example to FM7 series.
8155
8156 commit d0c78ba0b5282a67f15a24a6dc8db06c5580862c
8157 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8158 Date:   Thu Aug 25 02:36:24 2016 +0900
8159
8160     [Qt][LOGGER] Replace CSP_Logger class from AGAR_DebugLog().
8161     {LOGGER] Add domain (node) with log.
8162
8163 commit ec2f9868500e61b610927804631f6d3b5eba1d27
8164 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8165 Date:   Wed Aug 24 15:53:49 2016 +0900
8166
8167     [Qt][MOVIE_SAVER][WIP] Use direct-connection to emit frames more correct.
8168
8169 commit 871e5629e6b10c17839f52ad59fc8d68d7d32b37
8170 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8171 Date:   Wed Aug 24 15:52:39 2016 +0900
8172
8173     [MOVIE_SAVER] Use SIMD to transfer a picture OSD(VM)->MOVIE_SAVER .
8174
8175 commit 922f4a2fb1e4cbd5c625b5a9170c752bded5360e
8176 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8177 Date:   Fri Aug 19 23:22:26 2016 +0900
8178
8179     [DOC] Update gitlog.
8180
8181 commit d354480c8d83b16d9645667451a8cbea0c6ea309
8182 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8183 Date:   Fri Aug 19 23:21:59 2016 +0900
8184
8185     [DOC] Update documents, SOVERSION.
8186
8187 commit 77380a77b25ca06965b912c84509e5c91085aeb1
8188 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8189 Date:   Fri Aug 19 23:09:34 2016 +0900
8190
8191     [MOVIE_LOADER] Sync A/V.
8192
8193 commit cf226fdda3e5187df86be8ad9aacd2570c3f9c84
8194 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8195 Date:   Thu Aug 18 03:16:28 2016 +0900
8196
8197     [CROSS_BUILD][WIN32] Update bootstrap scripts.
8198
8199 commit 8741019e7574323835f64e72e2b055fa0a68eb7f
8200 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8201 Date:   Wed Aug 17 01:52:45 2016 +0900
8202
8203     [MOVIE_LOADER][PX7][WIP] Fix choppy sound with LD, still not syncing A/V.
8204
8205 commit e4c4904c054bda65bbbdeb0907973a373a4ebf78
8206 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8207 Date:   Tue Aug 16 14:49:03 2016 +0900
8208
8209     [OSD][MOVIE_SAVER] Fix frames to enqueue to MOVIUE_SAVER, as if VIDEO FPS >= RECORD FPS.
8210
8211 commit f559e53aedeac36bbbacfb37bda90de4a391aa07
8212 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8213 Date:   Tue Aug 16 13:28:44 2016 +0900
8214
8215     [DOC] Update Issues.ja.txt .
8216
8217 commit 9b69a5058cab078f0bca95fc9436302313a45047
8218 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8219 Date:   Tue Aug 16 02:43:50 2016 +0900
8220
8221     [DOC] Update for RELEASE SNAPSHOT 2016-08-16.
8222
8223 commit 3f4c809912dc92cdeb34d8ecdebe0087aa7f37b3
8224 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8225 Date:   Tue Aug 16 02:37:45 2016 +0900
8226
8227     [MOVIE_SAVER][PC8801][PC9801] Adjust sound frequency when OVERRIDE_48000Hz , still choppy.
8228
8229 commit 367f0e305be7b6f707a6e2c7d9e2968f9a517005
8230 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8231 Date:   Mon Aug 15 23:38:34 2016 +0900
8232
8233     [DOC] Update documents.
8234
8235 commit 171d3309339e4b941d2bd13a3dd0c11840cfeb62
8236 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8237 Date:   Mon Aug 15 23:34:52 2016 +0900
8238
8239     [Linux] Update installer.
8240
8241 commit b85e1cb6051fe2bf2390ab2f74bebfddc7c69ba6
8242 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8243 Date:   Mon Aug 15 23:29:58 2016 +0900
8244
8245     [Qt][OSD][MOVIE_SAVER] Maybe correctness frame(s) counting with 60fps ヽ(=´▽=)ノ
8246     [MOVIE_SAVER] Fix sometimes crashing when stop to save movie.
8247     [GENERAL] Update SO versions.
8248
8249 commit 26677598bb1777750b2b239588a70f7e8dfd5106
8250 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8251 Date:   Thu Aug 11 02:54:15 2016 +0900
8252
8253     [BUILD][General] Update SOVERSION of DLLs.
8254
8255 commit 494dc3c3e27a6a70066f297717caa37d9e8c87eb
8256 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8257 Date:   Thu Aug 11 02:50:26 2016 +0900
8258
8259     [MOVIE_LOADER][PX7] Sound Laser Disc, but not be smooth.
8260
8261 commit e511bcd1b28597c52940a07bcc3fd59f069f2292
8262 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8263 Date:   Wed Aug 10 22:44:23 2016 +0900
8264
8265     [MOVIE_LOADER] Primary decoding.
8266
8267 commit 573f06633bb39963f9c3c32096feed3b033033e1
8268 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8269 Date:   Wed Aug 10 12:58:42 2016 +0900
8270
8271     [BUILD][WIN32] Fix FTBFS.
8272
8273 commit 32c14bb3e01802827ccdfe168fe5e565507bb0b2
8274 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8275 Date:   Wed Aug 10 01:44:55 2016 +0900
8276
8277     [DOC] Upodate documents.
8278
8279 commit fc7a03a9337287414e00777464ab273c4f44ea44
8280 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8281 Date:   Wed Aug 10 01:41:29 2016 +0900
8282
8283     [MOVIE_SAVER][WIP] Fixing incorrect frames at 60fps.
8284
8285 commit bdc3e81e0275a5fe891bed161f71b5f8855eb8d6
8286 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8287 Date:   Tue Aug 9 22:39:11 2016 +0900
8288
8289     [General][Linux] Update installer script.
8290
8291 commit 76ad29019581df9f884649f3dc44a34281fa04f0
8292 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8293 Date:   Tue Aug 9 22:38:18 2016 +0900
8294
8295     [BUILD][WIN32] Update version of FFMPEG.
8296
8297 commit 04d7e03a3a3339b781bdc2442df3903e25d8b092
8298 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8299 Date:   Tue Aug 9 22:37:49 2016 +0900
8300
8301     [DOC] Update documents for release 2016-08-09.
8302
8303 commit 0832029074ec2ee75a9384637450b75df6678f0f
8304 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8305 Date:   Tue Aug 9 16:04:30 2016 +0900
8306
8307     [MOVIE_LOADER][PX7][Qt] Add movie loader for PX7.Stil not test enough.
8308
8309 commit 19f995be91fc8961970cb3b3517cbba614a127ac
8310 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8311 Date:   Mon Aug 1 00:47:20 2016 +0900
8312
8313     [Qt][OSD] Fix FTBFS (excepts PX7).
8314
8315 commit a493ce2a28860b20b7b40db6a7c8935df27e1671
8316 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8317 Date:   Sun Jul 31 22:34:29 2016 +0900
8318
8319     [Qt] Update CMakefile.
8320
8321 commit 721a6e20a9ca03c96833efc7f498f8e80d0583e6
8322 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8323 Date:   Sun Jul 31 22:33:01 2016 +0900
8324
8325     [DRAW][MOVIE_SAVER][OpenGL] Add locking around drawing buffer.
8326
8327 commit d0591f54a237695b177dcdb9c2a1f5f236cbfc36
8328 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8329 Date:   Sun Jul 31 22:32:12 2016 +0900
8330
8331     [MOVIE_LOADER][WIP] Implementing video dedoder, still not working.
8332
8333 commit 5701e1dbc19221e261c947c15ade6455c476ca64
8334 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8335 Date:   Sat Jul 30 09:39:47 2016 +0900
8336
8337     [WIP][Qt][MOVIE_LOADER] Constructing MOVIE_LOADER class.
8338
8339 commit bcd10c39874287c8c1cd227f0d0fd4012b481254
8340 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8341 Date:   Sat Jul 30 06:14:29 2016 +0900
8342
8343     [BUILD][MOVIE_SAVER][FFMPEG] Update FFMPEG to 3.1.1 .
8344     [FFMPEG][LINUX] Enable OpenCL for ffmpeg @linux.You need libOpenCL.so.1 to use homebrew build.
8345     [FFMPEG][WIN32] Enable DXVA2 for video-decoding accelerator.
8346
8347 commit 5edae4c1426e55fc4026b12e833793edc890e434
8348 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8349 Date:   Thu Jul 28 18:36:31 2016 +0900
8350
8351     * I hope to fix issues of (5) at http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/708 , really (;´Д`)
8352     [Qt][MOVIE_SAVER] Synchronous OPEN->ENCODEING->CLOSING.
8353     [UI][Qt][MOVIE_SAVER] DO NOT change state of "Save as movie" without *real* starting/stopping.
8354
8355 commit 3acf978aea1bd67f94235f2d8a85e4b2bb789d01
8356 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8357 Date:   Tue Jul 26 18:30:05 2016 +0900
8358
8359     [VM][Qt][MSX] Add PX7.LD part still not working.
8360
8361 commit 7c708ab9d92d63544e404e84c05de6de3a3ee562
8362 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8363 Date:   Tue Jul 26 17:57:03 2016 +0900
8364
8365     [UI][Qt][PX7] Add GUI side of laserdisc supporting.
8366
8367 commit 82625059d0f6f62a76f321fa2dc92748181065d1
8368 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8369 Date:   Tue Jul 26 04:28:01 2016 +0900
8370
8371     [Draw][GL] Optimize GLSL's by https://github.com/aras-p/glsl-optimizer .
8372
8373 commit c2b0ae46d0bc8fd26af9d62bab1be570f4f9de65
8374 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8375 Date:   Tue Jul 26 04:24:11 2016 +0900
8376
8377     [BUILD][CMAKE][Win32] Fix FTBFS without Qt 5.3.
8378
8379 commit 5bb9ec4997591f7e5c650cf3dbc1119860bd76f1
8380 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8381 Date:   Tue Jul 26 04:22:55 2016 +0900
8382
8383     [DOC] Add a article about Window's OpenGL.
8384
8385 commit 89f3d2f62f2f7c4c09f6490bab924b6e33e12701
8386 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8387 Date:   Mon Jul 25 22:05:17 2016 +0900
8388
8389     [DOC][OOPs] I forgot to change upstream URL X-)
8390
8391 commit ebcef0348598605e0c3362dd6bd1ecba89b38d0a
8392 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8393 Date:   Mon Jul 25 22:03:17 2016 +0900
8394
8395     [DOC] Update for 2016-07-25.
8396
8397 commit 8265a0a859ac69ef7c17548851902eab2de6f7f4
8398 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8399 Date:   Mon Jul 25 21:53:43 2016 +0900
8400
8401     [Build][Win32][CROSS] With (homebrew build of) Qt5.7.0.
8402
8403 commit b0b504bf68c2a2418b1773990df8aaa6443724e0
8404 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8405 Date:   Tue Jul 19 18:54:42 2016 +0900
8406
8407     [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 .
8408     [MOVIE_SAVER] One board computers: Fix wrong pixels when BIG_ENDIAN .
8409
8410 commit b8af7fa7e7a8a7eeeb36be970d8c418f5dbc9f0e
8411 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8412 Date:   Tue Jul 19 18:21:20 2016 +0900
8413
8414     [MOVIE_SAVER][Qt] Fix duplicate opening before closing. Maybe fixed (5) of http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/708 .
8415
8416 commit 30e95573ea1560891f02cce4a20bd588830799e0
8417 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8418 Date:   Wed Jun 29 13:10:44 2016 +0900
8419
8420     [DOC] Update documents.
8421
8422 commit aa620307298b27c59c55e1e3ce667a07580398c1
8423 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8424 Date:   Wed Jun 29 13:08:37 2016 +0900
8425
8426     [General] Update installer.
8427
8428 commit 3752c12b4b08f9910f3e3b6ad6f7dfbd76342cbb
8429 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8430 Date:   Wed Jun 29 12:12:33 2016 +0900
8431
8432     [MOVIE_SAVER][Win32] Fix wrong value of left frames for audio when stopping to record.
8433
8434 commit e11aab907ec073b8c7fc1a556f71dcecb6294aa8
8435 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8436 Date:   Tue Jun 28 17:30:11 2016 +0900
8437
8438     [OSD][SCREEN][Qt] Fix wrong FPS with not drawing.
8439
8440 commit c6e8a7f49ff4936cb86bd9d7cc52e464ac8b50ab
8441 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8442 Date:   Tue Jun 21 02:35:28 2016 +0900
8443
8444     [DOC][OOPS] I forgot change readme_by_artane.txt, fixed.
8445
8446 commit 31826b851e66a5dc1b72830860b99bcbe4e24e8c
8447 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8448 Date:   Tue Jun 21 01:31:18 2016 +0900
8449
8450     [Linux] Update installer.
8451
8452 commit fe6ea8b485fd1207db83a64960bd6e5b6e752779
8453 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8454 Date:   Tue Jun 21 01:26:50 2016 +0900
8455
8456     [DOC] Add Issues.ja.txt . Still only Japanese.
8457
8458 commit 008dfea9c20f69a16cf329665972ea58037eb43e
8459 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8460 Date:   Tue Jun 21 01:23:20 2016 +0900
8461
8462     [DOC] Update documents.
8463
8464 commit 7710b1745efb50713e84cf13984b10c686ed8915
8465 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8466 Date:   Tue Jun 21 01:17:13 2016 +0900
8467
8468     [DOC] Update documents.
8469     [UI][Qt] Move initialize some resources to main().
8470
8471 commit 85c331b7635ca713e819218b86d65a877b7478f3
8472 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8473 Date:   Tue Jun 21 00:59:42 2016 +0900
8474
8475     [UI][Qt] Move shaders.qrc and commontexts.qrc to libCSPgui .
8476
8477 commit 09f72ed66f65649d5d55bdaeb2e3143293bcacab
8478 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8479 Date:   Mon Jun 20 17:19:50 2016 +0900
8480
8481     [Qt][MZ3500] Fix FTBFS.
8482
8483 commit 47d3704b0fb8a1845497cbf0db0c4d4757fdf41b
8484 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8485 Date:   Mon Jun 20 17:14:41 2016 +0900
8486
8487     [VM][DISK][FM7] Fix not starting Xanadu1/FM-7.
8488
8489 commit 08b65bba00fa54d0d03a53557a29917bb45a5938
8490 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8491 Date:   Mon Jun 20 15:56:23 2016 +0900
8492
8493     [MOVIE_SAVER] Audio: Adjust cutoff frequency.
8494
8495 commit 6b65dc73822c2d65d24754dce4d3c0f9abac2ea4
8496 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8497 Date:   Mon Jun 20 15:22:43 2016 +0900
8498
8499     [MOVIE_SAVER][Qt] Audio: add using libmp3lame and libvorbis, to encode movie.
8500
8501 commit 41007f5a730dafa2302ae1901a59b3d611cfe43d
8502 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8503 Date:   Mon Jun 20 15:22:06 2016 +0900
8504
8505     [MOVIE_SAVER][UI][Qt] Ready to use MP3LAME.
8506
8507 commit 3fad7734987fb403b1fa0fc2a287c833ecd55ad1
8508 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8509 Date:   Mon Jun 20 13:49:23 2016 +0900
8510
8511     [WIN32][BUILD] .
8512
8513 commit a6488ba82ddaf39bea1b2c16fd4c1aa6f80850d0
8514 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8515 Date:   Mon Jun 20 05:07:01 2016 +0900
8516
8517     [BUILD][Linux] Use external Qt5.31 to build emufoo, this is version dependent issue for Ubuntu 16.04 LTS and Debian 8.
8518
8519 commit 9a86ee0e9e57accc3e2abd545535f8ddcb430998
8520 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8521 Date:   Mon Jun 20 04:13:10 2016 +0900
8522
8523     [UI][Qt] Not liking config, using_flags directly.
8524
8525 commit 87818912d8ab6aba1475715993f65850655c9b28
8526 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8527 Date:   Mon Jun 20 04:11:16 2016 +0900
8528
8529     [Qt][MOVIE_SAVER] Fix syncing of A/V.
8530     [Qt][OSD] Not linking config directly.
8531
8532 commit e3eb76afc111a615d8d3393550f2ad9f6f9d249f
8533 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8534 Date:   Sun Jun 19 20:46:59 2016 +0900
8535
8536     [UI][Qt] TRY: Enable DLLs even build for windows.
8537
8538 commit 56896d3a22476a21e55696e2188a37cdd7d6001d
8539 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8540 Date:   Sun Jun 19 05:23:47 2016 +0900
8541
8542     [BUILD] Try: Add flag "-DQT_NO_VERSION_TAGGING" for compilation , to keep compatibility Qt <= 5.5 .
8543
8544 commit f9ec3b6a2b02309631cb85ad0f634b88e0d55c5c
8545 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8546 Date:   Sun Jun 19 05:20:01 2016 +0900
8547
8548     [MOVIE_SAVER][OSD] Fix unsync audio and video in recorded movies with some machines (excepts 60fps).
8549     [MOVIE_SAVER][EMU] Fix stop/restart recording movie when changing/ejecting CARTRIDGEs.
8550     See, http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/699 .
8551
8552 commit 2845efa3bfdd5495069b4a554227ced727a4ce36
8553 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8554 Date:   Sat Jun 18 03:34:23 2016 +0900
8555
8556     [DOC] Update.
8557
8558 commit 629f7d70816c04b38c3ab8cc277147a6bd2c2d2a
8559 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8560 Date:   Sat Jun 18 03:28:35 2016 +0900
8561
8562     [BUG][MOVIE_SAVER] Fix changing cartridges.
8563
8564 commit 775879de39f99538a14edff11305e551d99ef3b7
8565 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8566 Date:   Sat Jun 18 02:51:40 2016 +0900
8567
8568     [DOC] Update ffmpeg3.0.2's docs.
8569
8570 commit c9842f5152342ad630fadd0314e1cc9c9a0214fe
8571 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8572 Date:   Sat Jun 18 02:26:03 2016 +0900
8573
8574     [DOC] Add FFMPEG's documents.
8575
8576 commit a3bf6610b67dd08385b4b0ba22a3a00c24dc158e
8577 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8578 Date:   Sat Jun 18 02:25:29 2016 +0900
8579
8580     [DOC] Update revision, credist.
8581
8582 commit 01417bb11a303cd6a8df34dec5cb4889a5ee495b
8583 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8584 Date:   Sat Jun 18 02:22:43 2016 +0900
8585
8586     [DOC] Update URLs.
8587
8588 commit d58b1ed689a1258ebda2a72e89b45693273b6988
8589 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8590 Date:   Sat Jun 18 02:18:28 2016 +0900
8591
8592     [DOC Update gitlog
8593
8594 commit 5f7fa319cf97bf535b473f949de48f30d009cff4
8595 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8596 Date:   Sat Jun 18 02:17:46 2016 +0900
8597
8598     [DOC] Update Japanese/Englist releasenote.
8599
8600 commit af8e6cb3cb69d85480b0eaa78be2c17f5901daaa
8601 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8602 Date:   Sat Jun 18 01:38:21 2016 +0900
8603
8604     [DOC] Update gitlog.
8605
8606 commit 67e82466a4449c2fac1c8229d4731687f8c3f132
8607 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8608 Date:   Sat Jun 18 01:37:52 2016 +0900
8609
8610     [DOC] Update Japanese document.
8611
8612 commit 160e73893801b5e3072da8f26b7bf07176bfa7f6
8613 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8614 Date:   Sat Jun 18 01:32:43 2016 +0900
8615
8616     [BUILD] Update settings.
8617
8618 commit 758e87fa1d0d67e825373694b98ba7db7367f0d7
8619 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8620 Date:   Sat Jun 18 01:32:08 2016 +0900
8621
8622     [DOC] Update revison and credits.
8623
8624 commit fa5fa3841386d84736b5a80b444d6afc996c59cd
8625 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8626 Date:   Sat Jun 18 01:02:27 2016 +0900
8627
8628     [UI][Qt] Revert changes menu of saving movie.
8629
8630 commit 3a6fe1c919e4c5b076f60db7dbd17bad3ed423c5
8631 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8632 Date:   Sat Jun 18 00:28:49 2016 +0900
8633
8634     [INSTALLER] Update soversion.
8635
8636 commit 32bea1a444791e6489a7ba68d7c6c6b5c2d8737a
8637 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8638 Date:   Sat Jun 18 00:26:49 2016 +0900
8639
8640     [UI][Qt][MOVIE_SAVER] Selective video codecs.
8641     [MOVIE_SAVER] Fix deadlock when closing movie.
8642
8643 commit 87d75cf4eca00c4457ad8e4aca4d03bac5ad0106
8644 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8645 Date:   Thu Jun 16 23:47:38 2016 +0900
8646
8647     [BUILD] Build with ffmpeg 3.0.2 .
8648
8649 commit e96ee6db06b73f275711942f21243d001a8517a9
8650 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8651 Date:   Thu Jun 16 23:46:09 2016 +0900
8652
8653     [UI][Qt][MOVIE_SAVER] QP: Set range to  1 < xx < 31 .
8654
8655 commit f2308609c736113992e39ff9203b1b4bb0664d86
8656 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8657 Date:   Thu Jun 16 23:45:30 2016 +0900
8658
8659     [Qt][MOVIE_SAVER] Fix timing of sending video frame(s).
8660
8661 commit 25a0f0d5fd6e39152e126afd00e4e8dadc0ffe4c
8662 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8663 Date:   Wed Jun 15 15:22:32 2016 +0900
8664
8665     [MOVIE_SAVER] More safer close.
8666
8667 commit 14b337903e015bf0ed883b3126ec61cc8d3e3415
8668 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8669 Date:   Wed Jun 15 15:11:30 2016 +0900
8670
8671     [Qt][MOVIE_SAVER] Safer closing files.
8672
8673 commit 997793b5c8440222b51c9cd9f0d09f09ec1d3021
8674 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8675 Date:   Wed Jun 15 14:45:06 2016 +0900
8676
8677     [UI][Qt][MOVIE_SAVER] Re-enable 60fps.
8678
8679 commit 4d3f6d6d2509c8cb5ab2c81fc02f4fd250f78b5c
8680 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8681 Date:   Wed Jun 15 14:44:24 2016 +0900
8682
8683     [Qt][MOVIE_SAVER] MPEG4v1: Safer settings.
8684
8685 commit 6b22688449d22a22f00b14b1959b36fcbce49310
8686 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8687 Date:   Wed Jun 15 14:43:17 2016 +0900
8688
8689     [OSD][MOVIE_SAVER] Throw frames with correct timing, fixed un-sync both audio and video with any frame-rate (maybe).
8690
8691 commit 7474bbdab537d537b31c552638646803cd2d9d5c
8692 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8693 Date:   Wed Jun 15 03:20:17 2016 +0900
8694
8695     [MOVIE_SAVER][Qt] Temporally set video-codec to MPEG4 (not AVC).
8696     This is issue of discard frames with libx264 by ffmpeg's libavcodec/libavformat.
8697     This seems to be ffmpeg's issue, not my program.
8698
8699 commit 53de32e5236009525e6a4297bd8c60af0983f17d
8700 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8701 Date:   Tue Jun 14 23:11:37 2016 +0900
8702
8703     [SRC][LIBCSPAVIO] Fix indent from [SPC]x4 to [TAB].
8704
8705 commit 12ac44fc529bf28234ee41bbccff334fda662b1f
8706 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8707 Date:   Mon Jun 13 19:23:01 2016 +0900
8708
8709     [SOUND][Qt][MOVIE_SAVER] WIP: Fixing appending unneeded sound data.
8710
8711 commit 2231f11a0528ae1f7acfa726c1b9ce8367790fe4
8712 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8713 Date:   Sat Jun 11 15:02:42 2016 +0900
8714
8715     [DOC] Update RELEASE SNAPSHOT 2016-06-11.
8716
8717 commit 6109cd3d7acabcab4c0c7d2655f80653162df8d6
8718 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8719 Date:   Sat Jun 11 05:11:29 2016 +0900
8720
8721     [DOC] Update credits and ChangeLog.
8722
8723 commit 89d31ce8daa733ea4a0c38f0a1890d3a0fcfce38
8724 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8725 Date:   Sat Jun 11 05:08:50 2016 +0900
8726
8727     [Qt][FM8] Fix FTBFS.
8728
8729 commit 5f26677fb9ae126b269f85eb5d4d6dbe584c8279
8730 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8731 Date:   Sat Jun 11 04:14:44 2016 +0900
8732
8733     [DOC] Update changelog, etc.
8734
8735 commit f8677cf9bb13ba54de48de5122e302a994ef82f3
8736 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8737 Date:   Sat Jun 11 04:11:38 2016 +0900
8738
8739     [Build] Update soversion.
8740
8741 commit b38f4a9a8f6de7150739fcd649f333fc02c15733
8742 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8743 Date:   Sat Jun 11 04:07:49 2016 +0900
8744
8745     [Build][FFMPEG] Add bootstrap script.
8746
8747 commit b05b2eed2b06f3b8039f5e9bb86e4fe2c9bab1a6
8748 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8749 Date:   Sat Jun 11 04:02:17 2016 +0900
8750
8751     [Qt][Win32] Fix not work with WindowsXP, using homebrew version of ffmpeg-2.8.7.
8752
8753 commit 77809b07c570b1473ef6417bbcc07585b85736a8
8754 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8755 Date:   Sat Jun 11 04:00:15 2016 +0900
8756
8757     [MOVIE_SAVER] Use ffmpeg internal aac codec, because faac or fdk_aac are not *Free* .
8758
8759 commit 8576dec645b7dc7066f28ca49afd777b96897e8e
8760 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8761 Date:   Sat Jun 11 03:58:13 2016 +0900
8762
8763     [VM][MOVIE_SAVER] Fix stopping when changing cartridge, now refer to upstream (split movies).
8764     See, http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/689 .
8765
8766 commit 3d22f06675ec028954ebf96eccdaa8c466b7b585
8767 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8768 Date:   Thu Jun 9 05:57:53 2016 +0900
8769
8770     [Qt] Update credits.
8771
8772 commit 0a8c6ff1a2d54314bfc28d1f111e814d77b3c8ca
8773 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8774 Date:   Thu Jun 9 05:52:44 2016 +0900
8775
8776     [DOC] Update gitlog.
8777
8778 commit b10935053131ba172f24e771cb9e629467817663
8779 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8780 Date:   Thu Jun 9 05:52:04 2016 +0900
8781
8782     [DOC] Update revision.
8783
8784 commit 64df71cd492be91289f883224640f42cace090ed
8785 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8786 Date:   Thu Jun 9 05:48:53 2016 +0900
8787
8788     [MOVIE_SAVER][x264] Improve encoding parameters.
8789
8790 commit 1534eb16dfecd22cfd662be6578d0aead45ba2a3
8791 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8792 Date:   Thu Jun 9 02:44:21 2016 +0900
8793
8794     [DOC] Update credits.
8795
8796 commit 1f47a30797fc6674ecd613fb4302415101064e83
8797 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8798 Date:   Thu Jun 9 02:43:05 2016 +0900
8799
8800     [DOC] Update ChangeLog.
8801
8802 commit 125287ff9d9a889c44828ad2ae1e32d05993bf93
8803 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8804 Date:   Thu Jun 9 02:39:29 2016 +0900
8805
8806     [VM][FM7] Add exceptions for Xanadu Scenario 2, this has not booted with changes 49dceaca9401d3c6037cb51ec013ca032ff0e83c .
8807
8808 commit 510e05435ff0b1e75df5d6c826183e71c5376fa5
8809 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8810 Date:   Thu Jun 9 01:20:42 2016 +0900
8811
8812     [DOC] Update credits.
8813
8814 commit cc8fbf7c8343d256037638f7adc218626aaaebbe
8815 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8816 Date:   Thu Jun 9 01:19:02 2016 +0900
8817
8818     [DOC] Update gitlog.
8819
8820 commit 2defdfbc5142b9f858031f37b9e99992dfbe8f4e
8821 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8822 Date:   Thu Jun 9 01:18:19 2016 +0900
8823
8824     [DOC] Update revision.
8825
8826 commit f2509bb63d89af04a53d66d2eff33e343deed3d0
8827 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8828 Date:   Thu Jun 9 01:16:41 2016 +0900
8829
8830     [General][Linux] Update SOVERSION.
8831
8832 commit b3649ba9e9c69ef71759046f4b97c92915ecfd53
8833 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8834 Date:   Thu Jun 9 01:14:17 2016 +0900
8835
8836     [Tool] Update installer.
8837
8838 commit e5c00f8548bcb27609c34547e1c8975e9b0bae97
8839 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8840 Date:   Thu Jun 9 01:13:35 2016 +0900
8841
8842     [DOC][MOVIE_SAVER] Add README.ffmpeg.txt and update documents.
8843
8844 commit 2634aa092d4850707389c692709b5339ee690770
8845 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8846 Date:   Wed Jun 8 23:18:55 2016 +0900
8847
8848     [Qt][MOVIE_SAVER] (MAYBE) Fix not running with Ubuntu 16.04 LTS.
8849
8850 commit cd5cb8e89fb3a5bdf82fe7bacd6f7967dc56282f
8851 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8852 Date:   Wed Jun 8 08:06:31 2016 +0900
8853
8854     [UI][Qt][MOVIE_SAVER] Fix typo.
8855
8856 commit 1ae7723ffc46228182eba985cb3c63dc029208f4
8857 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8858 Date:   Wed Jun 8 07:46:20 2016 +0900
8859
8860     [*nix] Update installer script.
8861
8862 commit 86d5ec29dee494bcf71a936dd3655cadeb457e5a
8863 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8864 Date:   Wed Jun 8 07:44:43 2016 +0900
8865
8866     [DOC] Update documents.
8867
8868 commit 2142d5c7426e21cfeedbaea0450f238f8b4d7d38
8869 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8870 Date:   Wed Jun 8 07:27:40 2016 +0900
8871
8872     [Qt][MOVIE_SAVER] Temporally disable 60fps.
8873
8874 commit 6a789ca7ab95cdcb3abf5d52cb2ab570d2510c74
8875 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8876 Date:   Tue Jun 7 15:56:13 2016 +0900
8877
8878     [MOVIE_SAVER][UI][Qt] Move record movie to menu->screen.
8879     * BUG: Recording with 60fps (maybe greater than VM's FPS) causes out of sync both audio and sound.
8880
8881 commit dc0928e0741890e28db009152ab63d05c2328de5
8882 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8883 Date:   Tue Jun 7 01:54:36 2016 +0900
8884
8885     [Qt][MOVIE_SAVER] Record correct screen with one-board-computer, with background and buttons.
8886
8887 commit efdaa9f07e1bf99d6cc360c431d80a323e703358
8888 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8889 Date:   Wed Jun 1 15:42:46 2016 +0900
8890
8891     [MOVIE_SAVER] .
8892
8893 commit 03b49c4d5ccf71fdceeb6cfaa3b7bfa967f0e45b
8894 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8895 Date:   Wed Jun 1 15:41:49 2016 +0900
8896
8897     [BUILD][CMAKE] Fix FTBFS with Win32.
8898
8899 commit b0a4cec545ebd7b9c1f94cd22e74e1d5ffe1387c
8900 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8901 Date:   Tue May 31 20:36:20 2016 +0900
8902
8903     [Qt][MOVIE_SAVER] .
8904
8905 commit dbd1db697abc62763a40fe3141c43e833a99133d
8906 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8907 Date:   Tue May 31 20:20:51 2016 +0900
8908
8909     [Qt][MOVIE_SAVER] Fix wrong resolution without dynamic resolution settings.
8910
8911 commit 125bc795227cc1776749e7cf018f820a093c7452
8912 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8913 Date:   Tue May 31 19:48:24 2016 +0900
8914
8915     [Qt][MOVIE_SAVER] Add configure dialog.
8916
8917 commit 0ee7b90bdf588299d17ab94dd53f373e52dceb3b
8918 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8919 Date:   Tue May 31 02:23:00 2016 +0900
8920
8921     [WIN32][Qt][MOVIE_SAVER] Mostly working movie recording (but delay time is larger ?) when building with MuinGW (Cross Build).
8922     See, build-cmake/toolchain_mingw_cross_linux.cmake.
8923     You must set ffmpeg's distributed dev binary and shared lib binary to
8924     /usr/local/i586-mingw-msvc/ (or your settings) with cross-building,
8925     and bundle DLLs to same directory of eemufoo.exe .
8926
8927 commit 6f36fdf69e44917fb1dae7bb95aaab4ccdfce82a
8928 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8929 Date:   Tue May 31 00:47:39 2016 +0900
8930
8931     [Qt][MOVIE_SAVER] Update SOversion.
8932
8933 commit 5b7ecd8a3f6e05df449874a51d3af04777599bf2
8934 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8935 Date:   Tue May 31 00:25:14 2016 +0900
8936
8937     [Qt][MOVIE_SAVER][FM77AV] Fix wrong movie-image when changing VM's resolution.
8938
8939 commit 9ca291c762e9a5f9c1c7d8800cbd92601bdb2b06
8940 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8941 Date:   Mon May 30 22:08:48 2016 +0900
8942
8943     [Qt][MOVIE_SAVER] Fix choppy sound.
8944
8945 commit cfef98ff7b5c5fcd0ceb9bac3662b14bf417cf74
8946 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8947 Date:   Mon May 30 18:21:00 2016 +0900
8948
8949     [Qt][MOVIE_SAVER] Fix color space.
8950
8951 commit ec95afa6a77129694bec704ee540bc600f9e79cc
8952 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8953 Date:   Mon May 30 18:06:38 2016 +0900
8954
8955     [Qt][MOVIE_SAVER] Enable to save movies (BUT something is wrong / and sound is choppy).
8956
8957 commit 729d02759ba61b59dd435ef0aa93f64d7ffbe0e5
8958 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8959 Date:   Mon May 30 14:39:42 2016 +0900
8960
8961     [VM][FM77AV] Fix crash with substitution ROM set.See http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/675 .
8962     This issue causes this ROM checkes inserting FDs beyond 0: to 3: after booting.
8963
8964 commit f9cc9eb6a36525b13938439c23e2a0282148d7b7
8965 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8966 Date:   Sun May 29 22:10:48 2016 +0900
8967
8968     [Qt][MOVIE_SAVER] Update codec settings.
8969
8970 commit 2daf563c73726eaa8e0dff4541914aeed03b83a9
8971 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8972 Date:   Sun May 29 20:29:31 2016 +0900
8973
8974     [Qt][MOVIE_SAVER] Working.But not well, only not to crash any situations.
8975
8976 commit d0195a10b2bfb030f1b3348d5f29fff0ea9691c0
8977 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8978 Date:   Sun May 29 04:44:19 2016 +0900
8979
8980     [DOC] I forgot to commit RELEASENOTE.
8981
8982 commit 58f4617c54021734f821fe08da4653fcfe37ea1a
8983 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8984 Date:   Sun May 29 04:43:07 2016 +0900
8985
8986     [Qt][LIBAV] Refer from FFMPEG 3.0.2.
8987
8988 commit fcc52b4357dc2484116a8e53795eb581a6f197e9
8989 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8990 Date:   Sat May 28 19:36:49 2016 +0900
8991
8992     [Qt][UI] Fix saved file name for record as movie.
8993
8994 commit bd2228e8293f217060d6b8da6c1182bca5feb9f5
8995 Author: K.Ohta <whatisthis.sowhat@gmail.com>
8996 Date:   Sat May 28 19:35:48 2016 +0900
8997
8998     [WIP][Qt][MOVIE] Still crash when using libav.
8999
9000 commit 8f8216717635280346db69277afcc7bb003c6e8e
9001 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9002 Date:   Sat May 28 03:10:00 2016 +0900
9003
9004     [Build][CMAKE] Make duplicate sequences to a function.
9005
9006 commit 999fd88361210bd8c5fb7d54abc596085ef001be
9007 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9008 Date:   Sat May 28 02:36:47 2016 +0900
9009
9010     [Qt][MOVIE_SAVER] Update but still crashed on start to save :-(
9011
9012 commit 0878746cfbdc9ae3fbd7b3a54c8723bf43f2536f
9013 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9014 Date:   Fri May 27 21:08:28 2016 +0900
9015
9016     [Qt][MOVIE] Add libCSPavio .
9017
9018 commit 7edefc726642d4ae477307f06ce65456e3d66d62
9019 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9020 Date:   Fri May 27 19:35:10 2016 +0900
9021
9022     [Qt][OSD] Prepair to add recording to video.
9023
9024 commit 75be52dc7cf00b1119b1e2920f417ec55282820c
9025 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9026 Date:   Fri May 27 19:09:59 2016 +0900
9027
9028     [Qt][MOVIE] Recorder: Initial. This still not working.
9029
9030 commit 3d422036fe1b33a69dac1e2e42f0ced2c1f0235f
9031 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9032 Date:   Tue May 24 23:50:06 2016 +0900
9033
9034     [DOC] Update documents.
9035
9036 commit c1448dc84f5439c7c8931614a8397dbefb6383da
9037 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9038 Date:   Tue May 24 22:40:20 2016 +0900
9039
9040     [BUILD][CMake] Win32: Fix unable to run with some native Windows environment.
9041
9042 commit 545ae12e402b786aea9df06ea3d5a31388c9b1be
9043 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9044 Date:   Mon May 23 13:38:43 2016 +0900
9045
9046     [Build][Win32] Fix FTBFSs.
9047
9048 commit 63974591b70ef4edda72cb129d4913feb1fdade2
9049 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9050 Date:   Mon May 23 02:30:00 2016 +0900
9051
9052     [DOC] Update build version at credits.html .
9053
9054 commit 92367b75e397b6234984403e988c3cb5cea023bf
9055 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9056 Date:   Mon May 23 02:28:40 2016 +0900
9057
9058     [Build][CMAKE] I forgot to commit libCSPemu_utils, added.
9059
9060 commit 6a2fc2ef1bc08b17cb86f619e453525396695b2e
9061 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9062 Date:   Mon May 23 02:27:35 2016 +0900
9063
9064     [DOC] Update gitlog.
9065
9066 commit bc66fb3b5592b31ead8d284198188d52be2be67e
9067 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9068 Date:   Mon May 23 02:27:05 2016 +0900
9069
9070     [DOC] Set git revision to credits.html .
9071
9072 commit 072d5800fb28ff2970081c613649b38042653995
9073 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9074 Date:   Mon May 23 02:25:24 2016 +0900
9075
9076     [DOC] Update documents.
9077
9078 commit 1c1ddc85dfa7456b1ce48662c2e2930dcc4fc9d8
9079 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9080 Date:   Mon May 23 02:13:43 2016 +0900
9081
9082     [BUILD][CMAKE][Win32] .
9083
9084 commit c3a2dd7e52d74a34d5e7f4f56a42f9c1a2cee8db
9085 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9086 Date:   Mon May 23 02:13:12 2016 +0900
9087
9088     [BUILD][CMAKE][Linux] Use LTO for shared library.
9089
9090 commit 2858d76598f5f24cd70912fe9fe8b88a91a69145
9091 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9092 Date:   Mon May 23 02:12:37 2016 +0900
9093
9094     [BUILD][WIN32][Cross] .
9095
9096 commit ce518f4c5b86771d4abf6072196fb24089897cd4
9097 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9098 Date:   Mon May 23 01:21:24 2016 +0900
9099
9100     [OSD][Qt] Remove commentout functions.
9101
9102 commit 0f590c83f8096a5b380bf8858fbe4340e8b21a94
9103 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9104 Date:   Mon May 23 01:16:25 2016 +0900
9105
9106     [General][Qt] Update installer script.
9107
9108 commit ef231e1c5ad76b58c1a74a935a1f8a2d0836f088
9109 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9110 Date:   Mon May 23 01:13:51 2016 +0900
9111
9112     [Qt][OSD] DLL: Make basic OSD components to base class; named OSD_BASE. Use OSD, inherited by OSD_BASE to EMU:: .
9113
9114 commit 6a30ad0553337d83576769d8e54048dda9d8e284
9115 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9116 Date:   Mon May 23 00:12:15 2016 +0900
9117
9118     [BUILD][CMAKE] Update build scripts.
9119
9120 commit 769e35775790bc5638aa012e8d2110348da72db8
9121 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9122 Date:   Mon May 23 00:11:33 2016 +0900
9123
9124     [Qt][CMAKE] Split common.cpp fileio.cpp fifo.cpp to libCSPemu_utils.so .
9125
9126 commit 1d078fb1247ddb704ce0952c0f2803772af5183c
9127 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9128 Date:   Sun May 22 03:22:39 2016 +0900
9129
9130     [BUILD][MINGW][CROSS] Disable LINKFLAGS with "-static-libgcc -static-libstdc++" to reduce size of executions.
9131
9132 commit 14bd6b4c8248316f0e54592159ff50975a6c3dff
9133 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
9134 Date:   Sun May 22 03:11:59 2016 +0900
9135
9136     [Buyild][Win32] TRY: Adding support MSYS2.
9137
9138 commit 9a6007e5cf3aa8043cf49a3ee2f1df9d2c1995c1
9139 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9140 Date:   Sat May 21 05:24:46 2016 +0900
9141
9142     [BUILD][Qt][Win32] Fix FTBFS at linking.
9143
9144 commit 33ddff00a7fe2ee5d5b9549cf8c7f298ad14be57
9145 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9146 Date:   Sat May 21 03:34:12 2016 +0900
9147
9148     [Qt][OSD] Fix FTBFS for EX80.
9149
9150 commit 2f7131e159b4d922ea58e4adab9d026b3bbf8834
9151 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9152 Date:   Sat May 21 03:28:03 2016 +0900
9153
9154     [DOC] Update credits and revision.
9155
9156 commit 0ad14d59fa8600bfd6241e5769b8fd16a524b617
9157 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9158 Date:   Sat May 21 03:23:44 2016 +0900
9159
9160     [General] Update .gitignore more.
9161
9162 commit d1b97245edf673202a4db2aa84f0004506cc618a
9163 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9164 Date:   Sat May 21 03:22:12 2016 +0900
9165
9166     [General] Update .gitignore .
9167
9168 commit 3e7592a93859072604359235e130444bf59c3764
9169 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9170 Date:   Sat May 21 03:19:52 2016 +0900
9171
9172     [Qt][OSD] Fix FTBFS with one-board-computers.
9173     [Qt] Installer: Add libCSPosd.so .
9174
9175 commit ec501682b3c2d970c7703b5e507951577e5d886c
9176 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9177 Date:   Sat May 21 03:05:18 2016 +0900
9178
9179     [Qt][OSD] Separate OSD (excepts VM dependented functions) to libCSPosd.so .
9180
9181 commit c8d2256fadb0c24d22cd70369fb197f53c9b3e7b
9182 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9183 Date:   Sat May 21 00:44:19 2016 +0900
9184
9185     [VM][DISK] .
9186
9187 commit 65d6efa077d2aa70dae649d59bc0267953fb5c36
9188 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9189 Date:   Sat May 21 00:43:11 2016 +0900
9190
9191     [VM][X1][DIALOG] Configurable buttons for X1/Turbo/Turbo Z.
9192
9193 commit 83e8c2be1342b7adcf223e4206e96ba91033207c
9194 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9195 Date:   Tue May 17 01:23:14 2016 +0900
9196
9197     [BUILD][CMAKE] Add macros.
9198
9199 commit 5461eb88195a4c86c5250a894f7f242936aeaaf7
9200 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9201 Date:   Mon May 16 22:14:52 2016 +0900
9202
9203     [VM][EMU] Remove duplicate entries.
9204
9205 commit 49dceaca9401d3c6037cb51ec013ca032ff0e83c
9206 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9207 Date:   Mon May 16 22:13:13 2016 +0900
9208
9209     [VM][FM7][FDC] Set MB8877_NO_BUSY_AFTER_SEEK. Fixed unable to boot OS0. Thanks to Anna_Wu.
9210
9211 commit e727a2e5c68497584547f7e29325ed3d6c7531c3
9212 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9213 Date:   Mon May 16 21:31:27 2016 +0900
9214
9215     [VM][MB61VH010] ALULINE: Reduce CPU usage (at delta X > delta Y).
9216
9217 commit d50f7d1ceb76ec627b3064ed4b328b019795dd49
9218 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9219 Date:   Mon May 16 17:17:16 2016 +0900
9220
9221     [BUILD][WIN32] Work even gcc version is not same as native mingw (4.9.2).
9222
9223 commit 0b7dbbfa8053a49a1a5b078f7d7d7798b54e036f
9224 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
9225 Date:   Mon May 16 16:58:54 2016 +0900
9226
9227     [BUILD][WIN32] gcc under MinGW cannot use LTO (;_;)
9228
9229 commit 79057640386c89298bd1dbfcd6c3a45e8632d06e
9230 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
9231 Date:   Mon May 16 16:35:09 2016 +0900
9232
9233     \r[BUILD][WIN32] Fix FTBFS.
9234
9235 commit 7410b9b300d333de91bddaa49abd6b1b5cc44c7a
9236 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9237 Date:   Mon May 16 15:24:05 2016 +0900
9238
9239     [BUILD][WINDOWS] MinGW: TRY: Use lto.
9240
9241 commit 08eb79f28057581f7b2782d45250f3cbaebb8ed7
9242 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9243 Date:   Mon May 16 15:23:11 2016 +0900
9244
9245     [BUILD][MINGW] Cross compiling: split settings to buildvars_mingw_cross_win32.dat .
9246
9247 commit db93e069ca1ea91d0d3e03a098e33e62bc118618
9248 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9249 Date:   Mon May 16 01:29:02 2016 +0900
9250
9251     [BUILD][General] Linux: support link time flags, see buildvars.dat and config_build.sh .
9252
9253 commit 54707822819f4403820196cd42a6a21f5c57dbc3
9254 Author: Kyuma Ohta <Kyuma Ohta>
9255 Date:   Fri May 13 16:50:15 2016 +0900
9256
9257     [BUILD][Win32][OOPS] Fix FTBFS with native MinGW; when linking to
9258     executable.
9259
9260 commit 7a903bd64bbd4526d00cbf7d80e3f6ad9633a225
9261 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9262 Date:   Wed May 11 20:44:28 2016 +0900
9263
9264     [WIN32][BUILD] Update build script for *native* MinGW.
9265
9266 commit 65605a155853a6edd9cc56c98b5f3057b0ac669c
9267 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9268 Date:   Wed May 11 20:03:03 2016 +0900
9269
9270     [BUILD][WIN32] Update credits.
9271
9272 commit cc0a44a52e4102809c7ae7dd78d8a8f25ffa382a
9273 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9274 Date:   Wed May 11 19:59:36 2016 +0900
9275
9276     [BUILD][CMAKE][WIN32] Compile qt/gui/libqt_gui.a (a.k.a. libCSPgui) at once with windows.
9277
9278 commit fd318a32c3ebd727d0526495fa68c4a934661d20
9279 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9280 Date:   Wed May 11 13:28:21 2016 +0900
9281
9282     [DOC] Update credits.
9283
9284 commit 0cf0205a546e2c584505d35617a1f16cb3cc900e
9285 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9286 Date:   Wed May 11 13:27:24 2016 +0900
9287
9288     [DOC] Update GITLOG.
9289
9290 commit 3dc08e964c7a3e6199db64172cbbfc3d09a9cbdc
9291 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9292 Date:   Wed May 11 13:26:34 2016 +0900
9293
9294     [UI][Qt][DRAW] Fix crash sometimes when exit emulator.
9295
9296 commit 9aa9281231ebe92e48d380575848bc7728998c15
9297 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9298 Date:   Wed May 11 12:31:41 2016 +0900
9299
9300     [BUILD][LINUX] Update build flags.
9301
9302 commit 1780469ea95395a672e98b4fa9765d3e14a89dba
9303 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9304 Date:   Wed May 11 12:29:31 2016 +0900
9305
9306     [DOC] Update credits.
9307
9308 commit d386309c8432d1cad69dd6d606b64345e5e11275
9309 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9310 Date:   Wed May 11 12:28:31 2016 +0900
9311
9312     [DOC] Update documents.
9313
9314 commit 3e79cd5dcadba1a7d314ac011d7c912f0be66613
9315 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9316 Date:   Wed May 11 12:09:42 2016 +0900
9317
9318     [Qt][General] Move main() to libCSPgui.so.1.1 .
9319
9320 commit f50eda71aa03b607672b72211ffda45800d5a3bc
9321 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9322 Date:   Wed May 11 11:29:49 2016 +0900
9323
9324     [VM][General][Qt] Move src/common.cpp , src/fileio.cpp and src/fifo.cpp to libCSPgui.so.1.1.0 (or later).
9325
9326 commit 634b96f3b0c950e41f58df94be1ef451c2e610a5
9327 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9328 Date:   Wed May 11 11:19:57 2016 +0900
9329
9330     [UI][VM][Qt] Move AGAR_Logger and DrawThread from qt/common/ to qt/gui/ to integrate libCSPgui.so.1.1.0 (or later).
9331
9332 commit 30d416073ca158b6240261498f051cdc52fa955a
9333 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9334 Date:   Wed May 11 10:44:53 2016 +0900
9335
9336     [UI][Qt][OSD] Move JoyThread from qt/common/ to qt/gui/ . Update soname to libCSPgui.so.1.1.0 .
9337
9338 commit c97d6f6f1cf9f003fa89c8fbaf1da12e417ab0fb
9339 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9340 Date:   Wed May 11 10:16:59 2016 +0900
9341
9342     [UI][Qt][JOYSTICK] Use OSD instead of EMU.
9343
9344 commit 888dd13802e762c537b296d7bc5e45d8de375ac5
9345 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9346 Date:   Thu May 5 17:26:00 2016 +0900
9347
9348     [VM][FM77AV][MB61VH010] ALULINE: Fix enbug for last byte at before commit.
9349
9350 commit ee7e3494454f5009d806055276864b746b68629c
9351 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9352 Date:   Thu May 5 16:45:09 2016 +0900
9353
9354     [VM][FM77AV][MB61VH010] Fix plotting with dx=dy=0, 77AV's demonstration has more fixed.
9355
9356 commit 6a00677edf263755302d8ed8b0fb4ece62e1cf59
9357 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9358 Date:   Thu May 5 01:41:55 2016 +0900
9359
9360     [VM][FM7][MAINIO] Fix enbug at 40b700d4ef94c39f588fb64548d0645a39c73606 around FIRQ ; issue of demonstration of FM77AV has fixed.
9361
9362 commit 50d81dd4f69f9833081da988aa824bf8861c9a0e
9363 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9364 Date:   Thu May 5 01:16:45 2016 +0900
9365
9366     [BUILD] WIP.
9367
9368 commit da5691af212fcf26ba5a410391b6583a59220757
9369 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9370 Date:   Thu May 5 00:26:10 2016 +0900
9371
9372     [VM][FM7][FM77AV][KEYBOARD] Smoother auto stop key.
9373     [VM][FM7][KEYBOARD] Truncate some longer value to uint8_t.
9374
9375 commit d3b643a078cce0938161a77e0095a3e297a30e05
9376 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9377 Date:   Wed May 4 23:51:13 2016 +0900
9378
9379     [VM][FM7][KEYBOARD] Fix FTBFS.
9380
9381 commit 40b700d4ef94c39f588fb64548d0645a39c73606
9382 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9383 Date:   Tue May 3 19:35:17 2016 +0900
9384
9385     [FM77AV][KEYBOARD] Add hidden option : [BREAK] + FOO. Useful for AMNORK.
9386
9387 commit 5625b14d474c0433c855f7f40a3c7e231a2d100f
9388 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9389 Date:   Sun May 1 04:15:47 2016 +0900
9390
9391     [VM][FM77AV][KEYBOARD] Add hidden buzzer sequence.
9392
9393 commit 2f8fb40da46e194084c53aa0c1d33cc50e831ad2
9394 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9395 Date:   Sun May 1 02:04:58 2016 +0900
9396
9397     [Build][CMAKE] GCC-6.0.1 seems to contain bug around -Os, use -O3.
9398
9399 commit e883e977a20c34df9efbe84ac8676f76b34d924f
9400 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9401 Date:   Sun May 1 02:03:37 2016 +0900
9402
9403     [VM][FM7][KEYBOARD] Fix too many input and overflow events.
9404
9405 commit 7bd115d9064d2197d62013f17cfeed94d5a7fb38
9406 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9407 Date:   Sun May 1 02:03:14 2016 +0900
9408
9409     [VM][EVENT] Use upstream's EMU:: .
9410
9411 commit f18338a71e5c4a144b81a4a639a6add349f13d07
9412 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9413 Date:   Sun May 1 02:02:54 2016 +0900
9414
9415     [UI][Qt][Sound] .
9416
9417 commit aaa2b408d24650004603606ecb908ac855e10e7e
9418 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9419 Date:   Sun May 1 02:02:22 2016 +0900
9420
9421     [EMU][Qt] Keyboard : Fix too many input to VM.
9422
9423 commit 4198a793cf655144416238d39af70fd8ec41e1c5
9424 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9425 Date:   Sat Apr 30 21:23:24 2016 +0900
9426
9427     [UI][Qt][FM77AV] Fix crash with starting.
9428
9429 commit ccf19c9bca2064e0cc69fe59668b0cb1193d7e49
9430 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9431 Date:   Sat Apr 30 20:48:32 2016 +0900
9432
9433     [VM][UI][FM7][FM8][KEYBOARD] Add auto "5" and auto "8" Key. This is useful for older Game for FM-8/7.
9434     * Auto "8" key is useful for DELPHIS and other using "1235" key.
9435
9436 commit b601376ed761ddb1ee3c884b7b33fbeb3b09e6aa
9437 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9438 Date:   Sat Apr 30 20:15:11 2016 +0900
9439
9440     [VM][FM7][FM8] Add "Connect 320KB FDD".You should check this ato first when using FDDs.
9441
9442 commit baeee1533a1d7fa52034881e379edeb81401855a
9443 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9444 Date:   Sat Apr 30 19:26:02 2016 +0900
9445
9446     [VM][FM8][FLOPPY] Fix not bootable from FDD, Thanks to Anna_Wu.
9447
9448 commit f62d4af0887f8fcd7df09afb9d4f4deefa4d9fb3
9449 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9450 Date:   Fri Apr 29 18:35:31 2016 +0900
9451
9452     [VM][FM77AV][DISPLAY] Move sequence copying vram to shadow-vram ; from HBLANK to HDISP .
9453
9454 commit 45256610861f564fc7d8ec677d68595bdf8a64fb
9455 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9456 Date:   Fri Apr 29 18:01:11 2016 +0900
9457
9458     [VM][FM7][DISPLAY] Reduce filckering.
9459
9460 commit 334021e4a1482b7895d476b154b5fdb309819d12
9461 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9462 Date:   Fri Apr 29 18:00:31 2016 +0900
9463
9464     [VM][FM77AV][MB61VH010] ALULINE: Trap x < 0 or y < 0 .
9465
9466 commit 32c96d54c30f9a318eb7ede2b54704c39203b6f8
9467 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9468 Date:   Fri Apr 29 15:56:35 2016 +0900
9469
9470     [VM][MB61VH010] Reduce overhead.
9471
9472 commit 73582e7506bfdcc8b48e60f77b589a0f86b2c31d
9473 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9474 Date:   Fri Apr 29 15:23:29 2016 +0900
9475
9476     [VM][FM7][MB61VH010] ALULINE: Fix shift count of line style register: Stage 4 of Sylpheed was fixed.
9477
9478 commit c144ad08b4d5c4e1bb7c6c487f782a1766d130bf
9479 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9480 Date:   Fri Apr 29 15:04:24 2016 +0900
9481
9482     [VM][FM7][DISPLAY] Reduce line transfer / rendering.
9483
9484 commit 30208a4297af601d98cdc2b695b236e4882118f6
9485 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9486 Date:   Thu Apr 28 14:29:04 2016 +0900
9487
9488     [DOC] Update RELEASENOTE, Release 2016-04-28.
9489
9490 commit d927a033bddd1c626e4078e0e302071c43e88d12
9491 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9492 Date:   Thu Apr 28 14:08:38 2016 +0900
9493
9494     [DOC] Update gitlog.
9495
9496 commit 6a1a04dc3ad10492a2516df99da9c9fa28c1fa7b
9497 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9498 Date:   Thu Apr 28 14:07:48 2016 +0900
9499
9500     [Build] Simplify for linking.
9501
9502 commit e447aa08a54a2e2e2ad608f19b5c23fa85e73090
9503 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9504 Date:   Thu Apr 28 14:06:49 2016 +0900
9505
9506     [VM][FM7][DISPLAY] Do not set cycle-steal when writing $D404.
9507
9508 commit ccaa89b672ed90c4f81175f74373773dee751765
9509 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9510 Date:   Thu Apr 28 02:24:41 2016 +0900
9511
9512     [Build][Linux] Update buildvars.dat.
9513
9514 commit 97662a0c5d2c766d5e3b779eaf9f9fb9282bf3b2
9515 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9516 Date:   Thu Apr 28 01:56:11 2016 +0900
9517
9518     [DOC] Update gitlog.
9519
9520 commit 93238d645bd5ecdbab1c2b000ab9b5f9c87c71ce
9521 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9522 Date:   Thu Apr 28 01:55:43 2016 +0900
9523
9524     [DOC] Update credits.
9525
9526 commit 0af841deff8f296ca9697d40cbc31a33115eb7b1
9527 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9528 Date:   Thu Apr 28 01:54:44 2016 +0900
9529
9530     [Build] Using -O3, not -O2.
9531
9532 commit 0bc588771ba4a8cc7c4d55a3cece443c1617ef26
9533 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9534 Date:   Thu Apr 28 01:34:52 2016 +0900
9535
9536     [DOC] Update gitlog.
9537
9538 commit d56c1b33429c8cce1fd5777b4c708af939d09f36
9539 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9540 Date:   Thu Apr 28 01:34:32 2016 +0900
9541
9542     [DOC] Update credits.
9543
9544 commit 800f4b76e0a12ac08013c7c2bff5d0325d904e7f
9545 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9546 Date:   Thu Apr 28 01:16:09 2016 +0900
9547
9548     [VM][PC8801] Fix FTBFS with GCC6.
9549
9550 commit 608d898b18f7d390ac3fcb42ead26e49b87fed65
9551 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9552 Date:   Thu Apr 28 01:15:49 2016 +0900
9553
9554     [VM][YM2413] Fix FTBFS with GCC6.
9555
9556 commit c595a616832b4b33717492ee780ec92709331315
9557 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9558 Date:   Thu Apr 28 00:56:13 2016 +0900
9559
9560     [DOC] Re-update 000_gitlog.txt .
9561
9562 commit a1c10fd00dd4edc93e339dfe5d8cfc85cc061313
9563 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9564 Date:   Thu Apr 28 00:55:44 2016 +0900
9565
9566     [DOC] Update credits.
9567
9568 commit b5ddf02372ced2f9f592fa603f579c78492d91bc
9569 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9570 Date:   Thu Apr 28 00:54:04 2016 +0900
9571
9572     [DOC] Update gitlog.
9573
9574 commit 5040d1cd2f44d5525530a43b85741666629913d5
9575 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9576 Date:   Thu Apr 28 00:52:57 2016 +0900
9577
9578     [Build][GCC] Revert -Os to -O2 .
9579
9580 commit bb6b8066e3355742987a1d139a17cacaeec51c2e
9581 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9582 Date:   Thu Apr 28 00:14:23 2016 +0900
9583
9584     [DOC] Update 000_gitlog.txt .
9585
9586 commit 9c5288dfe0558537619de0be9a7d200f574711a1
9587 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9588 Date:   Thu Apr 28 00:13:06 2016 +0900
9589
9590     [Build][Qt] Change CFLAGFS/CXXFLAGS to "-g -Os -foptimize-strlen -fvect-cost-model=dynamic -ftree-vectorize".
9591
9592 commit 7041e2c2642a2cba2545aa6fa9f30109a54aafcd
9593 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9594 Date:   Wed Apr 27 22:57:40 2016 +0900
9595
9596     [DOC] Update README.
9597
9598 commit 0b1de258985e1f4a726d037437d21aee5f58665a
9599 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9600 Date:   Wed Apr 27 22:54:36 2016 +0900
9601
9602     [DOC] Update gitlog and credits.
9603
9604 commit 908167731164cb4d24609bf74fd5af6ba8b61825
9605 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9606 Date:   Wed Apr 27 22:53:08 2016 +0900
9607
9608     [General][Qt] Log: Fiux "Agar" to "Qt".
9609
9610 commit 1f3320f66f47b335186acae722839d1061ee2a0e
9611 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9612 Date:   Wed Apr 27 22:36:14 2016 +0900
9613
9614     [Build] Linux : Update buildvars.dat .
9615
9616 commit 14dff45ceb450195c2f0e98815e6e8aa6b748853
9617 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9618 Date:   Wed Apr 27 22:34:02 2016 +0900
9619
9620     [DOC] Update gitlog.txt .
9621
9622 commit 3522e81b2623187d4df7259b509eb194ebd45e55
9623 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9624 Date:   Wed Apr 27 22:33:30 2016 +0900
9625
9626     [DOC] Re-update credits.html .
9627
9628 commit 82862d9e97897c7b6c2572c0c3cb355e114b26b7
9629 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9630 Date:   Wed Apr 27 22:32:07 2016 +0900
9631
9632     [DOC] Update doc/VMs/*.txt .
9633
9634 commit 2356dfc24b3c7e9378054604682563ce02144d9e
9635 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9636 Date:   Wed Apr 27 22:24:40 2016 +0900
9637
9638     [DOC] Update credits.
9639
9640 commit 9cfe5abfdea616091ff3cce86308647216b7adbd
9641 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9642 Date:   Wed Apr 27 22:23:26 2016 +0900
9643
9644     [DOC] I missed date of upstream , fixed X-)
9645
9646 commit 7f4390d871b55ccb8b46d2b670d070d0d4f77750
9647 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9648 Date:   Wed Apr 27 22:20:13 2016 +0900
9649
9650     [DOC] Update documents.
9651
9652 commit 2d1689f4d130e10f24fe7296e2ded432f5c522ec
9653 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9654 Date:   Wed Apr 27 22:17:11 2016 +0900
9655
9656     [UI][Qt] Fix save/load state.
9657
9658 commit 941a6ad9e4fed618caca320f9177153f42d49ac4
9659 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9660 Date:   Wed Apr 27 22:16:32 2016 +0900
9661
9662     [VM][FM7] Fix state save/load.
9663     [VM][General] Fix state save/load.
9664
9665 commit 9541ec1cf881fbe5aeba6da2361929781ec9c158
9666 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9667 Date:   Wed Apr 27 20:38:46 2016 +0900
9668
9669     [VM][Qt] Merge upstream 2016-04-17.
9670
9671 commit 3e1073596f6a2d6514f91f8964f1c62579fa1921
9672 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9673 Date:   Wed Apr 27 20:10:52 2016 +0900
9674
9675     [UI][SOUND][CONFIG][Qt] Fix sound volume problem for "Volume and Balance" used by Qt UI.
9676
9677 commit c79b1f89da3bcb96f6a7741bb1b7abaaf43a7961
9678 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9679 Date:   Wed Apr 27 20:07:03 2016 +0900
9680
9681     [VM][FMGEN] PSG: Fix FTBFS with GCC-6.
9682
9683 commit c407f713191ae1bd79b27f2fd294073205edbe67
9684 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9685 Date:   Thu Apr 21 19:28:23 2016 +0900
9686
9687     [VM][FM7][DISPLAY] Use shadow VRAM to draw.
9688
9689 commit eb292e11bed9871269fd21147794e8aec052dae6
9690 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9691 Date:   Thu Apr 21 18:14:13 2016 +0900
9692
9693     [VM][FM7][KEYBOARD] (MAYBE) fix lock up with keyboard.
9694
9695 commit 0c44be19bdb5327e68571e742e546a86a9f18b0a
9696 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9697 Date:   Thu Apr 21 17:43:36 2016 +0900
9698
9699     [VM][FM77AV][DISPLAY] Reduce flicker with Sync to HSYNC. i.e.) AMNORK.
9700
9701 commit f6270d8f565af1ad2a5eac03e2107f19c1d73715
9702 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9703 Date:   Thu Apr 21 17:27:46 2016 +0900
9704
9705     [OSD][VM][FM77AV40][DISPLAY] Fix small screen when resetting from 4096/256K colors mode.
9706
9707 commit 641b6dc5c19ba843fe03dea23b7328826216975c
9708 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9709 Date:   Thu Apr 21 14:00:50 2016 +0900
9710
9711     [VM][FM77AV40][DISPLAY] Fix 256k colors mode.
9712
9713 commit 2814a3b6eddf9ae5df8eca313244840a789146c1
9714 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9715 Date:   Thu Apr 21 06:39:37 2016 +0900
9716
9717     [VM][FM77AV][MB61VH010][WIP] Fixing wrong drawing with stage 4 of Sylpheed.
9718
9719 commit ae4f12f4d9ad81a116a0ceac5493370f7ac05c14
9720 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9721 Date:   Thu Apr 21 04:31:41 2016 +0900
9722
9723     [VM][FM77AV][MB61VH010][WIP] ALU: Fix timing and not drawn at some situation.
9724
9725 commit 71ba3e1010864e388ecd57190ef90dc02a834d6b
9726 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9727 Date:   Thu Apr 21 04:14:58 2016 +0900
9728
9729     [VM][FM7] Reduce flicking when "Sync to HSYNC". i.e. YS2.
9730
9731 commit 3883d6dee52ae4b426604513cc3181e03ba49613
9732 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9733 Date:   Sun Apr 10 22:39:44 2016 +0900
9734
9735     [VM][FM7] .
9736
9737 commit 737cae3e7480fc2169612178ff01fba5643b7b2b
9738 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9739 Date:   Sun Apr 10 18:31:02 2016 +0900
9740
9741     [VM][FM77AV] More fix.
9742
9743 commit 45be615bcb6113ceac0cea22026be58ab4c6b562
9744 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9745 Date:   Sat Apr 9 16:17:09 2016 +0900
9746
9747     [VM][FM77AV][KEYBOARD] Not repeat automatically with SCAN CODE mode.
9748
9749 commit 54ed335d9c66d73c8e51f9731172853ad19e0ad7
9750 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9751 Date:   Sat Apr 9 15:05:52 2016 +0900
9752
9753     [DOC] Update RELEASENOTE for SNAPSHOT 2016-04-09 .
9754
9755 commit 19257d5b421477fe0a107d81f56ceb0ce605adb7
9756 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9757 Date:   Sat Apr 9 00:37:03 2016 +0900
9758
9759     [20160409][Qt][DOC] Update documents.
9760
9761 commit 3297e37e10c8b57a1bd0378b55ccd6eccd6d82b9
9762 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9763 Date:   Sat Apr 9 00:09:55 2016 +0900
9764
9765     [General][Qt][*nux] Add installer script to tool/ .
9766
9767 commit 710b86e0d0ef4ec866e131f87e941339801b589f
9768 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9769 Date:   Fri Apr 8 23:36:47 2016 +0900
9770
9771     [UI][Qt][MENU] Fix debugger action.
9772
9773 commit 33cacb8fd4b56b441fdacd223ea20158cdaefdf6
9774 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9775 Date:   Fri Apr 8 17:48:56 2016 +0900
9776
9777     [UI][Qt] Add YALKY, PC-2000, SMC-70.
9778     [UI][Qt] Add a debugger entry (to four entries).
9779
9780 commit 3eef7d6c8cff4a99f64eac5941b32eb513664986
9781 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9782 Date:   Fri Apr 8 16:52:32 2016 +0900
9783
9784     [VM][Qt] Add printer support to MZ-80A/K/1200.
9785
9786 commit 9e4419a9b5f3b76f9685adc683a3379d6a22a806
9787 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9788 Date:   Fri Apr 8 16:51:37 2016 +0900
9789
9790     [UI][Qt] Fix FTBFSs with upstream 2016-04-01.
9791
9792 commit 2a7852d6f65f643cb5d878950e4d59a4e9970998
9793 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9794 Date:   Fri Apr 8 16:47:56 2016 +0900
9795
9796     [VM][UI][Qt] Add NEC PC-2001.
9797
9798 commit 78782472b5ab0ba8231303f0750ff4edc2fe445f
9799 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9800 Date:   Fri Apr 8 16:16:13 2016 +0900
9801
9802     [UI][Qt] Add QRCs for some newbie machines.
9803
9804 commit aa3107811a4480deddfb9f1f5d35470d81d911f0
9805 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9806 Date:   Fri Apr 8 16:10:54 2016 +0900
9807
9808     [DOC] Add documents around bios and key assigns.
9809
9810 commit c2fe6a765afff05893070d5060049eb1973eab16
9811 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9812 Date:   Fri Apr 8 16:06:28 2016 +0900
9813
9814     [VM][General] Merge upstream 2016-04-01 #1.
9815
9816 commit 47200dd687b2fa1f0c39397c4861e3db524419e5
9817 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9818 Date:   Thu Apr 7 21:48:39 2016 +0900
9819
9820     [VM][FM7] With CMT's sound.
9821
9822 commit 2afc6b3720caf6e78fa9d539e35826ac509ee5bc
9823 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9824 Date:   Thu Apr 7 21:19:12 2016 +0900
9825
9826     [UI][Qt] Fix not display label texts.
9827     [UI][Qt] More push to libCSPgui.so .
9828
9829 commit 530255c3a830cccfd5d84846e7a8094ef7ece5ef
9830 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9831 Date:   Thu Apr 7 19:56:56 2016 +0900
9832
9833     [UI][Qt] qt/gui : separate to libCSPgui.so excepts windows.
9834
9835 commit f65188b45bed3f74ac3af8db1caa8b3cc8798587
9836 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9837 Date:   Thu Apr 7 17:41:06 2016 +0900
9838
9839     [UI][Qt] More separate to one lib a lot.
9840
9841 commit 84fb6c8e028d7954bf43718b6a10656bfac79f1a
9842 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9843 Date:   Thu Apr 7 06:52:53 2016 +0900
9844
9845     [UI][Qt] Fix crash when using Cartridge more than 2 or not using Tape.
9846
9847 commit 0d80f472dd3663c7aabb2c330562e100bd3dc990
9848 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9849 Date:   Thu Apr 7 05:33:34 2016 +0900
9850
9851     [UI][Qt][BABBAGE2ND][MZ-1500] Fix crash on booting.
9852
9853 commit cbe4763fb52994af254339cb9554323bb67803a5
9854 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9855 Date:   Thu Apr 7 04:28:38 2016 +0900
9856
9857     [VM][FM7] Working GRPH key again.
9858     [VM][FM7] Try: Fix dropping keyboard code.
9859
9860 commit eaa06805fbbb8bd6c9ba57c1a95a4a238af6c822
9861 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9862 Date:   Thu Apr 7 04:28:24 2016 +0900
9863
9864     [UI][Qt] .
9865
9866 commit b470d948944e153d264b5c4a8408226ab04e096d
9867 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9868 Date:   Thu Apr 7 03:35:57 2016 +0900
9869
9870     [VM][FM7][WIP] Fix still not working some software without re-construct VMs at FM-7/NEW7/77.
9871
9872 commit ceb696fe80fce0786adfb162a242dd23ecc7805c
9873 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9874 Date:   Thu Apr 7 02:56:06 2016 +0900
9875
9876     [UI][Qt] Working at least FM-7.
9877
9878 commit 8e720331ae274c7f81f051f2a5518bfde9921233
9879 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9880 Date:   Thu Apr 7 02:10:20 2016 +0900
9881
9882     [UI][Qt] New GUI: Not happen FTBFSs, but not work yet.
9883
9884 commit 409094d2352c888f9734e321dfb075691f6b5629
9885 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9886 Date:   Sat Mar 26 04:02:41 2016 +0900
9887
9888     [UI][Qt][WIP] Remove unused header.
9889
9890 commit 52f0ec955b934031ec7fcce4b6c56c61836c821d
9891 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9892 Date:   Sat Mar 26 04:00:35 2016 +0900
9893
9894     [UI][Qt][WIP] Re-factoring of UIs to integrate one lib as possible, this is WIP, unable to build.
9895
9896 commit 6dedaa4aa8ffee00df66e2fa8601f385fb2f07cf
9897 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9898 Date:   Fri Mar 25 22:15:35 2016 +0900
9899
9900     [DOC] Update RELEASENOTE for SNAPSHOT 20160325, with binary URLs.
9901
9902 commit 328d6dfeb1ab3a398bcb5bf8b724f66efefc766a
9903 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9904 Date:   Fri Mar 25 13:32:00 2016 +0900
9905
9906     [DOC] Update for (re-scheduled) SNAPSHOT 20160325.
9907
9908 commit 34fb5d731eccd3601a7587657ccb1eb22404045b
9909 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9910 Date:   Fri Mar 25 13:24:49 2016 +0900
9911
9912     [General][Qt][WIN32] Fix broke rule of path using with Qt/Windows.
9913
9914 commit 85add23f1072c4cbda7844fe96c2c8a9486f433b
9915 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9916 Date:   Fri Mar 25 13:00:53 2016 +0900
9917
9918     [DOC] Update gitlog.
9919
9920 commit e07d0b88686822f92d52afec34315c90320243ff
9921 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9922 Date:   Fri Mar 25 12:59:57 2016 +0900
9923
9924     [UI][QC10] Fix crash.
9925
9926 commit fc23db3acdc263909aec7bb58929134128b631b5
9927 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9928 Date:   Fri Mar 25 12:46:53 2016 +0900
9929
9930     [UI][Qt][QC10] hotfix: Fix FTBFSs.
9931
9932 commit e1874973f454ec0dd42e48d0f4665497ff1ec57a
9933 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9934 Date:   Thu Mar 24 20:10:38 2016 +0900
9935
9936     [DOC] Update for SNAPSHOT 2016-03-24.
9937
9938 commit ea4930417b9b0ab1dbb34babf2ab95fa20012312
9939 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9940 Date:   Thu Mar 24 19:28:12 2016 +0900
9941
9942     [UI][FM-8] Add support of Bubble Casette.
9943
9944 commit 7cf0d7408069f20cbdd1f7bad1eb34ac879b16a4
9945 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9946 Date:   Thu Mar 24 19:26:48 2016 +0900
9947
9948     [UI][VM][EMU] Add features around BUBBLE CASETTE.This is used by FM-8(and 7/77?) and FM-11 and BUBCOM80.
9949
9950 commit 6ec5dcd5d489b2cb0d4576f66233c85497f505ba
9951 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9952 Date:   Thu Mar 24 19:25:58 2016 +0900
9953
9954     [VM][FM8] Bubblecasette seems to work. Reading and writing may be okay.
9955
9956 commit 684591c8643cd7a9e3ddebcc228f4d9692485a36
9957 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9958 Date:   Thu Mar 24 15:29:25 2016 +0900
9959
9960     [VM][FM8] Add bubble casette feature, initially checking work.
9961
9962 commit bcb41b0d8e9f802483ced1241dde6e6450ae3039
9963 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9964 Date:   Tue Mar 22 19:49:49 2016 +0900
9965
9966     [VM][FM7][FM8][WIP] Add support of bubble-casette.This is not working yet.
9967
9968 commit f39c720f6cf33170f6c3898b93056f5d8e7f7873
9969 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9970 Date:   Tue Mar 22 14:41:13 2016 +0900
9971
9972     [VM][FMGEN] PSG: Fix volumes are not independed via another PSG/SSG devices. Thanks to umaiboux.
9973     See: http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/576
9974
9975 commit ee7cbee41c926c577b25b080ed0eeddb0b0d8f10
9976 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9977 Date:   Mon Mar 21 00:10:59 2016 +0900
9978
9979     [UI][Qt][PCENGINE] Change VM's icon.
9980
9981 commit 71105c4e3ddbf9e93e5679c38b568f8e6cc6a555
9982 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9983 Date:   Mon Mar 21 00:06:20 2016 +0900
9984
9985     [VM][Qt][PC9801] Fix USE_SOUND_DEVICES to 5.
9986
9987 commit 0eb9765e24b6bbca4993303bbafc3026bed35a93
9988 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9989 Date:   Mon Mar 21 00:05:54 2016 +0900
9990
9991     [UI][Qt][X1] Add printers.
9992
9993 commit 0b961987f012fd6f6f7f7c65b12613050c67348b
9994 Author: K.Ohta <whatisthis.sowhat@gmail.com>
9995 Date:   Mon Mar 21 00:05:32 2016 +0900
9996
9997     [UI][Qt] Add dipswitches.
9998
9999 commit 5e957060b857c091a58210693aacfa4b3e9f239e
10000 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10001 Date:   Mon Mar 21 00:05:15 2016 +0900
10002
10003     [UI][Qt][PC98HA] Add printer.
10004
10005 commit dc5118bb8127ad67875c6171e4dcc28ccf2a8169
10006 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10007 Date:   Mon Mar 21 00:04:49 2016 +0900
10008
10009     [UI][Qt][PC-9801] Add printer and sound boards.
10010
10011 commit 909106716d782e76a5ef0ba456ecd40e20cc923e
10012 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10013 Date:   Mon Mar 21 00:04:33 2016 +0900
10014
10015     [UI][Qt][PC8801] Add printer.
10016
10017 commit 832bcf0b41b1ad6be818bacb6f41f9c4a536ff91
10018 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10019 Date:   Mon Mar 21 00:04:12 2016 +0900
10020
10021     [UI][Qt][PC6001] Add printer.
10022
10023 commit c86abc9578b0b4e3a2d0d713da8baa99c12e19ef
10024 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10025 Date:   Mon Mar 21 00:03:34 2016 +0900
10026
10027     [UI][Qt][MZ-80] Add PCG-8000/1200.
10028
10029 commit 5a4bc70e73470898e3de16dd8ad1eabac3c882c7
10030 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10031 Date:   Mon Mar 21 00:02:53 2016 +0900
10032
10033     [UI][Qt][MZ700][MZ1500] Add printers (MZ-1500)  and PCG-700 (MZ-700).
10034
10035 commit 0f0c7f85713ce743d90e33b1f6f6fbae1272ebf7
10036 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10037 Date:   Mon Mar 21 00:02:24 2016 +0900
10038
10039     [UI][Qt][MZ5500] Add printer and dipswitches entries.
10040
10041 commit 44ea30b9ea006b746c7144f5a3efe01322cae9c9
10042 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10043 Date:   Mon Mar 21 00:01:56 2016 +0900
10044
10045     [UI][Qt][MZ3500] Add printer and dipswitches entries.
10046
10047 commit 47f5acc92b27dab7c7b2cbcf94c5a24343a19c2b
10048 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10049 Date:   Mon Mar 21 00:01:23 2016 +0900
10050
10051     [UI][Qt][MZ2500] Add printer entries.
10052
10053 commit 0d22724938e139fe4562ac7d148488c1374b0a55
10054 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10055 Date:   Sun Mar 20 22:40:36 2016 +0900
10056
10057     .
10058
10059 commit 6a71cf02f447ef774cadc560fa55d2d986b5ca49
10060 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10061 Date:   Sun Mar 20 22:39:36 2016 +0900
10062
10063     [UI][Qt][PCENGINE] Add JoyPads definition.
10064
10065 commit 666855adb382c053b67051b33801546855a029be
10066 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10067 Date:   Sun Mar 20 22:39:04 2016 +0900
10068
10069     [UI][Qt][HC80] Fix dipswitches.
10070
10071 commit 5f0179bc7f9486d92aef34074e047510dab9a91e
10072 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10073 Date:   Sun Mar 20 22:38:33 2016 +0900
10074
10075     [UI][Qt] Fix retranslateUi().
10076
10077 commit 8e2c364a4b2795039c9bca332c77beb90c87fb9a
10078 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10079 Date:   Sun Mar 20 22:37:52 2016 +0900
10080
10081     [UI][Qt][MZ3500] Enable Dipswitches.
10082
10083 commit 0695f9fa487e82cc3f222d418892c99dee9f5eaf
10084 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10085 Date:   Sun Mar 20 15:22:18 2016 +0900
10086
10087     [VM][UI][Qt][FM7] Add support for USE_JOY_BUTTON_CAPTIONS .
10088
10089 commit 5c19d133bcf5e114bffa931121dda6db2c1366d9
10090 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10091 Date:   Sun Mar 20 15:21:30 2016 +0900
10092
10093     [VM][UI][Qt][PCENGINE] Add support CD-ROM.
10094
10095 commit 7b3611c60f129e04e0d1a731de2765db04fd80d7
10096 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10097 Date:   Sun Mar 20 13:10:13 2016 +0900
10098
10099     [UI][Qt] Add support USE_JOY_BUTTON_CAPTIONS.
10100
10101 commit c1f4034aa81e0d947e1f2cfa7b61436318f7b5a0
10102 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10103 Date:   Sun Mar 20 02:22:57 2016 +0900
10104
10105     [BUILD][Linux] Using -Og instead of -O3 with GCC.
10106
10107 commit bdf1c956b8ee81b9faea5be16ea8f23a95860641
10108 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10109 Date:   Sun Mar 20 02:21:37 2016 +0900
10110
10111     [VM][YM2203] Sync to upstream 2016-03-17, excepts using SIMD when optimizing.
10112
10113 commit aed640729a25ddff0a2e90005ad33d099ec4a8d8
10114 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10115 Date:   Sun Mar 20 00:42:59 2016 +0900
10116
10117     [VM][PCENGINE] Fix FTBFS building with MinGW32 (Cross environment).
10118
10119 commit 7511ec8f122afa791ed0637c5fa883ed65ccc376
10120 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10121 Date:   Sun Mar 20 00:41:30 2016 +0900
10122
10123     [VM][MZ2800] Fix crash at building VM. Thanks to http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/571 .
10124
10125 commit 17a6d1c051e04c08ef0919ad9a88a9d3de81d1dd
10126 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10127 Date:   Sat Mar 19 10:45:10 2016 +0900
10128
10129     .
10130
10131 commit bf9c17e849f0b7111bc7d5aa4924cd94b4fb198b
10132 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10133 Date:   Sat Mar 19 10:34:49 2016 +0900
10134
10135     [VM][Qt][MinGW][Linux] Fix FTBFSs.
10136
10137 commit 181d7dd85bf1338f72dc54518ede7deeb68420a1
10138 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10139 Date:   Sat Mar 19 03:48:56 2016 +0900
10140
10141     [VM][General][Qt] Merge upstream 20160317.
10142     [VM][MB8877] Enable to probe statuss via read_signal().
10143     [VM][MC6809][DEBUGGER] Fix unable to display registers and FTBFSs.
10144     [FM7] Fix bugs caused by lower clock for dummycpu, i.e. Death Force.
10145     [UI][Qt] With PC Engine, still not implement around CD-ROM^2.
10146
10147 commit 0d60f000af72cfe6a911f4b8c51aa375c0e2819c
10148 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10149 Date:   Fri Mar 11 14:13:11 2016 +0900
10150
10151     [VM][Qt] Fix FTBFSs.
10152
10153 commit c7fc4dd910314359cd85bd1c1d601af0d978b23f
10154 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10155 Date:   Fri Mar 11 04:58:08 2016 +0900
10156
10157     [DOC] Update documents for *real* release.
10158
10159 commit cc9a6b95d3ee6765a3b9d8befe9243a1522032ac
10160 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10161 Date:   Fri Mar 11 04:52:39 2016 +0900
10162
10163     [VM][Qt][FM7] FM7 series: Fix some software has not booted, need to (destruct and) re-construct VM class before loading. See constructor of emu.cpp .
10164
10165 commit 088abfc45ad5eeaff19b3d623aff785fc8e387ca
10166 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10167 Date:   Fri Mar 11 01:56:53 2016 +0900
10168
10169     [DOC] Update documentation for Release: "Pray for all people injured by Great East Japan Earthquake".
10170
10171 commit 9bf4e859273593bffa3ce5b55382776df6171536
10172 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10173 Date:   Fri Mar 11 01:46:22 2016 +0900
10174
10175     [VM][Disk][FM7] Force to set "Correct Transfer Timing" when using 太陽の神殿 for FM-7 series.
10176
10177 commit 9e5af9a67b30db131c46bd4722929bab753647c0
10178 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10179 Date:   Thu Mar 10 22:53:03 2016 +0900
10180
10181     [DOC] Update documents, more.
10182
10183 commit 3c795bcbc6eb3888af057825945ab05d57b7eae4
10184 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10185 Date:   Thu Mar 10 22:49:25 2016 +0900
10186
10187     [VM][BMJr][Qt] Input all of keys even using Qt.See bmjr.txt .
10188
10189 commit 233e28feca71d28032448308692fa85b9e47433f
10190 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10191 Date:   Thu Mar 10 21:46:06 2016 +0900
10192
10193     [DOC] Update documents.
10194
10195 commit 71243b9149445972acda75456ce561612607ad2a
10196 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10197 Date:   Thu Mar 10 21:43:21 2016 +0900
10198
10199     [VM][EX80][TK80BS][Draw] Fix transparent display.
10200
10201 commit 6704005fc0848fc363bc46f6c6d6107e466a8e30
10202 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10203 Date:   Thu Mar 10 21:16:18 2016 +0900
10204
10205     [UI][Qt] Binary menu: Not display "Save Histories".
10206     [UI][Qt][EX80] Fix not displaied bionary menu entries.
10207
10208 commit 90e32cfbb4dfc6a59c787eb7a4971368e6064d80
10209 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10210 Date:   Thu Mar 10 21:01:29 2016 +0900
10211
10212     [DOC] Update documents more.
10213
10214 commit 3f999b7354d17c200a07a5b55856e0d93728f555
10215 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10216 Date:   Thu Mar 10 20:59:38 2016 +0900
10217
10218     [DOC] Update documents.
10219
10220 commit d8f0c62b928c4a53199e6bf05540c417eb4e37fa
10221 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10222 Date:   Thu Mar 10 20:58:28 2016 +0900
10223
10224     [UI][Qt] Fix FTBFS without volume setting per devices.
10225
10226 commit 4bfbc36d0f49a7962b27b268ec5943672074087d
10227 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10228 Date:   Thu Mar 10 20:42:16 2016 +0900
10229
10230     [UI][Qt][Menu] Add more icons.
10231
10232 commit 690cac2c36ad20d27515ed90b5bd241a685b8dc1
10233 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10234 Date:   Thu Mar 10 19:52:36 2016 +0900
10235
10236     [VM][FMR][Qt][SCSI] Fix FTBFS around SCSIs for g++.
10237
10238 commit 2528da3c3c0b9cf2502ce3c47d73b3cee2403fd0
10239 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10240 Date:   Thu Mar 10 19:36:24 2016 +0900
10241
10242     [General][Qt] Merge updtream 2016-03-05 (1).FTBFSs exist yet.
10243
10244 commit 7ff3551b4672a8390d34392d5d0d110b4af7d961
10245 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10246 Date:   Thu Mar 10 19:14:34 2016 +0900
10247
10248     [DOC] Add URLs to ToDo.
10249
10250 commit 7828ba8365e40860052271083ba6998bf3709167
10251 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10252 Date:   Thu Mar 10 19:10:41 2016 +0900
10253
10254     [DOC] Update ToDo.
10255
10256 commit 6d668ac69672723c373ecbe5b7ae2d9d88ae53c2
10257 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
10258 Date:   Thu Mar 10 19:08:17 2016 +0900
10259
10260     [Qt][Logger][Win32] Use fflush at the end of a line, workaround for CYGWIN.
10261
10262 commit 1e40547055dc4ff6fc696edec5f9ad28fb5ebb21
10263 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10264 Date:   Thu Mar 10 18:05:34 2016 +0900
10265
10266     [UI][Qt][SOUND] Try/Windows: Does SDL_GetAudioDeviceName result with UTF-8 ?
10267
10268 commit 05279e30565a8c0d858bf353908bd693a663fa9c
10269 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10270 Date:   Thu Mar 10 17:36:28 2016 +0900
10271
10272     [UI][Qt][Menu][Sound] Volume dialog: Add tooltip to reset buttons.
10273
10274 commit e60ef9adc5e6415b28627684a2f7cd726e2741f7
10275 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10276 Date:   Thu Mar 10 17:35:47 2016 +0900
10277
10278     [Qt][Emu] Effect [Enter] even Unix etc.(0x0a should not be ignored).
10279
10280 commit 7236378195861080bffd3917b10d86cb3c0aec4d
10281 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10282 Date:   Wed Mar 9 23:13:57 2016 +0900
10283
10284     [DOC] Update FAQs.
10285
10286 commit e864b1854703be6df895d97a71ced111e38a5faf
10287 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10288 Date:   Wed Mar 9 22:30:05 2016 +0900
10289
10290     [DOC] Update ToDo.
10291
10292 commit 4d67c232a3c2a004074c0f1adb81def9e546e6ff
10293 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10294 Date:   Wed Mar 9 22:20:35 2016 +0900
10295
10296     [UI][Qt] I forgot to add icons.qrc.
10297
10298 commit ab1004fd2fa3c1f2f25b24c65ef8880a09001656
10299 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10300 Date:   Wed Mar 9 22:08:30 2016 +0900
10301
10302     [DOC] Update README , ToDo and some documents.
10303
10304 commit 350b9238b856e1952a562ef9a566abd12d3d985b
10305 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10306 Date:   Wed Mar 9 22:05:44 2016 +0900
10307
10308     [UI][LOG] (Maybe) fix character corruption with log at non-UTF8 environment.
10309     [Qt][Windows] Correct number of argument to main() at WinMain().
10310     See: http://hanabi.2ch.net/test/read.cgi/i4004/1430836648/528 .
10311
10312 commit 4dabc1c551ab9d8dab5988ba24554a5d107b13bf
10313 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10314 Date:   Wed Mar 9 21:45:45 2016 +0900
10315
10316     [DOC] Update ToDo.
10317
10318 commit f6b6722321e68c240bceab03e2a58e35fa00bc8c
10319 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10320 Date:   Wed Mar 9 21:44:11 2016 +0900
10321
10322     [UI][Qt] Update title of main window real time.
10323     [UI][Qt][Sound] Volume dialog: Add icons and change layouts.
10324     [UI][Qt] Add icons to some menu entries.
10325
10326 commit 08288b31d3d4671aa40ba8eae8f8be69b03d5cfd
10327 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10328 Date:   Wed Mar 9 18:42:26 2016 +0900
10329
10330     [UI][Qt] Add icons to some menu entries.
10331
10332 commit 370333678cb82956a5a0f2ca59db347a03637323
10333 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10334 Date:   Wed Mar 9 17:15:37 2016 +0900
10335
10336     [UI][Qt] Replace Icons to mate-icon-theme.
10337
10338 commit edc97f9b1a88aca92d4ded291fe52acbf6d2e538
10339 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10340 Date:   Wed Mar 9 16:56:27 2016 +0900
10341
10342     [UI][Qt][Display][FM7] Reject USE_MONITOR_CRT_4_3 flag, using WINDOW_foo_ASPECT.
10343     [UI][Qt][Display] Add "Scale to X,Y".
10344
10345 commit 266f4452d7529ed908515e0d77426d1ea23004b9
10346 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10347 Date:   Wed Mar 9 03:30:56 2016 +0900
10348
10349     [UI][Qt] Add icons: Mate icon theme faenza.
10350
10351 commit ef0160145848297b568b1d9e11b838a6ed44d9fd
10352 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10353 Date:   Wed Mar 9 02:20:16 2016 +0900
10354
10355     [UI][Qt] Toggle menu word: "Start Recording Sound" <-> "Stop recorded Sound".
10356     [UI][Qt] Menu: Fix some words.
10357
10358 commit 7fca0352958098ce1a437953ed03ecad65f0ea46
10359 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10360 Date:   Tue Mar 8 18:32:14 2016 +0900
10361
10362     [UI][Qt][MENU] Unification spells.
10363
10364 commit 7ef45f901846fb6c733208b4fedcb0e0a9022d4f
10365 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10366 Date:   Sun Mar 6 04:32:39 2016 +0900
10367
10368     [DOC] Update ToDo.
10369
10370 commit ecdf6ccef6d196fef880126768130e663e0a5cd4
10371 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10372 Date:   Sat Mar 5 13:34:17 2016 +0900
10373
10374     [DOC] Update RELEASENOTE to SNAPSHOT 2016-03-04.
10375
10376 commit 2094836a742e8d3dea138c0d26c3bb449c4094db
10377 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10378 Date:   Sat Mar 5 13:12:43 2016 +0900
10379
10380     [DOC] Update around libSDL.
10381
10382 commit 0606e5f868da596ddcc58a052b9de4c09af902d8
10383 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10384 Date:   Fri Mar 4 23:01:58 2016 +0900
10385
10386     [DOC] Update credits, READMEs.
10387
10388 commit 2fc557e88d2715f5fda328ecf38af4b81714b81e
10389 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10390 Date:   Fri Mar 4 22:54:53 2016 +0900
10391
10392     [VM][6809] Fix API for debugger.
10393
10394 commit 6339a3be93a638ca159f6707af2af22372460aee
10395 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10396 Date:   Fri Mar 4 22:54:12 2016 +0900
10397
10398     [DEBUGGER][Qt] (Maybe) Fix crash when closing a debugger window.
10399
10400 commit 2254ce96fde937cb0bcd9a7fd979db4e711afeb6
10401 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10402 Date:   Fri Mar 4 22:35:30 2016 +0900
10403
10404     [UI][Qt][Sound] Fix volume dialog.
10405
10406 commit ff7eb4555dba17407e861d2419e62636fcb8f59d
10407 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10408 Date:   Thu Mar 3 23:03:02 2016 +0900
10409
10410     [DOC] Update documents.
10411
10412 commit 92d31065cadd027a389416b60f8ae13bb4911e1c
10413 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10414 Date:   Thu Mar 3 22:20:44 2016 +0900
10415
10416     [Win32][UI][Qt] Fix character encoding of recent files.
10417
10418 commit 11d56c0330aa8988312d6563d2cc38fdc9b1f030
10419 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10420 Date:   Thu Mar 3 21:52:49 2016 +0900
10421
10422     [Misc] Fix indent of common.cpp.
10423
10424 commit 8fe30c068e4aef3561a3cf27eea34008b14cf53d
10425 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
10426 Date:   Thu Mar 3 21:48:43 2016 +0900
10427
10428     [Build][MinGW] Set WINVER=0x501 (WindowsXP), fix FTBFS with HOST=Real
10429     Windows.
10430
10431 commit f7658ccfe789bc0eaf4f9cf34800d8c54826ca6e
10432 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10433 Date:   Thu Mar 3 20:22:11 2016 +0900
10434
10435     [UI][Qt] Re-Working "Paste from clipboard", applying new APIs.
10436
10437 commit e31afdabced5e6d3e1f2133f5669e28d6d3b0763
10438 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10439 Date:   Thu Mar 3 19:21:40 2016 +0900
10440
10441     [VM][MZ3500] Fix FTBFS.
10442
10443 commit a6f2e6b0b986b6f3dcbf073b6b6f6c54e2fa0235
10444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10445 Date:   Thu Mar 3 19:21:11 2016 +0900
10446
10447     [VM][MZ80][MZ2200] Fix FTBFSs.
10448
10449 commit 3ffe06a5e994c77430cf7152a28a00690eb382d9
10450 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10451 Date:   Thu Mar 3 19:12:43 2016 +0900
10452
10453     [Qt][Joystick][VM][MZ1500][MZ700][MZ800] Fix FTBFSs.
10454
10455 commit b6ca138c3d9da496afeefffb885c8b3a298519b2
10456 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10457 Date:   Thu Mar 3 18:53:43 2016 +0900
10458
10459     [VM][FP1100][MinGW] Fix FTBFS with MinGW.
10460
10461 commit 4611243ed5b0d4aced136290ea4d82ce329e9ca1
10462 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10463 Date:   Thu Mar 3 02:21:27 2016 +0900
10464
10465     [VM][FM8] Fix overwrite config.boot_mode when read/write from/to $FD0F, thanks to Anna_Wu .
10466
10467 commit 63f2592ef2210f8f2953288902a1ff050c9ebe63
10468 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10469 Date:   Thu Mar 3 02:20:26 2016 +0900
10470
10471     [DOC] Update fm7.txt/fm8.txt/fm77av.txt .
10472
10473 commit ad9610e1a12f39598e5074ece02dedfc292c3855
10474 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10475 Date:   Wed Mar 2 23:35:19 2016 +0900
10476
10477     [Build][Qt] Fix FTBFSs with llvm-clang.
10478
10479 commit 2c2a61225c6400e1b22fee741cb70351d9245fd3
10480 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10481 Date:   Wed Mar 2 21:29:31 2016 +0900
10482
10483     [VM][PC8801] Re-Fix slowdown (eat too many CPUs).
10484
10485 commit 2b56e53fa26de667a3dc084e1d280c2bcee5df18
10486 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10487 Date:   Wed Mar 2 20:56:44 2016 +0900
10488
10489     [VM][Qt][General][CMAKE] Merge upstream 2016-03-01, phase 2. Expect to build and work on all VMs.
10490
10491 commit d92a13912edf3f8c861382560538f8f2fc636c62
10492 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10493 Date:   Wed Mar 2 19:16:25 2016 +0900
10494
10495     [General][VM][FM7][CMake] Build at least eFM77AV40EX.
10496
10497 commit 59fc5b4623a08b55dbe3d82782d533a3144be0e9
10498 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10499 Date:   Wed Mar 2 17:47:29 2016 +0900
10500
10501     [VM][General] Merge upstream 2016-03-01. (Pahse 1).
10502
10503 commit ecb2dd1b11b72dc2ce986a25439c374519fbefdc
10504 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10505 Date:   Wed Mar 2 12:43:35 2016 +0900
10506
10507     [VM][FM7] Disk/2DD : Fix applied machines definition.
10508
10509 commit 46e5dd436be97eb4d0fdc1f2074768e876c200b3
10510 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10511 Date:   Sat Feb 27 01:46:10 2016 +0900
10512
10513     [DOC] Releasenote: Update URL.
10514
10515 commit be4f8de537ae21b4175acd10e5733a5bf7e6fc88
10516 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10517 Date:   Sat Feb 27 01:39:56 2016 +0900
10518
10519     [DOC] Update to 2016-02-26 HOTFIX1
10520
10521 commit 2e87abcb02cee28532215484517d999b561817a3
10522 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10523 Date:   Sat Feb 27 01:27:01 2016 +0900
10524
10525     [VM][FM7][PSG][OPN] Fix reset sequence of PSG/OPN.
10526
10527 commit 3c2cb209e5f294cd3168b9406f85fb369317d2eb
10528 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10529 Date:   Sat Feb 27 00:23:00 2016 +0900
10530
10531     [DOC] Update 000_gitlog.txt .
10532
10533 commit 36ec7de4bcab9ddd6c535204cb3e2818d8bfe82e
10534 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10535 Date:   Sat Feb 27 00:22:07 2016 +0900
10536
10537     [DOC][OOPS] I missed URL of release page, fixed.
10538
10539 commit 3d0beab215099019e3e9fe186c1f2eef350a9e58
10540 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10541 Date:   Sat Feb 27 00:18:53 2016 +0900
10542
10543     [DOC] Update 000_gitlog.txt .
10544
10545 commit bb37f5434f6177a07340f8af591982a1e297fd5f
10546 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10547 Date:   Sat Feb 27 00:16:40 2016 +0900
10548
10549     [DOC] Update credits and RELEASENOTE finally of release 2016-02-26.
10550
10551 commit 82115ccfbcd6c8493933e518779c1d7f70940c9f
10552 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10553 Date:   Sat Feb 27 00:12:09 2016 +0900
10554
10555     [DOC][Qt][HELP] Adjust size of text.
10556
10557 commit 50e8c34fdcece5bb31cd736a3d732af44cb14509
10558 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10559 Date:   Fri Feb 26 23:31:07 2016 +0900
10560
10561     [DOC] .
10562
10563 commit fda4e692c3c38f1c4ee96ed6b8ff93a7dbd07596
10564 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10565 Date:   Fri Feb 26 23:29:29 2016 +0900
10566
10567     [DOC] Update FAQ.
10568
10569 commit acc3b8c49542ec48b38384671c2d2a5909d732e3
10570 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10571 Date:   Fri Feb 26 22:41:45 2016 +0900
10572
10573     [DOC] how2build_qt.ja.txt .
10574
10575 commit 2ae89246fdf61d1111e14ce055b136fff9cea693
10576 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10577 Date:   Fri Feb 26 20:29:22 2016 +0900
10578
10579     [DOC][OOPS] Fix name of documentation.
10580
10581 commit 5a70e0a4ebfd066f0f3f7bc9df82e50f551886dc
10582 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10583 Date:   Fri Feb 26 20:08:52 2016 +0900
10584
10585     [DOC] Add libSDL2's documentations.
10586
10587 commit af59c60933b1ebb1ac1f664aab3e97ad0c8381d9
10588 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10589 Date:   Fri Feb 26 19:52:14 2016 +0900
10590
10591     [DOC] Update release 2016-02-26.
10592
10593 commit c64bd7e03b0a11d094dbdd7e242d5166451d8301
10594 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10595 Date:   Fri Feb 26 19:36:08 2016 +0900
10596
10597     [VM][FM7] Fix wrong key assigning of some keys.
10598
10599 commit 6b3e911245498c23246ca2c8ff906b37e39c4f7e
10600 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10601 Date:   Fri Feb 26 19:34:34 2016 +0900
10602
10603     [DOC][HELP][UI][Qt] Add FAQs and information of BIOS/key assign to menu bar's HELP entry.
10604
10605 commit e60eb94a50f4aa80ca181f52ed22cddd3c263016
10606 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10607 Date:   Fri Feb 26 17:52:56 2016 +0900
10608
10609     [BUILD][CMake] Apply changing name from "SY6552" to "SY6522".
10610
10611 commit 894b1d23e02f73caea408b17abc992b5280a1ff8
10612 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10613 Date:   Fri Feb 26 17:48:17 2016 +0900
10614
10615     [General][CMake] Merge upstream 2016-02-26.
10616
10617 commit 78fee302d68681a719fa379c38c621e9332fed5f
10618 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10619 Date:   Fri Feb 26 17:42:28 2016 +0900
10620
10621     [UI][Qt][Debugger] Fix handling of console input.
10622
10623 commit cd100a4f5900e1ec23405321e801125846307c50
10624 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10625 Date:   Fri Feb 26 17:41:54 2016 +0900
10626
10627     [VM][DEBUGGER][Qt] Fix usable of Debugger.
10628
10629 commit 8f13f6a6613b3c5bd1d6e296089d9478fe47bb40
10630 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10631 Date:   Fri Feb 26 17:41:02 2016 +0900
10632
10633     [VM][Debugger][MC6809] Fix not be applied change of APIs.
10634
10635 commit 91cacbc34e0260a6fbc663bbd5ab6d515325ead0
10636 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10637 Date:   Fri Feb 26 17:39:35 2016 +0900
10638
10639     [VM][Z80DMA][MinGW] Fix FTBFS with message: "crosses initialization of" at Native MinGW32 (GCC 4.9).
10640
10641 commit 64c033851dfafbd39042ca254389f7fe7e9a6ae2
10642 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10643 Date:   Fri Feb 26 15:50:58 2016 +0900
10644
10645     [Build][MSVC] Move vc++2015 to vc++2013 by upstream.
10646
10647 commit 27a46a4856a08fce335582b86df553a0903120eb
10648 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10649 Date:   Fri Feb 26 15:49:36 2016 +0900
10650
10651     [Misc] Add templete of blank floppy discatte from binary package.
10652
10653 commit 5ecb2afec24f6d94d6583efcdd47b44073e06112
10654 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10655 Date:   Fri Feb 26 15:48:11 2016 +0900
10656
10657     [DOC] Add informations of VMs from binari package.
10658
10659 commit b6e405317ef9bceaa8131c5ead55b738152ff620
10660 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10661 Date:   Fri Feb 26 15:12:46 2016 +0900
10662
10663     [DOC] Update how2build_qt.ja.txt .
10664
10665 commit ebfdbdcbc201b6a4a756ea2a4f75c233024a9193
10666 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10667 Date:   Fri Feb 26 14:29:37 2016 +0900
10668
10669     [DOC] update how2build_qt.ja.txt , supporting native MinGW.
10670
10671 commit be9867ad399ed7da9d9ff66a97056d92f9177ad8
10672 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10673 Date:   Fri Feb 26 04:04:06 2016 +0900
10674
10675     [BUILD][CMAKE][MinGW] Add batch-build script for MinGW32 on native Windows (not cross build environment).
10676
10677 commit 9737c4d13d821e4bef12571646881ba807ca1f9d
10678 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
10679 Date:   Fri Feb 26 03:34:19 2016 +0900
10680
10681     [Build][MinGW] Workarounds of FTBFS.Building and working fine, but
10682     insecure a little.
10683
10684 commit fc8f2ec67db999563c79a1b7cbca8a1a8a6e0ed3
10685 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10686 Date:   Fri Feb 26 02:31:10 2016 +0900
10687
10688     [Qt][MinGW][WIP] workaround.
10689
10690 commit 1d42b8476a46bced5b209c69b7d81e8e12c8e311
10691 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10692 Date:   Fri Feb 26 02:24:16 2016 +0900
10693
10694     [Qt][MinGW] common.cpp : More workaround.
10695
10696 commit 1b5d911a3db896415e23ddee4393679e1b894728
10697 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10698 Date:   Fri Feb 26 02:18:37 2016 +0900
10699
10700     [UI][Qt][MinGW] More workaround.
10701
10702 commit 7e9d7d101047cfafd62d3b89a4f7c2a416f9cacb
10703 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10704 Date:   Fri Feb 26 02:13:02 2016 +0900
10705
10706     [UI][Qt][MinGW] More workaround.
10707
10708 commit f3934ae28f08419549252f46c9ede470a22ca548
10709 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10710 Date:   Fri Feb 26 02:07:35 2016 +0900
10711
10712     [UI][Qt][Win32] Workaround for FTBFS with Native MinGW32.
10713
10714 commit 3d1fce80cbee7dbb84b77212c4853ab004dadbd1
10715 Merge: 5fbbea3d cfdcb0d8
10716 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
10717 Date:   Fri Feb 26 01:59:06 2016 +0900
10718
10719     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
10720
10721 commit 5fbbea3d7e3c03036d7dfc539dba0b323addcb69
10722 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
10723 Date:   Fri Feb 26 01:54:35 2016 +0900
10724
10725     .
10726
10727 commit cfdcb0d8b7f710749baf14bbe25ae12323966ff4
10728 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10729 Date:   Fri Feb 26 01:46:48 2016 +0900
10730
10731     [UI][Qt][KEYBOARD][WIN32] Fix key codes for Windows.
10732
10733 commit 67103db49cff2bedc4b15841fdb08794c65f7470
10734 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10735 Date:   Fri Feb 26 01:45:55 2016 +0900
10736
10737     [BUILD][CMAKE] Autodetect whether CCACHE has exists.
10738
10739 commit 839fa8a2309f520c3e4339d90719a0a34a27c7ac
10740 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10741 Date:   Thu Feb 25 23:57:32 2016 +0900
10742
10743     [DOC] Update RELEASENOTE.
10744
10745 commit 07cc68075b7d4fb3d8e2732acd0314e845a914a0
10746 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10747 Date:   Thu Feb 25 22:18:42 2016 +0900
10748
10749     [DOC] Add how to build written in Japanese.
10750
10751 commit 4370eefdbbf5d017035af1e452d03af8f46922b9
10752 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10753 Date:   Thu Feb 25 08:54:38 2016 +0900
10754
10755     [VM][MZ2500][SOCKET] Fix FTBFS around socket.
10756
10757 commit ae623d0428f6fa4ed235f274ab791519a58bf96e
10758 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10759 Date:   Thu Feb 25 08:47:27 2016 +0900
10760
10761     [UI][Qt][MZ1500][MZ800] FIX FTBFSs.
10762
10763 commit d636a7b01724e21f5dac5fe8f37c6e5f85af1bfb
10764 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10765 Date:   Thu Feb 25 08:37:14 2016 +0900
10766
10767     [VM][MZ1200] Fix FTBFS.
10768
10769 commit 45a6bdc9f444687d53283e0f8199a7e33786b4d6
10770 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10771 Date:   Thu Feb 25 08:30:46 2016 +0900
10772
10773     [VM][FM8] Fix FTBFS.
10774
10775 commit b2b3d448efd4315975263dae9fa3da38d33014e4
10776 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10777 Date:   Thu Feb 25 07:00:16 2016 +0900
10778
10779     [DOC] Update for release 2016-02-25-1.
10780
10781 commit f59a7c8a03b357a16d4b33e5a5e5fef2591cdfc2
10782 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10783 Date:   Thu Feb 25 06:40:58 2016 +0900
10784
10785     [DOC] Add README from source/readme.qt.txt .
10786
10787 commit eac562cd7fc5dd3023caa3e89a74269ecd8b165d
10788 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10789 Date:   Thu Feb 25 06:32:11 2016 +0900
10790
10791     [UI][Qt] Sound volume dialog: Fix not be applied real values when building window.
10792
10793 commit 8ca19e6d7af128061141eb2f3f52e477552081c5
10794 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10795 Date:   Thu Feb 25 05:51:47 2016 +0900
10796
10797     [VM][FM7] Fix not working Joysticks.
10798
10799 commit 8c9c3f09946b0ca2ca2c6c55cd6ca0bba996f474
10800 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10801 Date:   Thu Feb 25 05:27:53 2016 +0900
10802
10803     [Build][Qt][CMake] Fix FTBFSs with one-board-computers and using variable frame-rate.
10804
10805 commit 6999a818f5ca9094ae00aaa974c0ff998d451335
10806 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10807 Date:   Thu Feb 25 04:12:05 2016 +0900
10808
10809     [VM][General][Qt] Fix FTBFSs, at least emufm77av40ex, this was working excepts some features (mostly display, osd).
10810
10811 commit 1d29f1a8260a33d3fc278c52e3ea9b39ed622c68
10812 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10813 Date:   Thu Feb 25 02:20:03 2016 +0900
10814
10815     [DOC][Qt] Move revision.txt.
10816
10817 commit ef7e2d55278936e3e2a6fea6440dd46a783137b6
10818 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10819 Date:   Thu Feb 25 02:18:57 2016 +0900
10820
10821     [VM][General][WIP] Apply new (Upstream 2016-02-21) APIs to VMs.
10822
10823 commit 2370ee98cc13bb67ddc4d80966a50c39f05c1283
10824 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10825 Date:   Thu Feb 25 01:30:58 2016 +0900
10826
10827     [General][WIP] Merge Upstream 2016-02-21 #1.
10828
10829 commit 51f88735f2882423628f9f362cfe9c7e08745b47
10830 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10831 Date:   Thu Feb 25 01:04:43 2016 +0900
10832
10833     [VM][SOUND][Qt] Remove USE_MULTIPLE_SPEAKER, using upstream's APIs.
10834
10835 commit 12a96b3a78244da102cb77318404e5a6ea3b57fd
10836 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10837 Date:   Wed Feb 24 18:56:33 2016 +0900
10838
10839     [UI][Qt] Add dialogs (before committed) to all VMs.
10840
10841 commit a65f269dc2cbab8f73cebfec42ecdd5cd5dd109b
10842 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10843 Date:   Wed Feb 24 18:33:02 2016 +0900
10844
10845     [UI][Qt] Display VKs even unassigned.
10846
10847 commit 0b2c0582c7c0b9475775e42b2e7f8871f470c5f8
10848 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10849 Date:   Wed Feb 24 17:37:26 2016 +0900
10850
10851     [UI][Qt] Add key codes setting dialog.
10852
10853 commit fbce7aefc1cafb0eafc47b4dfeae6666f5f0748a
10854 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10855 Date:   Wed Feb 24 04:34:34 2016 +0900
10856
10857     [VM][FM7][FM77][FM8] Fix FTBFS.
10858
10859 commit eff6187701ae79bf4078b3915470b1b7ea3800d5
10860 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10861 Date:   Wed Feb 24 04:33:20 2016 +0900
10862
10863     [UI][Qt] Add assign joystick dialog.
10864     [UI][Qt][Keyboard] Use keyboard object.
10865
10866 commit 7e894b10cc10efc1ebca5f23e5d07f4904acd2f4
10867 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10868 Date:   Tue Feb 23 20:24:31 2016 +0900
10869
10870     [UI][Qt][WIP] Implementing conversion table around inputs, these are WORK-IN-PROGRESS.
10871
10872 commit 0f3687bb96b51f7123626d9b61b1b8faec0b893c
10873 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10874 Date:   Wed Feb 17 02:34:29 2016 +0900
10875
10876     [VM][PRINTER][FM7] Improve bus emulation around printer.
10877
10878 commit 7f67c892bdbf248c2575d602c18078a3a93f1038
10879 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10880 Date:   Wed Feb 17 02:33:57 2016 +0900
10881
10882     [DISK][FM77AV] Don't need workaround of DEATH FORCE.
10883
10884 commit 9fab329d417deecc43b0d407a512c632ff3a2fa9
10885 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10886 Date:   Tue Feb 16 20:29:32 2016 +0900
10887
10888     [VM][FM7][MB8877] Adjust around PSY-O-BLADE and DEATH FORCE.
10889
10890 commit 251d6030d91b6965416a186296e4f9aee99ddcb3
10891 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10892 Date:   Tue Feb 16 15:07:25 2016 +0900
10893
10894     [BUILD][CMAKE][FMR60] Fix FTBFS.
10895
10896 commit db131675e2fb9ced62530af5d8aa7cfdb2dd7bfd
10897 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10898 Date:   Tue Feb 16 14:00:16 2016 +0900
10899
10900     [BUILD][CMAKE][MULTI8] Fix FTBFS.
10901
10902 commit 9951692e90902099f160e657d2c6747b7df7dcfd
10903 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10904 Date:   Tue Feb 16 13:59:40 2016 +0900
10905
10906     [VM][WIN32] Fix FTBFSs with MinGW.
10907
10908 commit caf40312eae9092eaccadc3947ad19d52b7823d5
10909 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10910 Date:   Tue Feb 16 02:58:42 2016 +0900
10911
10912     [EMU][Qt] Fix FTBFS without USE_SOUND_VOLUME.
10913
10914 commit 2fc3688fce9d88e48aebd26b694fd2bb143a2574
10915 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10916 Date:   Tue Feb 16 02:38:38 2016 +0900
10917
10918     [VM][General] Merge upstream 2016-02-13. Still don't implement OSD/Gui part of joystick(s).
10919
10920 commit 7193d07172d95e957c3e4c3e58f793931ad57e5b
10921 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10922 Date:   Mon Feb 15 22:32:03 2016 +0900
10923
10924     [Draw][Qt][OpenGL] Fix compiler warning at qt_glutil_gl2_0.cpp.
10925
10926 commit 0237f65d7e70cf65f9f2d8084f53809995fc26ae
10927 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10928 Date:   Mon Feb 15 22:31:04 2016 +0900
10929
10930     [VM][PYUTA] Merge updtream 2015-02-04.
10931
10932 commit 371f6571f8338835b684ac822c95385d2b4f9ab5
10933 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10934 Date:   Sun Jan 24 19:39:41 2016 +0900
10935
10936     [DOC] Update RELEASENOTE for 2016-01-24 release.
10937
10938 commit 4c3a535e9c38298e8c43b4c185a80fb5d4a22ae1
10939 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10940 Date:   Sun Jan 24 17:48:55 2016 +0900
10941
10942     [DOC][FAQ] I missed language (^_^;
10943
10944 commit fcbd72eb9b75897d1e765a7a146655b3f5454b23
10945 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10946 Date:   Sun Jan 24 17:47:25 2016 +0900
10947
10948     [DOC] Add forgotten line feed.
10949
10950 commit b350ea7f8ea99879273ebbdcbbcafabc6e053b29
10951 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10952 Date:   Sun Jan 24 17:46:24 2016 +0900
10953
10954     [DOC] Update English FAQ.
10955
10956 commit 4405240fb2648ada0f9b362008d998002cedf555
10957 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10958 Date:   Sun Jan 24 17:43:46 2016 +0900
10959
10960     [DOC] Update FAQs.
10961
10962 commit 05341b0c807ae8ccc93644e55e766e4b6569818d
10963 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10964 Date:   Sun Jan 24 15:13:30 2016 +0900
10965
10966     [DOC][FAQ] Add some tag.
10967
10968 commit 5c1b57ea243e8673dae2afac4ff23cf69816c02b
10969 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10970 Date:   Sun Jan 24 15:12:15 2016 +0900
10971
10972     [DOC] Add FAQ (still only Japanese, will translate to english).
10973
10974 commit e2b54c8c56076438b1d9b6d4993a4ad8aa573779
10975 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10976 Date:   Sun Jan 24 13:50:37 2016 +0900
10977
10978     [DOC] Update to 2016-01-24.
10979
10980 commit f6248ec7dfa76e776eddcb0e685fbf6b7ff58b65
10981 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10982 Date:   Sun Jan 24 13:39:05 2016 +0900
10983
10984     [Draw][Qt][OpenGL] GL2.0: Implement fallbacks.
10985
10986 commit 51df420284c56c1fed6ec43372859226427e7fad
10987 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10988 Date:   Sat Jan 23 16:38:15 2016 +0900
10989
10990     [Draw][Qt][OpenGL] Works scan lines both GLv2.0 and GLv3.0 .
10991
10992 commit 6d1a72bb21b04bfe89f45aa55cdedc8c5c72a719
10993 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10994 Date:   Sat Jan 23 05:31:24 2016 +0900
10995
10996     [Draw][Qt][OpenGL] Update credits, copyright.
10997
10998 commit f67c8596909e5fee11095c2541fac130df7ec342
10999 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11000 Date:   Sat Jan 23 05:26:58 2016 +0900
11001
11002     [VM][FM7][MAINMEM][MAINCPU] Fix wrong value of clock setting dipsw.
11003
11004 commit 1d29cde5b21a360bb9f839e60e3d72837629652f
11005 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11006 Date:   Sat Jan 23 05:08:20 2016 +0900
11007
11008     [Draw][Qt][OpenGL] Display screen even with VirtualBox and Host of linux , excepts Ubuntu 14.04 LTS.
11009     GL libraries for Ubuntu 14.04 LTS seem to be weird (excepts AMD/nVidia's proprietary GLs).
11010
11011 commit a25d9f736e62b7f998b7157c16e223d14f999281
11012 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11013 Date:   Fri Jan 22 15:49:36 2016 +0900
11014
11015     [VM][FM7] Fix crash sometimes on initializing.
11016
11017 commit 3e3e50af5e1a9f560fb16d15cbbf906fd03a42c7
11018 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11019 Date:   Fri Jan 22 15:49:09 2016 +0900
11020
11021     [Sound][Qt] Fix crash with some VMs.
11022
11023 commit 0f6b1058a4679833411156e4f503c6645f7c366d
11024 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11025 Date:   Fri Jan 22 15:48:41 2016 +0900
11026
11027     [Qt][Draw][OpenGL] Add supporting one board computers.
11028
11029 commit e12269365deb7f8a8d12e964faeffa5366684cca
11030 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11031 Date:   Fri Jan 22 15:32:37 2016 +0900
11032
11033     [Draw][Qt][OpenGL] Implement selectable OpenGL render. Works excepts grid line.
11034
11035 commit 063ae276afd2a5d01a126e1a4d719a72d1b715c5
11036 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11037 Date:   Thu Jan 21 20:30:57 2016 +0900
11038
11039     [DRAW][Qt][OpenGL][WIP] TRY: Use both GL2.0 and GL3.0.
11040
11041 commit 350689e5d477048e59b72ea368575995f394f649
11042 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11043 Date:   Thu Jan 21 15:54:30 2016 +0900
11044
11045     [Sound][Qt] Fix choppy sound.
11046     [Sound][Qt] Fix not effected sound-latency settings.
11047
11048 commit 8ea817a20fafce3ecd623a2241f712ef8a8f3d9d
11049 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11050 Date:   Wed Jan 20 23:08:34 2016 +0900
11051
11052     [DOC] Update RELEASENOTE.
11053
11054 commit 54863096a265f7312ae9c5a8cc8f6dfc529d771e
11055 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11056 Date:   Wed Jan 20 23:07:15 2016 +0900
11057
11058     [SOUND][OSD][Qt] Disable debug outputs temporally.
11059
11060 commit b8eb3304da1ae7b4469390bd5b3621ba1c15d7e5
11061 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11062 Date:   Wed Jan 20 05:57:48 2016 +0900
11063
11064     [Qt][OSD][EMU][Sound] EmuThread/OSD : Use QElapsedTimer and QThread::usleep() instead of SDL_GetTicks() and SDL_Delay().
11065     [Qt][OSD][Sound] Include SDL's audio callback into OSD class.
11066
11067 commit 55452f83cf4ec95b3beaa42f06814ed3577c3cfd
11068 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11069 Date:   Tue Jan 19 14:52:07 2016 +0900
11070
11071     [DOC] Update documents.
11072
11073 commit eced83faa808f2fde47a24365ebe4a6656aa40fb
11074 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11075 Date:   Tue Jan 19 14:49:07 2016 +0900
11076
11077     [VM][FM7] Not drawing screen with FM-8/7/NEW7/77 .
11078
11079 commit ed47e31d628db39779c8cb219f43327ec08ca47a
11080 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11081 Date:   Tue Jan 19 14:11:27 2016 +0900
11082
11083     [DOC] Update 000_gitlog.txt.
11084
11085 commit e00783b5e4e93dfcdc1f37ec2669bb5ad938db88
11086 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11087 Date:   Tue Jan 19 14:10:56 2016 +0900
11088
11089     [DOC] Update DOCs and Credits.
11090
11091 commit bc5596caf05baec9277a26a225e94c0b4ce61b6c
11092 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11093 Date:   Tue Jan 19 13:52:33 2016 +0900
11094
11095     [Win32][VM][X07] Fix FTBFS.
11096
11097 commit 92e08ce9a4e792af94d18d1b0cd59d4cb16edf6c
11098 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11099 Date:   Tue Jan 19 13:43:40 2016 +0900
11100
11101     [VM] Set 4:3 monitor flag to using TV/4:3 CRT (at least I know).
11102
11103 commit 46371ce99df1a1f068e0bbd6fec88e62f67ef965
11104 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11105 Date:   Tue Jan 19 13:30:23 2016 +0900
11106
11107     [BUILD][CMAKE] Fix FTBFSs.
11108
11109 commit d01f4921b5f16bf1945bf5478a4e61948ec6e533
11110 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11111 Date:   Mon Jan 18 22:54:53 2016 +0900
11112
11113     [VM][TMS9918] Prepair to use alpha blending for super imposing.
11114
11115 commit 2cdae2c05bde04ad0021996a7f5e228202f86c9d
11116 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11117 Date:   Mon Jan 18 18:51:29 2016 +0900
11118
11119     [Qt][Draw][GL] SCREEN: Display even minify zooming.
11120
11121 commit 56205508c3fab7f9e1bff2168a03f640359b352a
11122 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11123 Date:   Mon Jan 18 15:52:22 2016 +0900
11124
11125     [Draw][Qt][OpenGL] 1st stage rendering: Integrate shader to chromakey_fragment_shader.glsl .
11126
11127 commit 8aa8a69c5a6af4da4d25a32b8c64395b108b5cfd
11128 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11129 Date:   Mon Jan 18 14:54:30 2016 +0900
11130
11131     [Qt][OSD][DRAW] Clear image surface when allocating.
11132
11133 commit 12518ecbdaf304cd7c1303d232d353a394b125e0
11134 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11135 Date:   Mon Jan 18 01:49:51 2016 +0900
11136
11137     [VM][Draw][Qt] Add 4:3 screen to MZ80K/C/1200/1500 , PC8801, X1.
11138
11139 commit c08b030eabe48030b57a8b097b21837190d7a014
11140 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11141 Date:   Mon Jan 18 01:46:18 2016 +0900
11142
11143     [VM][MZ1500] Fix FTBFSs.
11144     [Draw][Qt][GL] Support One-Board-Computers.
11145
11146 commit c7627e060e78ab2fd77f338a0670fb07a5d7b7c4
11147 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11148 Date:   Sun Jan 17 21:44:22 2016 +0900
11149
11150     [Qt][Draw][GL] Reduce GPU usage a lot.Now needs OpenGL 3.0 or above.
11151     [Qt][Draw][GL] Calculate brightness when uploading texture (or adjusting brightness), not rendering to screen.
11152
11153 commit 9f3e1730a730d55730e2298897fd4b45c934fe9a
11154 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11155 Date:   Sun Jan 17 05:36:42 2016 +0900
11156
11157     [VM][FM7][DISPLAY] More minimum update texture.
11158
11159 commit abcad2ce36b0422191230ee203119ed2fc19de22
11160 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11161 Date:   Sun Jan 17 00:25:40 2016 +0900
11162
11163     [VM][FM7] Fix duplicate settings (i.e. reset).
11164
11165 commit f76b97cdb528a188d9a5f896f9c3b73bde774db0
11166 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11167 Date:   Sat Jan 16 20:48:52 2016 +0900
11168
11169     [VM][FM7][KEYBOARD] Fix hang up keyboard encoder at resetting with some situations.
11170
11171 commit f7b479d14ec91ad8fbf560230d68b74d633b6b4a
11172 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11173 Date:   Fri Jan 15 14:49:31 2016 +0900
11174
11175     [DOC] Add ToDos .
11176
11177 commit 83e1eed25c1b7d22b7bbf3dd1bcd28b1805c57c2
11178 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11179 Date:   Fri Jan 15 13:48:34 2016 +0900
11180
11181     [VM][FM8][FM7][FMNEW7] Removable KANJI-ROM. Need to restart emulator.
11182     [VM][FM8][FM7][FMNEW7][FM77] fm7.cpp: use psg instead of opn[3].
11183
11184 commit ac474b9e0fc2c5a2ad1e490cb3f329df71928cb1
11185 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11186 Date:   Fri Jan 15 03:24:44 2016 +0900
11187
11188     [VM] Add Fujitsu FM-8.
11189
11190 commit f741fd922088a254a2e4c1486892201e975e64bc
11191 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11192 Date:   Tue Jan 12 21:35:14 2016 +0900
11193
11194     [OSD][Qt] Fix printer function: Now working to write to PNG file.
11195
11196 commit 64433674eea0dc7b5d2c19ea22f974d292ea8029
11197 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11198 Date:   Tue Jan 12 18:57:13 2016 +0900
11199
11200     [UI][Qt] Add MZ-1P17 to MZ-2500/2800 and X1 series.
11201
11202 commit 6658ae9b59d75704448232f6dfbb666a96db183c
11203 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11204 Date:   Tue Jan 12 18:41:59 2016 +0900
11205
11206     [VM][General][Qt][CMAKE] Merge updtream 2016-01-10.
11207
11208 commit 3cfcc1b163c93656b0d4a3ea9ecf6d2761e431ea
11209 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11210 Date:   Mon Jan 11 15:17:47 2016 +0900
11211
11212     [DOC] Update RELEASENOTE .
11213
11214 commit 5a2c91790e0806cdbeff6913bd9389943162f5ac
11215 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11216 Date:   Mon Jan 11 15:16:04 2016 +0900
11217
11218     [UI][Qt][DRAW] Use QOpenGLFunctions_2_1 instead of QOpenGLFunctions. Expect to non FTBFSs with Ubuntu Linux 14.04 LTS.
11219
11220 commit 09d64038a4721ac114f1798585fc4f26926012dd
11221 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11222 Date:   Sat Jan 9 21:08:13 2016 +0900
11223
11224     [UI][Qt][SDL] Plug'n playable Joysticks.
11225
11226 commit 203dc8dcd9aad5282ae79d250bd667217ad95943
11227 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11228 Date:   Fri Jan 8 12:27:18 2016 +0900
11229
11230     [DOC] Update RELEASENOTE.
11231
11232 commit f225d5a6cb447b1c5c0dbe522409f24dcba5931d
11233 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11234 Date:   Fri Jan 8 12:21:22 2016 +0900
11235
11236     [DOC] Jan 07, 2016 + HOTFIX-3.
11237
11238 commit 8708a53b6627eba226d1bce0ba89bf792d884c98
11239 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11240 Date:   Fri Jan 8 02:06:21 2016 +0900
11241
11242     [VM][i386][WIN32] Fix FTBFS.
11243
11244 commit c89682cd341eed45a66b820ebe6dad7cc0d130b3
11245 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11246 Date:   Fri Jan 8 00:29:48 2016 +0900
11247
11248     [OSD][Qt][SOUND] Fix broken WAV when recording sound.
11249
11250 commit a9b86f91bc822771a0eeb36baf07db06d5fb2c34
11251 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11252 Date:   Thu Jan 7 23:15:17 2016 +0900
11253
11254     [DOC] Update URL of source-code.
11255
11256 commit 3595c96494c8d65f335b7de1dffb89d1832c955d
11257 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11258 Date:   Thu Jan 7 23:10:38 2016 +0900
11259
11260     [DOC] Update docs.
11261
11262 commit e0b53fc1bd4af3a232ccc878671bab2caf7743f8
11263 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11264 Date:   Thu Jan 7 23:06:08 2016 +0900
11265
11266     [UI][Qt] Fix crash not using USE_CRT_MONITOR_4_3 .
11267
11268 commit 4aaa41bd55cabee958dfa0e5d8cb610833ee950b
11269 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11270 Date:   Thu Jan 7 21:13:10 2016 +0900
11271
11272     [DOC] Update Changelog and credits.
11273
11274 commit 204d454b54e87106c29aad9c4f842987a5553aac
11275 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11276 Date:   Thu Jan 7 21:10:09 2016 +0900
11277
11278     [DOC] Update for release.
11279
11280 commit f57d9c993a317ae1d08ddc7ed1576823a3244446
11281 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11282 Date:   Thu Jan 7 19:01:44 2016 +0900
11283
11284     [DOC] Update credits.
11285
11286 commit f1e424ee08fd6a98330808a38ed370ebeffcf903
11287 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11288 Date:   Thu Jan 7 18:55:07 2016 +0900
11289
11290     [VM][FM7][Qt][GL] Add option to src/vm/{$VMNAME}/${VMNAME}.h USE_CRT_MONITOR_4_3.
11291     See src/vm/fm7/fm7.h and src/qt/gui/mainiwindow_utils.cpp .
11292
11293 commit 3f8238db24dac46be3ad2430feb9a2917a0da98d
11294 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11295 Date:   Thu Jan 7 18:10:47 2016 +0900
11296
11297     [BUILD][CMAKE][MZ2200][MZ80B] Fix FTBFS.
11298
11299 commit 9241f7830c674735c5a738e9a6d3071bcb2228da
11300 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11301 Date:   Thu Jan 7 15:37:28 2016 +0900
11302
11303     [VM][FM7] Add PRINTER ; output to file(s) and Dempa shimbun-sha Joy stick.
11304
11305 commit f259b4e04723c1e0634497f34b95a0520004693a
11306 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11307 Date:   Thu Jan 7 00:15:57 2016 +0900
11308
11309     [VM][General][Qt] Merge upstream 2015-12-31.
11310     [UI][Qt] Fix indent of machines/*/MainWidget.cpp .
11311
11312 commit 65d7fa331fe1d6b0ccb12c40d5eb27c31c500af9
11313 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11314 Date:   Tue Jan 5 10:37:29 2016 +0900
11315
11316     [DOC] Update ABOUT eFM7 .
11317
11318 commit 124ddb990d511872b5792f4b33046a2c94796c56
11319 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11320 Date:   Fri Jan 1 15:18:25 2016 +0900
11321
11322     [DOC] Add something :-)
11323
11324 commit 9d561528566aa4578f64bd20d04fd57020258a55
11325 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11326 Date:   Fri Jan 1 15:13:56 2016 +0900
11327
11328     [DOC] A happy new year 2016 !!!! (^^) お年玉です。
11329
11330 commit 0ff6a4cbf479bd939d63d7e1cdcf7939ea0075bd
11331 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11332 Date:   Mon Dec 28 17:48:12 2015 +0900
11333
11334     [Qt][MinGW] Fix FTBFS with MinGW.
11335
11336 commit 3d5e8d5a0f89f1325583b6bda8e5a5a10a20246f
11337 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11338 Date:   Mon Dec 28 17:19:21 2015 +0900
11339
11340     [VM][BUILD][CMAKE][Z80TVGAME] Fix FTBFSs.
11341
11342 commit eebf5c47137b08564d87a817762ef17f7b37db68
11343 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11344 Date:   Mon Dec 28 17:09:58 2015 +0900
11345
11346     [VM][CMAKE][SMC777][TK80BS] Fix FTBFSs.
11347
11348 commit ee3518db621896270a7efb254e14281c82176886
11349 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11350 Date:   Mon Dec 28 17:01:26 2015 +0900
11351
11352     [VM][CMAKE][PHC25][PV1000][PV2000][PYUTA][PC98HA][PCENGINE] Fix FTBFSs.
11353
11354 commit fcf13dc5470b02e14f6058c973211f3353302b4c
11355 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11356 Date:   Mon Dec 28 16:39:58 2015 +0900
11357
11358     [VM][CMAKE][MZ2800][MZ5500][PASOPIA][PASOPIA7] Fix FTBFSs.
11359
11360 commit 7d2dd969aa99f189413df423ab74867f9afce84d
11361 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11362 Date:   Mon Dec 28 16:07:59 2015 +0900
11363
11364     [VM][MSX][JR100][JX][MZ80B] Fix FTBFSs.
11365
11366 commit 06be66435591aa1eb2696fef9b77833ce5d9501f
11367 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11368 Date:   Mon Dec 28 15:41:09 2015 +0900
11369
11370     [VM][GAMEGEAR] Fix a typo.
11371
11372 commit 57dad80ab07c700112fba737041c2990dd79df11
11373 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11374 Date:   Mon Dec 28 15:33:19 2015 +0900
11375
11376     [UI][Qt] Revert befor commit.
11377     [VM][FAMILYBASIC] Fix FTBFS.
11378
11379 commit 50561a764aacb16d2b1c2ec1559f64cfd44e26de
11380 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11381 Date:   Mon Dec 28 15:21:13 2015 +0900
11382
11383     [UI][Qt][BABBAGE2nd] "Machine" menu is not visible.
11384
11385 commit 4c784aa271c286a239392a58a3185b5e032fcb84
11386 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11387 Date:   Mon Dec 28 15:20:03 2015 +0900
11388
11389     [VM][OSD][Qt] Do not build and launch when VM has not using Joystick.
11390
11391 commit e44c0e06dfb128e32588a82fd59bca8927b21dd4
11392 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11393 Date:   Mon Dec 28 12:19:10 2015 +0900
11394
11395     [UI][Qt][VM] Implement supports for PRNFILE class.But, still not tested enough (;_;)
11396
11397 commit ea2a2fe0c5c3a74276544760be299d97bb83353e
11398 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11399 Date:   Sun Dec 27 16:30:35 2015 +0900
11400
11401     [VM][General] Merge upstream 2015-12-23. OSD for Qt is WIP.
11402
11403 commit e9ddf14410c95995b414b6d59f0513e81b3950f4
11404 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11405 Date:   Sun Dec 27 13:26:21 2015 +0900
11406
11407     [Draw][Qt] Not use scan line for one-board computers, this was strained.
11408
11409 commit 553e92af0fe09a4c107d722ff39ef1f9a4e470c1
11410 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11411 Date:   Sun Dec 27 13:13:46 2015 +0900
11412
11413     [Qt][Draw][GL] Not using chromakey_fragment_shader.glsl for One Board Computers.
11414
11415 commit f0c77ba4e844e4bc7e8d69eae956b7fb6767655e
11416 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11417 Date:   Sun Dec 27 13:13:11 2015 +0900
11418
11419     [EMU] Fix crashes on boot up.
11420
11421 commit 629c95801cb0c57eddd879a0490fcddb69c9b1a9
11422 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11423 Date:   Tue Dec 22 22:38:13 2015 +0900
11424
11425     [DOC] Release 2015-12-22 .
11426
11427 commit abdc7b5d53e8f2e925f98c77167b183dcb96523b
11428 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11429 Date:   Tue Dec 22 18:59:02 2015 +0900
11430
11431     [BUILD][WIN32] Use SDL2 by default.
11432
11433 commit be0f3c01e44c6a662050a03514237b1d413719cf
11434 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11435 Date:   Tue Dec 22 18:41:28 2015 +0900
11436
11437     [BUILD][WIN32][MINGW][FAMILYBASIC] Fix conflicting type of boolean, revert to bool within src/vm/familybasic/apu.[cpp|h] .
11438
11439 commit fedab95de86ff2cef9543db2d8adf357778c8c56
11440 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11441 Date:   Tue Dec 22 18:23:48 2015 +0900
11442
11443     [DOC] Update ChangeLog, RELEASENOTE and credits.
11444
11445 commit 956581bd7f969f36d5146018ea19297fa5cd9db0
11446 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11447 Date:   Tue Dec 22 18:19:52 2015 +0900
11448
11449     [VM][SMC70] Add VM definition, but has FTBFS.
11450
11451 commit 00d31ae35689ebd08c0ef6f03dfc765f1768073e
11452 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11453 Date:   Tue Dec 22 18:12:57 2015 +0900
11454
11455     [BUILD][CMAKE] I forgot config_z80tvgame.cmake, I added (-_-;
11456
11457 commit 364f4892f966bc30f8f949834f87d5f9b6a3d977
11458 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11459 Date:   Tue Dec 22 17:49:27 2015 +0900
11460
11461     [DOC][Qt] Update ChangeLog, RELEASENOTE and credits.
11462
11463 commit daddbc5ac974be890f545d0a0cd68730fdce154f
11464 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11465 Date:   Tue Dec 22 17:46:43 2015 +0900
11466
11467     [BUILD][CMAKE][PC8001SR][PC6601SR] Fix FTBFSs.
11468
11469 commit 81bb7adbfa7a775a97c65e4f420041634ef01df7
11470 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11471 Date:   Tue Dec 22 17:36:36 2015 +0900
11472
11473     [UI][Qt] PASOPIA7: I forgot to commit (^_^;, added.
11474
11475 commit 188d1e3595337c444218115cd0edec13c196ea2b
11476 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11477 Date:   Tue Dec 22 16:51:16 2015 +0900
11478
11479     [DOC] .
11480
11481 commit 18ca85db53fc1a981a58ceb73db518d5cb4c7dac
11482 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11483 Date:   Tue Dec 22 16:50:38 2015 +0900
11484
11485     [DOC][Qt] Update document, release to 2015-12-22-1.
11486
11487 commit 24709b7e0ffdd2714266c487465cc4b37208aace
11488 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11489 Date:   Tue Dec 22 16:37:03 2015 +0900
11490
11491     [BUILD][CMAKE][JX] Fix FTBFS.
11492
11493 commit c398f7ba373a414ccc172226222bf737b0f62a7d
11494 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11495 Date:   Tue Dec 22 15:50:18 2015 +0900
11496
11497     [VM][Qt][CMAKE] Add YS6464A and Z80 TVGAME.
11498
11499 commit 4c6649d8f3ae42c0b995d5f348c1c8dc52c4e778
11500 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11501 Date:   Tue Dec 22 15:35:13 2015 +0900
11502
11503     [BUILD][Qt][CMAKE] Add Epoch SUPER CASETTE VISION.
11504
11505 commit c4e18084fedba807ee1861c9be29b1e22228c7d4
11506 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11507 Date:   Tue Dec 22 15:34:26 2015 +0900
11508
11509     [VM][Qt][CMAKE] ADD Sega SC-3000 and Sony SMC-70/777. Still FTBFS with SMC-70.
11510
11511 commit ef37d621e4900cf8cf033bb6347b449db459c285
11512 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11513 Date:   Tue Dec 22 15:07:12 2015 +0900
11514
11515     [VM][J3100][i86] Fix FTBFSs.
11516
11517 commit 2b2502df7659402ce8de2cc4cbefcca991edd5e5
11518 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11519 Date:   Tue Dec 22 15:01:55 2015 +0900
11520
11521     [VM][Qt][CMAKE] Add MZ-2800/3500/5500/6500/6550, QC-10, PHC-20/25, JR100, MYCOMZ80A, n5200, PASOPIA, PC-100, PC-6x01, PV-1000/2000, RX-78 and TOMY PYUTA.
11522
11523 commit 7e475062e8b852b7c376867d70422178b059cd91
11524 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11525 Date:   Tue Dec 22 14:15:53 2015 +0900
11526
11527     [VM][CMAKE][Qt] Add PC-6001/mk2/SR/6601/SR, 8201/A, IBM JX, SORD M5 and MITSUBISHI MULTI 8.
11528
11529 commit 37900e9d32c4b7df2b0f842fd05a03460ab0d840
11530 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11531 Date:   Tue Dec 22 14:08:19 2015 +0900
11532
11533     [VM][Qt][PC9801] FIX FTBFSs.
11534
11535 commit acc951eca0c1edc1a96cc1c503407c301051061c
11536 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11537 Date:   Tue Dec 22 13:18:38 2015 +0900
11538
11539     [BUILD][CMAKE][Qt][MINGW] Fix FTBFSs with MinGW32's GCC, Windows.
11540
11541 commit 27dd5ba38e45c7c0bfe7b1ca62df49ef736297d6
11542 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11543 Date:   Tue Dec 22 00:32:55 2015 +0900
11544
11545     [BUILD][CMAKE][Qt] Add PC Engine.
11546
11547 commit 20db0726a625989beb3576561b03e8295c1928cf
11548 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11549 Date:   Tue Dec 22 00:11:26 2015 +0900
11550
11551     [BUILD][CMAKE][Qt] Add MZ-700/800/1500.
11552     [VM][CMAKE][MZ1500] Remove dependency of FMGEN.
11553
11554 commit 042382ad0abba0533dc74063eb47caadeca7a313
11555 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11556 Date:   Mon Dec 21 23:53:58 2015 +0900
11557
11558     [BUILD][CMAKE][Qt] Add MZ-80B/2200/2500. MZ-2000 was deleted by upstream.
11559
11560 commit e99a8cb85c4f9faeb6fa9affda16a6d4483b3364
11561 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11562 Date:   Mon Dec 21 23:34:02 2015 +0900
11563
11564     [VM][DATAREC] Workaround of double speed.
11565
11566 commit b65188306c5ca00e57a44df2b80234c1407d2c9f
11567 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11568 Date:   Mon Dec 21 23:28:55 2015 +0900
11569
11570     [Qt][CMAKE] Add VM: MZ80A/K/1200.
11571
11572 commit 229d81f2d6a1bff6cec76deaa0df01a8361fd2c8
11573 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11574 Date:   Mon Dec 21 22:47:20 2015 +0900
11575
11576     [VM][PC8801] TRY: Reduce host CPU usage.
11577
11578 commit 0e43fdb5d07e62550a635b8e411dcc2f4b41ef6e
11579 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11580 Date:   Mon Dec 21 22:29:32 2015 +0900
11581
11582     [Qt][CMAKE] Add PC-8801MA/PC-8001SR .
11583
11584 commit 09fa84e62eaa13a82ba41244519574d2a230b369
11585 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11586 Date:   Mon Dec 21 22:12:53 2015 +0900
11587
11588     [BUILD][CMAKE] ADD VMs: Family Basic, FM16π, FMR30/50, FP-1100, FP-200, Sega Master System/Game Gear and MSX 1/2.
11589
11590 commit 58ab27ea062d2ca073f5b43e02eb0211a7c68663
11591 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11592 Date:   Mon Dec 21 21:23:57 2015 +0900
11593
11594     [VM][BMJr][OSD][Qt] Fix reserved word "dec" issue, true solution of a before commit.
11595
11596 commit 0a54cde4d42c45f13bc727c8c915e9edc71d290f
11597 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11598 Date:   Mon Dec 21 21:20:03 2015 +0900
11599
11600     [Qt][BMJr] Fix FTBFS. "dec" is reserved keyword of Qt classes, included from src/qt/osd.h, src/qt/common/qt_gldraw.h .
11601
11602 commit 33d544de946de4dc6325d4d25e470719a3a17c80
11603 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11604 Date:   Mon Dec 21 21:11:20 2015 +0900
11605
11606     [Qt][DEBUGGER] Use src/debugger.cpp instead of src/qt/debugger/debugger_thread.cpp .
11607
11608 commit bf120a64bb2232f037012b925b614ea2814cab30
11609 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11610 Date:   Mon Dec 21 19:40:55 2015 +0900
11611
11612     [Qt][DEBUGGER] Temporally revert changes around debugger, will use src/debugger.cpp .
11613
11614 commit a3901d1d33172ad63008d79dcc2cbc1d734c1c1a
11615 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11616 Date:   Mon Dec 21 15:18:35 2015 +0900
11617
11618     [VM][FM7] FM-7/New7 : Fix write to URA-RAM even BASIC ROM was enabled, revert a5449a41eedbe4e1e5d0d4e7adf30a3dbfe0f898 .
11619     [VM][FM7] Be simple 2.03ms timer interrupt handling.
11620
11621 commit dbaf621a02b8d1d46d00a850daea9d0254f72d79
11622 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11623 Date:   Mon Dec 21 01:46:54 2015 +0900
11624
11625     [BUILD][Qt][CMAKE] Add Canon X07.
11626     [VM][X07] Fix FTBFS with GCC.
11627
11628 commit 73ca082ae8da4f12f7a2b74d8fff913c10d124f1
11629 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11630 Date:   Mon Dec 21 01:18:48 2015 +0900
11631
11632     [BUILD][Qt][EX80] Commit a forgotten qrc file.
11633
11634 commit 15ef92b5ae0dd7374a7fec870852aa1fced4f0ff
11635 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11636 Date:   Mon Dec 21 01:16:57 2015 +0900
11637
11638     [BUILD][CMAKE][Qt] Add Toshiba EX80.
11639
11640 commit 09a5cb5697856ae8a2f78d741b0e42732c077a50
11641 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11642 Date:   Mon Dec 21 00:01:30 2015 +0900
11643
11644     [General][CMAKE] Integrate all devices to upstream 2015-12-17.
11645     [BUILD][CMAKE] Enable to build: FM-7/77/AV series, BABBAGE2nd, tk80bs and X1 series.
11646
11647 commit eb0c143aa516698da28fc224496e71de5bd37c17
11648 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11649 Date:   Sun Dec 20 19:23:33 2015 +0900
11650
11651     [VM][FM7] Re-Fix around 2.03ms timer interrupt.
11652
11653 commit aa4950e625a7e1f39c4f1dc92047c92ae085c6ab
11654 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11655 Date:   Sun Dec 20 03:33:28 2015 +0900
11656
11657     [BUILD][WIN32][CMAKE] Adjust build-parameters.
11658
11659 commit 5e35e85bf2e3ffb3b6a0db54b8d94ebd3f9b2b2a
11660 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11661 Date:   Sun Dec 20 03:32:09 2015 +0900
11662
11663     [BUILD][CMAKE] More integrate to config_commonsource.cmake
11664
11665 commit 049beb134f6726e663d167d680db5e0b46ff07fb
11666 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11667 Date:   Sun Dec 20 00:51:41 2015 +0900
11668
11669     [BUILD][CMAKE] Fix dependency of GNU LD.
11670
11671 commit 26f3ced80a6b679371975e68318d3348697e2fe6
11672 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11673 Date:   Fri Dec 18 19:43:59 2015 +0900
11674
11675     [VM][Qt][OSD][CMake] Fix FTBFSs at least for FM-7 series with GCC/*nix/Qt.
11676
11677 commit 761c814dd55b6b44463defd849c611a13d308185
11678 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11679 Date:   Fri Dec 18 16:22:53 2015 +0900
11680
11681     [VM][Qt][OSD][Genaral] Sync to upstream ; phase 1: Merege upstream 20151217.
11682
11683 commit 1e1533f092831e21e34b2ca1aedbdb1a22b5a08e
11684 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11685 Date:   Wed Dec 16 01:51:46 2015 +0900
11686
11687     [Qt][Debugger][WIP] Implementing debugger.
11688     [Qt][Debugger][VM] Please don't make debugger command interpreter with loop, make event driven interpreter. See debugger.cpp (will add handler for Qt slot).
11689
11690 commit 0f8b1be50f43a9e21894f3c6510278b8e7b7f0c8
11691 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11692 Date:   Sun Dec 13 18:03:49 2015 +0900
11693
11694     [VM][Qt] Kick out functions depending to Qt from src/*.cpp .
11695
11696 commit 831c266e7d2b56303e150f46311d8aa56af03dea
11697 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11698 Date:   Sat Dec 12 16:11:26 2015 +0900
11699
11700     [VM][X1] DISPLAY: Remove warning with GCC.
11701
11702 commit b0800cc92dcc07f92918daa6a263dc04c40fe79a
11703 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11704 Date:   Sat Dec 12 16:11:07 2015 +0900
11705
11706     [CMAKE][Qt] More commit.
11707
11708 commit 8f576a3636c17c7b4bb06fe5e09f7b7140c0f289
11709 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11710 Date:   Sat Dec 12 16:10:05 2015 +0900
11711
11712     [Qt][General] Remove unused functions to detect CPU features.
11713     [CMAKE][General] Reduce warnings.
11714
11715 commit c3f76a4598a522d08778a54891d58b6adc665345
11716 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11717 Date:   Sat Dec 12 05:56:14 2015 +0900
11718
11719     [Draw][Qt][GL] More accurate drawing to real-screen.
11720     [Draw][Qt][VM] Separate vm->draw_screen() to draw_thread, not emu_thread.
11721
11722 commit 0435535d1a52f3769e237245caeb2c711adee52c
11723 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11724 Date:   Fri Dec 11 22:22:09 2015 +0900
11725
11726     [VM][X1] Try to fix slow down.
11727
11728 commit 4949da7d13981549acfb0884cf91790b1c390fad
11729 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11730 Date:   Fri Dec 11 22:21:31 2015 +0900
11731
11732     [VM][FM7] Do minimum updating (true).
11733
11734 commit 4f13f2fc0e228fa60ebac540961a7f7e541554f2
11735 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11736 Date:   Fri Dec 11 22:20:59 2015 +0900
11737
11738     [DRAW][Qt] Re-enabled grid lines.
11739
11740 commit 848c4e9b1fed01f170233a623947a17569428c0d
11741 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11742 Date:   Fri Dec 11 22:20:37 2015 +0900
11743
11744     [UI][Qt] Try:
11745
11746 commit 8669e5a0ed9a68b7910fdf0be5c5d99f9228e141
11747 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11748 Date:   Thu Dec 10 23:02:24 2015 +0900
11749
11750     [DOCUMENT] Update RELEASENOTE.
11751
11752 commit c57f619c453ae450dca382dbc46f43d36b1683e7
11753 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11754 Date:   Thu Dec 10 23:01:31 2015 +0900
11755
11756     [Qt][Draw] Adjust drawing size of buttons.
11757
11758 commit 66b80f9aa1a2858e631d7a93b3d560690f2bf072
11759 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11760 Date:   Thu Dec 10 19:20:29 2015 +0900
11761
11762     [RELEASE][Qt] SNAPSHOT 2015-12-10 .
11763
11764 commit 79e5e48043a64b6b74257fe3a9fc20e80b0e2252
11765 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11766 Date:   Thu Dec 10 18:15:18 2015 +0900
11767
11768     [Draw][Qt] Fix background of board computer.
11769
11770 commit 1b398f02577211942852f5c92ecf13c6e3dcb112
11771 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11772 Date:   Thu Dec 10 17:16:48 2015 +0900
11773
11774     [General][Qt] Add background of TK80 BS.
11775
11776 commit 00f94a7ea938eda8b4c7beddeab8401c4060c188
11777 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11778 Date:   Thu Dec 10 16:51:15 2015 +0900
11779
11780     [General][Qt] Update credits.
11781
11782 commit 3fe6eddaeb7d6b2ba2c69a06e8cdc05acac690f2
11783 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11784 Date:   Thu Dec 10 16:46:05 2015 +0900
11785
11786     [VM][General][Qt] Merge Upstream 2015-12-10.
11787
11788 commit 4fb9a494623c08e02e91ee50c086bc2fa69faf47
11789 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11790 Date:   Thu Dec 10 16:41:44 2015 +0900
11791
11792     [Qt][X1][General] Fix FILEIO::IsFileExists(). Fixed non-start X1 series when not presented ROM of sub-CPU.
11793
11794 commit 80907c37045a6e1d386184d5e347952ae527042d
11795 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11796 Date:   Thu Dec 10 12:34:47 2015 +0900
11797
11798     [VM][FM7][DISPLAY] Fix FTBFS.
11799
11800 commit bd0e90bd7e00e71f1aedd583ef8c3245f80f9839
11801 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11802 Date:   Mon Dec 7 23:16:58 2015 +0900
11803
11804     [BUILD][Qt][CMAKE] Add all VMs.
11805
11806 commit ed29e14b1c1d2f7419697e117b6f3851f2f49ba3
11807 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11808 Date:   Mon Dec 7 20:54:30 2015 +0900
11809
11810     [CMAKE] Add MSX2.
11811
11812 commit 803edd55b3cdd825d52a2c22bfcc3b8ec68011ec
11813 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11814 Date:   Mon Dec 7 20:54:01 2015 +0900
11815
11816     [VM][MSX2] FIX Segfault with MSX2.
11817
11818 commit 6ffde414c71aca7f4f18db57eba26c6c65738508
11819 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11820 Date:   Mon Dec 7 20:45:23 2015 +0900
11821
11822     [UI][DRAW][Qt][CMAKE] Add a lot of VMs.
11823     [Qt][DRAW][OSD] Fix a warning around osd.h .
11824
11825 commit 2649375ad09a2f7d0d674e92a10647f136fa2fda
11826 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11827 Date:   Mon Dec 7 17:52:09 2015 +0900
11828
11829     [UI][Qt][OSD] Fix warning without AUTO KEY.
11830
11831 commit 52b01514088557dcc5c7d12dd5f3c35409ce7329
11832 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11833 Date:   Mon Dec 7 17:51:42 2015 +0900
11834
11835     [VM][PC8801] Adjust dummy CPU's clock.
11836
11837 commit dc8ee566fa31196b56334ed1a28028a2d7321b41
11838 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11839 Date:   Mon Dec 7 17:25:58 2015 +0900
11840
11841     [DRAW][Qt][OSD] Re-alloc pixel-buffer when required larger screen.
11842
11843 commit df5548493a09977a1ca93ac1b454b68c9d902f28
11844 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11845 Date:   Mon Dec 7 02:10:34 2015 +0900
11846
11847     [DRAW][Qt][OpenGL] Add filtered shader, but still not used.
11848
11849 commit d98377c5dbfcd698d4733f0b1097c8d952ac3f65
11850 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11851 Date:   Thu Dec 3 08:02:11 2015 +0900
11852
11853     [DRAW][Qt][VM][FM7] Support new API's variable screen resolution.
11854
11855 commit e2b5a2fa57816c1bcce6664316ddc9aaba44ac6d
11856 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11857 Date:   Wed Dec 2 01:06:08 2015 +0900
11858
11859     [VM][DEVICE] Add "get_device_name()" feature.This is useful for debugging VMs.
11860
11861 commit 443b65d5c1b91738635f89350c33cb327f90571f
11862 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11863 Date:   Wed Dec 2 00:38:05 2015 +0900
11864
11865     [OSD][Qt][SOUND] Wait within callback routine.
11866
11867 commit 5e83e2c8c59968521adf5fa6a36884109b45c33f
11868 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11869 Date:   Wed Dec 2 00:37:29 2015 +0900
11870
11871     [CMAKE][Qt] Fix FTBFSs for emupu8801ma.
11872
11873 commit b544dcf773c0d7cf83a00427b226a945b99e2899
11874 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11875 Date:   Wed Dec 2 00:36:46 2015 +0900
11876
11877     [VM][PC8801] Fix too heavy VM.
11878
11879 commit 9d8aee6f6407744f0d1e9351f77230523bb289b6
11880 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11881 Date:   Tue Dec 1 23:25:27 2015 +0900
11882
11883     [UI][Qt] TRY: Booting X1 , but failed.
11884
11885 commit d89562f93404aa069216098692567cf9b41844ce
11886 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11887 Date:   Tue Dec 1 22:55:37 2015 +0900
11888
11889     [UI][Qt] Fix FTBFS with X1, but not works well.
11890     [UI][Qt][VM][EMU] Re-implement EMU::LockVM()/EMU::UnlockVM() to EMU::lock_vm() and OSD::lock_vm()/EMU::unlock_vm() and OSD::unlock_vm().
11891
11892 commit a981bc1212fc52e207d0d8e5fc9439c5ff6eeafb
11893 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11894 Date:   Tue Dec 1 20:58:56 2015 +0900
11895
11896     [UI][Qt] Add build support Basic Master Jr.
11897
11898 commit e207c30ac3a5ad422d431208af6dab537195e229
11899 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11900 Date:   Tue Dec 1 20:53:25 2015 +0900
11901
11902     [UI][Qt] Add build support BABBAGE 2nd, FM16pi, SEGA MASTER SYSTEM, and FAMILY BASIC.
11903
11904 commit babe250a86799b3b8bfd6f221239e2cf2dfc7ba4
11905 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11906 Date:   Tue Dec 1 18:55:09 2015 +0900
11907
11908     [UI][Qt] Fix FTBFSs basically, now enable to work for FM77AV40EX.
11909
11910 commit 6a83a28375e2cb8231f1ebfca210e3dc08697dd7
11911 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11912 Date:   Tue Dec 1 14:37:34 2015 +0900
11913
11914     [General] More merge upstream 2015-11-30.
11915
11916 commit ba76a557c13121daeff5e5d741cc0d8798cbf394
11917 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11918 Date:   Tue Dec 1 14:26:22 2015 +0900
11919
11920     [UI][Qt] Move machine-dependent files to qt/machines/ .
11921     [General][WIP] Merge upstream changes at 2015-11-30 (unofficial).
11922
11923 commit 88160df5da17b9bbe7ec1fde8983fb9984526dd4
11924 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11925 Date:   Mon Nov 30 18:15:37 2015 +0900
11926
11927     [UI][VM][EMU][Qt][WIP] Apply upstream's OSD class.I don't test to build yet X-)
11928
11929 commit 61f62039b900845be8a9101c5fdab82b1588b3d5
11930 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11931 Date:   Mon Nov 23 21:57:23 2015 +0900
11932
11933     [VM][FM77AV40][MB68VH010] Fix not update with Whole writing.
11934
11935 commit fc6b9bba1597319cd3f7935ae301ea0d8c05f926
11936 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11937 Date:   Mon Nov 23 20:19:54 2015 +0900
11938
11939     [VM][DRAW][Qt][FM7] Add "USE_MINIMUM_RENDERING" define FLAG. This flag try to reduce rendering. See vm/fm7/fm7.cpp , display.cpp and vram.cpp .
11940
11941 commit 794a739f4c98ff2813263c242c78970ed1f22047
11942 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11943 Date:   Sun Nov 22 13:11:09 2015 +0900
11944
11945     [UI][Qt] Add save screen "Capture Screen" feature.
11946
11947 commit 046931499f480939c7c890422e6aaf54d10a9c35
11948 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11949 Date:   Sat Nov 21 10:58:57 2015 +0900
11950
11951     [UI][Qt] FileDialog: Set "DontUseNativeDialog" to true.
11952
11953 commit 4fe86270460e2d4be3df9d535831804c0f362f0a
11954 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11955 Date:   Sat Nov 21 02:17:17 2015 +0900
11956
11957     [Qt][SCH] More safer scheduling.
11958
11959 commit 4b281068844b206a7ece5c9b1035d436b068e613
11960 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11961 Date:   Sat Nov 21 01:11:06 2015 +0900
11962
11963     [VM][X1] TRY: Fix flicking screen with Qt. Please prepair to asynchronous access both emu->run() and  emu->draw_screen().
11964
11965 commit 8202681963f20b58390cedbf0fbccec4796d531e
11966 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11967 Date:   Fri Nov 20 20:17:45 2015 +0900
11968
11969     [Qt][VM] More safer exiting.
11970
11971 commit 61caab8279381024e01ae418d4efc69d1881cde9
11972 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11973 Date:   Fri Nov 20 19:04:26 2015 +0900
11974
11975     [Qt][VM] Maybe fix freeze when resetting with drawing timing.
11976
11977 commit 3869fa7dbb56c64c381ced62f06c0dc1aaea0be2
11978 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11979 Date:   Fri Nov 20 18:41:51 2015 +0900
11980
11981     [DOC] Update ToDo.
11982
11983 commit 2052ab6d4cdf568a4f3a1a4b65b76c351480e08f
11984 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11985 Date:   Fri Nov 20 18:39:02 2015 +0900
11986
11987     [VM][FM7][DISPLAY] Fix not refleshing when loading state.
11988     [VM][FM77AV][DISPLAY] Set offset regisyters on VSYNC, not VSTART. Fixed Sylpeed's demonstration (wire-framed part).
11989
11990 commit a35592607be37b70511d21aa80f24705f47c2a77
11991 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11992 Date:   Fri Nov 20 18:10:35 2015 +0900
11993
11994     [DOC] Commit SNAPSHOT 2015-11-20-1.
11995
11996 commit da9270f58d0a7906d6686fa5ab0a340bce3a1913
11997 Author: K.Ohta <whatisthis.sowhat@gmail.com>
11998 Date:   Fri Nov 20 18:09:20 2015 +0900
11999
12000     [GENERAL] Split GCC depend typedefs (and some functions).
12001
12002 commit 4d7392c35ff3df8a0572150ede7543ab8aa0f41f
12003 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12004 Date:   Fri Nov 20 01:09:56 2015 +0900
12005
12006     [UI][Qt][DOC] Update documents.
12007
12008 commit 4b3f3a7e4c007c1f4da62b64ceed8821fa239575
12009 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12010 Date:   Fri Nov 20 01:06:55 2015 +0900
12011
12012     [UI][Qt][MENU] Fixed typos.Thanks to Anna-Wu San.
12013
12014 commit 0f7701e1135dfcb5f44c5765007682ef54887e14
12015 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12016 Date:   Fri Nov 20 00:24:40 2015 +0900
12017
12018     [UI][Qt] Dialog: Enable input from line-edit.
12019
12020 commit 29b533529ebaaf332b28ed01bd21de5ac323a53b
12021 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12022 Date:   Fri Nov 20 00:10:21 2015 +0900
12023
12024     [DOC] SNAPSHOT 20151120-1
12025
12026 commit f52560fa0f297be25e2a299575f7a0a682bb6ff8
12027 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12028 Date:   Fri Nov 20 00:04:54 2015 +0900
12029
12030     [UI][Qt][PC9801] Fix empty entries of "Sound Boards".
12031
12032 commit 8ab6c857e16fe1291faa600b87d7dfd51614466e
12033 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12034 Date:   Fri Nov 20 00:04:23 2015 +0900
12035
12036     [VM] Fix FTBFSs.
12037
12038 commit 13342430aa070f8ba026cf05cde276b429535c7b
12039 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12040 Date:   Thu Nov 19 21:11:32 2015 +0900
12041
12042     [DOC] Update documents, credits.
12043
12044 commit 4ce0b5e66eb215468cbb5d1a17afb1c7fd1343cf
12045 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12046 Date:   Thu Nov 19 21:05:51 2015 +0900
12047
12048     [Qt][VM] Fix FTBFSs with MinGW.
12049
12050 commit 8ff11c5656967a13ee5363b807bc271e47821002
12051 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12052 Date:   Thu Nov 19 19:35:04 2015 +0900
12053
12054     [UI][RES] Update Icons.
12055
12056 commit fa2a8273b5708fdaee94d28ca056b38a5a2eaf6f
12057 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12058 Date:   Thu Nov 19 19:32:17 2015 +0900
12059
12060     [VM][i386] Add lacked changes.
12061
12062 commit 9ee0352b1b34c807b2cddba6424f17c48e3b5424
12063 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12064 Date:   Thu Nov 19 19:30:40 2015 +0900
12065
12066     [VM][General] Merge updtream 2015-11-18.
12067
12068 commit 86ae4ed29fa3237c0580e2d66c3f186b9a520acd
12069 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12070 Date:   Wed Nov 18 20:46:31 2015 +0900
12071
12072     [EMU][UI][Qt] More safety Inter Thread Communication (ITC)s.
12073     [EMU][UI][Qt][Draw] Don't occupy screen after selecting pulldown menus.
12074
12075 commit a249e76d9bd77e42e45ec066e6c063498c6600bd
12076 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12077 Date:   Wed Nov 18 01:40:44 2015 +0900
12078
12079     [UI][Qt][HC40][HC80] Fix forgotten retranslateUi for FD3/FD4.
12080
12081 commit f61d87c363dd927780a6bfee5e8fc93f75e27f4a
12082 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12083 Date:   Tue Nov 17 20:33:28 2015 +0900
12084
12085     [DOC] Update documents with SNAPSHOT 2015-11-17.
12086
12087 commit 64f901722d3382bc3feb6680a5ede240dcad2773
12088 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12089 Date:   Tue Nov 17 19:16:23 2015 +0900
12090
12091     [UI][Qt] Manage auto key: Force to convert string to CP932.
12092
12093 commit 88c558757862215b4af6bf31a67a4460c8e48dbe
12094 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12095 Date:   Tue Nov 17 18:36:47 2015 +0900
12096
12097     [UI][Qt][BUG] Add paste text from clip board.
12098
12099 commit 2b227b713f7d27bfc6e397ba8dedfb5c4dad99f3
12100 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12101 Date:   Tue Nov 17 16:39:00 2015 +0900
12102
12103     [UI][Qt][VM] Make update_config thread-safety.
12104
12105 commit fc85eba2c6528d390dc67c5b85ea1704737731fb
12106 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12107 Date:   Tue Nov 17 15:10:15 2015 +0900
12108
12109     [Qt][VM][MSX2][V99x8] Fix weird color order.Using RGB_COLOR() macro.
12110
12111 commit 9cbd5113f4b95dc03f39b125bc26bbf070d8b147
12112 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12113 Date:   Tue Nov 17 14:50:52 2015 +0900
12114
12115     [UI][Qt] Fix wrong size of status bar when starting EMU.
12116
12117 commit bce9455603ad4cbab1921d59f0d289a1d3ad0cad
12118 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12119 Date:   Mon Nov 16 03:15:52 2015 +0900
12120
12121     [VM][WIN32] Get rid of foo_s() (a.k.a. "SECURE FUNCTIONS"). These have no support for WindowsXP and only for WIndows, so they are EVIL, I recommand not to use these functions.
12122
12123 commit 766e102a776720a3d53bbb06493c7896ef573a2b
12124 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12125 Date:   Mon Nov 16 02:15:06 2015 +0900
12126
12127     [UI][Qt][Windows] Grab keyboard to emulation thread: Resolve issue around "ALT" key.
12128
12129 commit 87c9752b968192cc630fdfe84ceff80c180581d3
12130 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12131 Date:   Mon Nov 16 02:14:20 2015 +0900
12132
12133     [DOC][Qt] Update credits, thanks to umaiboux San.
12134
12135 commit 3bb583a545f7c46a95473f829c15a9af8352d924
12136 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12137 Date:   Sun Nov 15 04:09:02 2015 +0900
12138
12139     [DOC] RELEASENOTE : SNAPSHOT 2015-11-14.
12140
12141 commit 28aacbbf55cfac72c8cb39d2925e63ee77b3f0bd
12142 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12143 Date:   Sat Nov 14 20:14:26 2015 +0900
12144
12145     [Qt][DOC] Update documents and credits , more and more (;_;)
12146
12147 commit 910b3cce215964380fa3dbe38fbb673c52bf4d34
12148 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12149 Date:   Sat Nov 14 19:57:52 2015 +0900
12150
12151     [BUILD][WIN32] Fix FTBFS with MinGW.
12152
12153 commit 93a96bd23cc2ca6d7b90c62cff2c5b9d9cb55823
12154 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12155 Date:   Sat Nov 14 19:51:41 2015 +0900
12156
12157     [Qt][DOC] Update documents, more.
12158
12159 commit fe4a31bcf751b8d82cb92d0aec6ffc34a44bb0c2
12160 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12161 Date:   Sat Nov 14 19:48:13 2015 +0900
12162
12163     [UI][Qt][PC9801][PASOPIA] Fix FTBFSs.
12164
12165 commit dc248dbe31ae3a9115f05ac9aa297bd47599441f
12166 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12167 Date:   Sat Nov 14 18:11:08 2015 +0900
12168
12169     [DOC][General] Update documents and credits.
12170
12171 commit 7a059f5d1472d1b8503c58aa9e49edc706683bc2
12172 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12173 Date:   Sat Nov 14 18:08:32 2015 +0900
12174
12175     [UI][Qt] Prepair to use auto-key.
12176
12177 commit c8ea322eff647f4dec4921c21454512e7dd3af90
12178 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12179 Date:   Sat Nov 14 18:01:45 2015 +0900
12180
12181     [UI][Qt] Fix FTBFS for BMJR.
12182
12183 commit b3dcebe3749d3dfc1ca821193bc17635ed329163
12184 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12185 Date:   Sat Nov 14 00:50:10 2015 +0900
12186
12187     [Qt][HELP] Update documents and credits.
12188
12189 commit 0f4e512443d910e2e324b0d7897ffa4ef8c49645
12190 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12191 Date:   Sat Nov 14 00:46:40 2015 +0900
12192
12193     [UI][Qt] Fix duplicate histories.
12194
12195 commit 36be77bde8faf697652036b7510cb4426cc9bd42
12196 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12197 Date:   Sat Nov 14 00:25:21 2015 +0900
12198
12199     [Qt][OSD][FM7] Fix sometime crashed when resetting.
12200
12201 commit 9130df3f7d6d8b721d602d5e8e976f0d3b5104d9
12202 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12203 Date:   Fri Nov 13 20:51:54 2015 +0900
12204
12205     [DOC][Qt] Update credits and RELEASENOTE.
12206
12207 commit 83859a8c7d378dda8e207d01cf06e21c4e2a105a
12208 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12209 Date:   Fri Nov 13 20:48:43 2015 +0900
12210
12211     [VM][i386][Qt][FMR] Fix FTBFS for i386 avd FMR50 series.
12212
12213 commit c8cdc3f8724102bd9f00c9657def366a67cb1213
12214 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12215 Date:   Fri Nov 13 19:46:32 2015 +0900
12216
12217     [DOC] Update to prerelease 2011-11-13.
12218
12219 commit 1d739d037e5fc080bd5cb0533c3a700664ca5ebe
12220 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12221 Date:   Fri Nov 13 19:05:36 2015 +0900
12222
12223     [UI][Qt] All of menus now using are integrated to children of Menu_MetaClass.
12224
12225 commit 17e4a39401d5658d28d084d0235a29cef85b8923
12226 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12227 Date:   Thu Nov 12 20:52:28 2015 +0900
12228
12229     [UI][Qt] CMT: Fix OOPs.
12230
12231 commit 63a086f4c555f835110952b701a3ba523ea0c094
12232 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12233 Date:   Thu Nov 12 20:09:06 2015 +0900
12234
12235     [UI][Qt][MENU] CMT: Using child of Menu_MetaClass.
12236
12237 commit d524e8143c5d672f18ef0a242fe94171858a2edb
12238 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12239 Date:   Thu Nov 12 18:21:57 2015 +0900
12240
12241     [Qt][UI][CONFIG][Win32] Fix crash with Win32/Mingw.
12242
12243 commit 0abf755d31dde2b11089c9fcddf12a83af2f3579
12244 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12245 Date:   Thu Nov 12 06:47:07 2015 +0900
12246
12247     [General][Qt][CONFIG][Win32][WIP] Fixing break memories with MinGW32.
12248
12249 commit 2f6ed851afced0b568c5ec28c6c067ca5de41c1e
12250 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12251 Date:   Wed Nov 11 23:31:48 2015 +0900
12252
12253     [UI][Qt][MENU] Create Menu_MetaClass class to make smaller code size.
12254
12255 commit ee8e21d5df005d23a21024a9a9b9eb0068f3ff14
12256 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12257 Date:   Tue Nov 10 19:20:13 2015 +0900
12258
12259     [GENERAL][Qt] Adjust indent.
12260
12261 commit 932fd5ca2d48d3e0cb9bc53b06940b123ef53f19
12262 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12263 Date:   Tue Nov 10 19:19:30 2015 +0900
12264
12265     [VM][Qt][UPD765A] Fix FTBFS with MinGW or CYGWIN.
12266
12267 commit 2e45ffc75b631d9e33e32f4a16d6ef374ba392d0
12268 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12269 Date:   Tue Nov 10 19:18:17 2015 +0900
12270
12271     [BUILD][WIN32] Cross compilation BASH script: Install binary to bin-win32/ and make clean.
12272
12273 commit db3624fb6515cc6d409b279d430c3f7c913ac347
12274 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12275 Date:   Tue Nov 10 18:09:44 2015 +0900
12276
12277     [Draw][Qt] Split around drawing from qt_main.[h|cpp] to draw_thread.[h|cpp].
12278
12279 commit 9b65d68da4c9d1ecfc5dfd74370de59470867177
12280 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12281 Date:   Tue Nov 10 17:59:20 2015 +0900
12282
12283     [UI][Qt][VM][JoyStick] Split to separate file  around Joystick.
12284
12285 commit 87d14cf1aff1e0cc6bfb75e36b9fbcc6228eb923
12286 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12287 Date:   Tue Nov 10 17:45:34 2015 +0900
12288
12289     [EMU][Qt][Main] Split around emulation thread to emu_thread.[cpp|h].
12290
12291 commit 752469bda3a5e9bba74b078a49dfb7f730b1334b
12292 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12293 Date:   Tue Nov 10 17:01:39 2015 +0900
12294
12295     [UI][Qt] FIlename: Fix not opened images when using non-latin name under non-UTF8 file system.
12296
12297 commit 4079545f5b8bf4dc89d2d9770add588d2ec4e072
12298 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12299 Date:   Tue Nov 10 01:42:58 2015 +0900
12300
12301     [Qt][Draw][GL][GLSL] Shader: Remove heavy? biye swapping , swap within emulator ; RGB().
12302
12303 commit 83a6171e264711ce1358bab2557eeeba608bff72
12304 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12305 Date:   Tue Nov 10 01:35:58 2015 +0900
12306
12307     [Qt] Comment out debug messages.
12308
12309 commit 78ee757377d223737e8528405ca5c6fa25a6d172
12310 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12311 Date:   Tue Nov 10 01:35:29 2015 +0900
12312
12313     [VM][FM7] Drop unused renders.
12314
12315 commit f141379f4055c004734162ebb519a858c1918c82
12316 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12317 Date:   Tue Nov 10 01:28:46 2015 +0900
12318
12319     [UI][Qt][Windows] Fix break widget when setting keyboard.
12320     [UI][Qt]KEYBOARD: Fix wrong scan code assign.
12321
12322 commit 503dcf78101f835063d33b1e8e92faa6eec7ce4d
12323 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12324 Date:   Mon Nov 9 18:55:48 2015 +0900
12325
12326     [KEYBOARD][UI][Qt][Win32] Set scan codes for Windows.
12327
12328 commit 3e5d2c03067fc1fb62710b921ace07696c1c7de1
12329 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12330 Date:   Sun Nov 8 15:11:43 2015 +0900
12331
12332     [Qt][Windows] Disable scancode with Windows temporally.
12333
12334 commit 9873b88c6aa1030c011af01994825a0847bfa996
12335 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12336 Date:   Sun Nov 8 14:13:09 2015 +0900
12337
12338     [Qt][Win32] Fix compilation errors with msys2, still not working.
12339
12340 commit c68693a9f9e2b36e02691bb441f034415b8f2cb7
12341 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12342 Date:   Sat Nov 7 02:02:35 2015 +0900
12343
12344     [Build][Win32][MINGW][CMAKE] Use FindSDL with SDL1.
12345
12346 commit 2d5e534a246e7cd84035210002b5302a9e73654c
12347 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12348 Date:   Thu Nov 5 22:41:46 2015 +0900
12349
12350     [DOC][UI][Qt] Update revision.
12351
12352 commit b166b5c2ca66457baf348b7fe55c55d63028e609
12353 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12354 Date:   Thu Nov 5 22:33:01 2015 +0900
12355
12356     [Qt][GL][Draw] Implement (lacked) screen rotation feature.
12357
12358 commit 381df99de6b4944c484a010b478db8b936e160e1
12359 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12360 Date:   Thu Nov 5 20:18:33 2015 +0900
12361
12362     [DOC] Update Documents.
12363
12364 commit a27206c6eae6460902ee387bd92a17b0627335c1
12365 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12366 Date:   Thu Nov 5 20:05:34 2015 +0900
12367
12368     [Build][Qt][Win32] Build with SDL 1.2. Useful to resolve issues caused by SDL2.
12369
12370 commit 56902df87e52dc8f7d5ce2c29e701acc8f7251f8
12371 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12372 Date:   Thu Nov 5 17:58:40 2015 +0900
12373
12374     [DOC] Update Documents.
12375
12376 commit 8cc1e218e2804e1a979c582d5650385b0a9d7d92
12377 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12378 Date:   Thu Nov 5 17:56:07 2015 +0900
12379
12380     [UI][Qt][Win32] Fix FTBFSs.
12381
12382 commit fa7d2ffda3f05c80c67aad6599be3aa17f82ba50
12383 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12384 Date:   Thu Nov 5 17:35:33 2015 +0900
12385
12386     [DOC] Update documents to SNAPSHOT 2015-11-05-1.
12387
12388 commit 3e6efd7c7930393e4976579605ac345be67a8e13
12389 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12390 Date:   Thu Nov 5 17:15:44 2015 +0900
12391
12392     [VM][General][QIN32][Qt] Merge Upstream 20151031 .
12393     [VM][FM7] Fix probrem of LSHIFT & RSHIFT.
12394
12395 commit 01e82e1d71184578f575c31fd55282886707e818
12396 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12397 Date:   Thu Nov 5 16:56:04 2015 +0900
12398
12399     [Display][Qt][GL][VM] Add OpenGL scan lines feature, include pixel lines.
12400
12401 commit 3d275238f33325d2075488d2aa95a41680c2cdeb
12402 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12403 Date:   Thu Nov 5 05:04:59 2015 +0900
12404
12405     [Draw][Qt][GLSL] Enable GL_DEPTH_TEST to accurate spriting.
12406
12407 commit 09a564a52792c2d9e0220c3117b59f7da81bac3f
12408 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12409 Date:   Thu Nov 5 02:53:24 2015 +0900
12410
12411     [Draw][Qt][OpenGL] Screen/Background/Button: Draw with GL Shader.
12412
12413 commit 4a642511c2fe5b3b6319e0b5eaa2460166c3a61a
12414 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12415 Date:   Tue Nov 3 01:02:24 2015 +0900
12416
12417     [Qt][Draw][Screen] Replace from OpenGL to OpenGL ES v2.
12418
12419 commit 130ce41cfe3155e084274d43f7510ff6432a6ec1
12420 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12421 Date:   Mon Nov 2 23:32:02 2015 +0900
12422
12423     [Qt][Draw][GL] Screen: Okay with GL ES v2.0.
12424
12425 commit e2cef8464019b6c7aab9fe253ba4423d132272bc
12426 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12427 Date:   Mon Nov 2 16:16:26 2015 +0900
12428
12429     [Qt][Draw][WIP] Applying OpenGL ES2 to GLDrawClass: Now, Yellow square is drawn, not usefle texture.
12430
12431 commit 19e148939f3cb7dde408d14ea3989361631cbcaa
12432 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12433 Date:   Sat Oct 31 01:33:53 2015 +0900
12434
12435     [WIP][Win32][Qt][DRAW] Fixing crash cause lacks of libGL, seems to use GLES... :-(
12436
12437 commit 8f464788fade06d9fc558af2150c5197f1ae2161
12438 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12439 Date:   Sat Oct 31 00:11:30 2015 +0900
12440
12441     [BUILD][WIN32] Update script.
12442
12443 commit 7c7205c6be2c68f9798d6550babcdb8e853a3a7d
12444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12445 Date:   Sat Oct 31 00:07:05 2015 +0900
12446
12447     [BUILD][Qt][WIN32] Build environment with MINGW / Qt, with GNU/Linux host, but, still not working.
12448
12449 commit eea8dcf5b61e06fb6033e2a8c19d1160368c7d75
12450 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12451 Date:   Fri Oct 30 15:48:59 2015 +0900
12452
12453     [RELEASE][Win32] Update RELEASENOTE.txt for Win32 binaries.
12454
12455 commit eb6e4775e0d85a598fb97d3fbb1373843bf6cfbc
12456 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
12457 Date:   Fri Oct 30 15:38:40 2015 +0900
12458
12459     [VM][Win32][FM7] Keyboard: Fix some not effect key with Windows (8.1).
12460
12461 commit 4ee07f9ae3316a3a209db3ea8a02fe00696dfa67
12462 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
12463 Date:   Fri Oct 30 14:02:11 2015 +0900
12464
12465     [BUILD][Win32][FM7] Update vcxprojs to build SNAPSHOT 20151029-1.
12466
12467 commit a634273e9ba13a30b5e6b2fff049bb262fb58767
12468 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12469 Date:   Thu Oct 29 19:44:26 2015 +0900
12470
12471     [DOC] Update release note, "excepts using LASER DISK.".
12472
12473 commit 8d8a6ef8201a0679bd0b93e7c5641739facb1bd3
12474 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12475 Date:   Thu Oct 29 19:28:41 2015 +0900
12476
12477     [DOC] Update RELEASENOTE for binary release (GNU/Linux only).
12478
12479 commit 13928d9c853bcb54639571549ab736fba540f2c9
12480 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12481 Date:   Thu Oct 29 17:40:59 2015 +0900
12482
12483     [DOC] Update forgotten ChangeLog.
12484
12485 commit b2b5096c1abd8bd9bf4276954a54873a1b610beb
12486 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12487 Date:   Thu Oct 29 17:34:10 2015 +0900
12488
12489     [DOC] Add ToDo. Only written in Japanese.
12490
12491 commit f07804665a3f580640e6227bdeaec06cafddaddb
12492 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12493 Date:   Thu Oct 29 17:11:29 2015 +0900
12494
12495     [DOC][UI][Qt] Update revision.txt .
12496
12497 commit 8c6c35f85dad36bb8101451949a39a1393760b7f
12498 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12499 Date:   Thu Oct 29 17:07:44 2015 +0900
12500
12501     [DOC] I forgot to update history of upstream, I re-build.
12502
12503 commit 4954400be3d6379e7d0b760cd8b97ef4b14fc242
12504 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12505 Date:   Thu Oct 29 16:54:42 2015 +0900
12506
12507     [DOC] Update releasenote for SNAPSHOT 2015-10-29.
12508
12509 commit d3d19e4157290b1869ac6bf98e788e9a13fbe164
12510 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12511 Date:   Thu Oct 29 16:52:57 2015 +0900
12512
12513     [DOC] Update docs, 2015-10-29.
12514
12515 commit a29231184d8cfa37ce6a739724043136d5bb1181
12516 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12517 Date:   Thu Oct 29 16:44:40 2015 +0900
12518
12519     [Qt][UI] Brushup qrc files.
12520     [DOC] Updating DOCS.
12521
12522 commit 6689eb003e2aee6aef18ae635f82da8f21f82aa9
12523 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12524 Date:   Thu Oct 29 16:23:31 2015 +0900
12525
12526     [VM][General] Merge upstream 20151027.
12527     [UI][Qt] Commit lacked files before commiting.
12528
12529 commit 54691de4addca689f41efb9fbd37f7730da95264
12530 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12531 Date:   Thu Oct 29 16:22:26 2015 +0900
12532
12533     [UI][Qt] About dialog: Add revision string.
12534
12535 commit 065bc55f3727f1d7c200e6a5f8161449384889dd
12536 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12537 Date:   Thu Oct 29 15:55:23 2015 +0900
12538
12539     [UI][Qt] Improve About dialog.
12540
12541 commit 5c54b55316fb90a10dd7695cd5305b63cb28876e
12542 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12543 Date:   Thu Oct 29 15:05:17 2015 +0900
12544
12545     [UI][Qt] TextBrowser : Prepair to support external files.
12546
12547 commit 76f02da68492c47c8a6a78add0c68a97a05467ce
12548 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12549 Date:   Thu Oct 29 00:59:24 2015 +0900
12550
12551     [UI][Qt] Fix sequence of save state.
12552
12553 commit 8f5af9b3b2a96aaaceaf4b56bf96d55b4250ffeb
12554 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12555 Date:   Thu Oct 29 00:58:44 2015 +0900
12556
12557     [VM][FM7] Add SAVE/LOAD State.
12558
12559 commit a73d25005290ec6fb4264e55c3bc66325b6dd955
12560 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12561 Date:   Wed Oct 28 23:06:34 2015 +0900
12562
12563     [DOC][Qt][ABOUT] Update Credits.
12564
12565 commit 7bdbabb4c0c3f7db03f0d75ab60259a82ae6124a
12566 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12567 Date:   Wed Oct 28 22:41:38 2015 +0900
12568
12569     [UI][Qt][HELP] Add credits and Documantation browser.
12570     [DOC] Convert LICENSE.ja.txt to UTF-8.
12571     [UI][Qt] Add embeddes documantations to program.
12572
12573 commit 62574923855f242ccb5034c63a0ef4592c79970e
12574 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12575 Date:   Wed Oct 28 18:23:23 2015 +0900
12576
12577     [VM][FM7][BUILD] Fix FTBFSs for FM-7/77.
12578
12579 commit fa977dcf2c1e6b299081960314a3347ead07628b
12580 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12581 Date:   Wed Oct 28 17:50:07 2015 +0900
12582
12583     [VM][FM77AV40][DISPLAY] Fix weird writing with 400 lines mode.
12584
12585 commit 3c893899ff533baa55020b7d7ef6bd27dfb1710a
12586 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12587 Date:   Wed Oct 28 13:37:32 2015 +0900
12588
12589     [WIP][VM][FM77AV40] Fixing around 400 lines mode.
12590
12591 commit 315c2aa22cee6c3ceade4b0fba4747149fd4767e
12592 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12593 Date:   Wed Oct 28 12:58:27 2015 +0900
12594
12595     [VM][FM77AV][FM77AV40] re-construct accessing subsystem ; not through ALU when using DMA. 400 lines mode is imcomplete, yet.
12596
12597 commit 55276e5f6e9b80cb2b9c1d4d06bc064e1a894a85
12598 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12599 Date:   Sun Oct 25 23:01:58 2015 +0900
12600
12601     [Draw][Qt][CONFIG] Invert flag for "Using GL Filters".
12602
12603 commit e281ba8da981d2a3419637a11f8d848d592921ea
12604 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12605 Date:   Sun Oct 25 22:26:30 2015 +0900
12606
12607     [VM][FM77AV][FM77AV40][DISPLAY] Do not access via ALU when write access.
12608
12609 commit 4f7db9b6fb9039f1896343c390763c8aad31a442
12610 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12611 Date:   Sun Oct 25 11:38:13 2015 +0900
12612
12613     [UI][Qt][KEYBOARD] Add $(CONFIGDIR)/scancode.cfg to configure keyboard table.
12614
12615 commit 91ec5c2fdc8f31f977bda64143f4977cb7488d71
12616 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12617 Date:   Sat Oct 24 16:08:42 2015 +0900
12618
12619     [Qt][UI][KEYBOARD][FM77AV] Use keyevent->nativeScanCode() to resolve issue of pressed with SHIFT, working 九玉伝.
12620
12621 commit af506aa27f5e3906a3df1b8c8c5c68fa8626cafa
12622 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12623 Date:   Sat Oct 24 15:51:30 2015 +0900
12624
12625     [VM][FM77AV][KEYBOARD][WIP] Fixing problem of pressing SHIFT + any key.
12626
12627 commit d4a546471831aa68deed675391e4c6db38eaf32d
12628 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12629 Date:   Tue Oct 20 14:09:35 2015 +0900
12630
12631     [UI][Qt] Zap LockVM()/UnlockVM() from loading external file.
12632     [UI][Qt][FD] Fix fault with opening non-D88 type floppy image(s).
12633     [UI][Qt][QD] Fix FTBFS using QD.
12634
12635 commit f1318a07ea806c3287ec6f46ca4caefc0ffba95b
12636 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12637 Date:   Mon Oct 19 00:44:33 2015 +0900
12638
12639     [UI][Qt] Drop LockVM() / UnlockVM() from Open FD Dialog/Change Recent FD/Eject FD, etc...
12640
12641 commit b1160bd4059a59b4eaf2196c8aad78fdb053d455
12642 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12643 Date:   Sat Oct 17 15:56:54 2015 +0900
12644
12645     [UI][Qt] Status bar: resize when screen was resized.
12646
12647 commit 9a9a11cb830b0e50670183e3d9e4da0f9e1a846e
12648 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12649 Date:   Sat Oct 17 11:33:24 2015 +0900
12650
12651     [Qt][CMAKE][PC9801] Fix FTBFS with ePC9801foo.
12652
12653 commit e92e80edf48028c59c83a4ed9697636f4d3ace0b
12654 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12655 Date:   Sat Oct 17 03:36:13 2015 +0900
12656
12657     [VM][IO] Fix FTBFS.
12658
12659 commit 358dd9b044f2d80b11a785c8ecd35a38bd67b4cf
12660 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12661 Date:   Sat Oct 17 03:35:08 2015 +0900
12662
12663     [UI][Qt][Joystick] Manage Joysticks with GUID.
12664
12665 commit e8f92b8f45455b22b3ceed5ddff078ed46a915b4
12666 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12667 Date:   Sat Oct 17 01:58:14 2015 +0900
12668
12669     [VM][General] Merge upstream 2015-10-07 .
12670
12671 commit 082ba59081be0aabc0502b548a4038b58656e790
12672 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12673 Date:   Fri Oct 16 02:46:50 2015 +0900
12674
12675     [VM][FM77AV][DRAW] Fix weird rendering with "SYNC TO HSYNC".
12676
12677 commit 88407a2768fc27064c2297d9650a4bcb7e81e37c
12678 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12679 Date:   Fri Oct 2 18:06:41 2015 +0900
12680
12681     [VM][FM77AV][DISPLAY][WIP] Adjust reset sequence.
12682
12683 commit 3fe9e1b26717103bc544686fdd864daed63e7496
12684 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12685 Date:   Fri Oct 2 09:10:09 2015 +0900
12686
12687     [UI][Qt][DISPLAY] Fix not affect configuration : UI <-> VM <-> CONFIG-FILE around OpenGL.
12688     Please enter the commit message for your changes. Lines starting
12689
12690 commit aa52f4421073e5c4a06343836ba79994fc254300
12691 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12692 Date:   Fri Oct 2 01:59:31 2015 +0900
12693
12694     [VM][FM77AV20][MAINIO][DMA] Fix lacked interrupt detecting at $FD03 when DMA-Interrupt was happened.
12695
12696 commit 628ccac314ce959d13c61cb96466f1da60386ea5
12697 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12698 Date:   Fri Oct 2 01:31:26 2015 +0900
12699
12700     [VM][FM77][FM77AV][MAINMEM] Trim around MMR segment, whense extend MMR.
12701
12702 commit 83b3b202d0392acafa35240fb7cab58a8236aa3b
12703 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12704 Date:   Fri Oct 2 01:30:54 2015 +0900
12705
12706     [VM][FM77AV][DISK] Adjust transfer timing with PSY-O-BLADE.
12707
12708 commit 53c7d2b9847f046764ad5bde1a17da6ef8cbc9c4
12709 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12710 Date:   Fri Oct 2 01:29:35 2015 +0900
12711
12712     [VM][HD6844][FM7] Halt per byte without cycle-steal.
12713
12714 commit 9a7f0cfbba6a90d7891d26cd6e8f3fa813b12e91
12715 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12716 Date:   Fri Oct 2 01:29:00 2015 +0900
12717
12718     [VM][FM77AV40][FM77AV20] Fix unable to BOOT.
12719
12720 commit f4d42828fdd622cf7d3686ee2adff8bcfa254c6a
12721 Merge: 7f05de0d ee9d8fa2
12722 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12723 Date:   Thu Oct 1 22:59:57 2015 +0900
12724
12725     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
12726
12727 commit 7f05de0d47cfe797d7f0d2f7bd03d5617977be6f
12728 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12729 Date:   Thu Oct 1 22:58:56 2015 +0900
12730
12731     [VM][FM7] Fix don't do autorepeat at FM-7/77.
12732
12733 commit ee9d8fa209914bd44c1dc99efa8f430a6ae79e7c
12734 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12735 Date:   Thu Oct 1 04:18:50 2015 +0900
12736
12737     [VM][FM7][KEYBOARD] Fix don't do auto-repeat at FM-7/77 .
12738
12739 commit 18d538aa4c9581364cb027f7e606ceb3c963d054
12740 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12741 Date:   Thu Oct 1 03:45:05 2015 +0900
12742
12743     [VM][FM7] Remove unusev variables and fix some incorrect logics detected by cppcheck.
12744
12745 commit ffcc9f836f0589975d8c17597ecab3b26e88d4ac
12746 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12747 Date:   Thu Oct 1 02:21:30 2015 +0900
12748
12749     [VM][FM7] Fix uninitialized mouse status when mouse is not connected.
12750     [VM][FM77AV40] Fix too many clear with console RAM.
12751
12752 commit d1fd364a063cf193a38b50fc86df1cce966381a1
12753 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12754 Date:   Thu Oct 1 00:24:52 2015 +0900
12755
12756     [VM][Qt] Add Sony SMC-70/777 .
12757
12758 commit d4a5de85b060954b4ac6fb970dc50005d8572c37
12759 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12760 Date:   Wed Sep 30 23:51:50 2015 +0900
12761
12762     [VM][Qt] Add EPOCH Super Casette Vision (SCV).
12763
12764 commit 0b46f8a05a89e4d5161812f6315bde158e0b94cb
12765 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12766 Date:   Wed Sep 30 23:39:37 2015 +0900
12767
12768     [VM][Qt] Add SEGA SC-3000.
12769
12770 commit 2c466df8339b1d497480cb812f23532045cda4c8
12771 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12772 Date:   Wed Sep 30 23:23:48 2015 +0900
12773
12774     [VM][Qt] Add Bandai RX-78.
12775
12776 commit e618b5652014e25d235f56ba62444c955d700324
12777 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12778 Date:   Wed Sep 30 23:13:53 2015 +0900
12779
12780     [VM][Qt] Add CASIO PV-2000.
12781
12782 commit dc99fd4a0c16c9c5c06e7180d569252a17ba0b36
12783 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12784 Date:   Wed Sep 30 22:59:45 2015 +0900
12785
12786     [Build][Qt][CMAKE] Remove qtermwidget .
12787
12788 commit adbbbc55911a6e3337cd97e823bd42af8ad578e9
12789 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12790 Date:   Wed Sep 30 22:57:46 2015 +0900
12791
12792     [VM][Qt] Add CASIO PV-1000 .
12793
12794 commit 8d0a5aa34a1e2b6256247f4a584fb6706c362ce3
12795 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12796 Date:   Wed Sep 30 22:37:33 2015 +0900
12797
12798     [VM][Qt] Add SANYOPHC-20, PHC-25 and SEIKO MAP-1010 .
12799
12800 commit f9f1c22b4a5ea99e077367623f3db4e60f73334c
12801 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12802 Date:   Wed Sep 30 21:58:33 2015 +0900
12803
12804     [VM][Qt] Add NEC PC-8201 .
12805
12806 commit c685f0df239dd03d5b98ae9c8a894f64ad0d9676
12807 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12808 Date:   Tue Sep 29 20:48:53 2015 +0900
12809
12810     [OOPS][FM7][CMAKE] Fix typo.
12811
12812 commit e3ce5baebd83cac0909a60372e25c90fae16f644
12813 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12814 Date:   Tue Sep 29 20:48:20 2015 +0900
12815
12816     [VM][Qt] Add NEC PC-100.
12817
12818 commit ffa507df95b9b85aaa201ddde842e4143c9a57ab
12819 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12820 Date:   Tue Sep 29 20:30:03 2015 +0900
12821
12822     [VM][Qt] Add Pasopia/Pasopia 7. Pasopia with LCD is segfault, not usable.
12823     [VM][PASOPIA][PASOPIA7] Fix FTBFSs with gcc.
12824
12825 commit 37ba4fbbdeb901bca5efefabecf441f4830dcaa2
12826 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12827 Date:   Tue Sep 29 19:06:43 2015 +0900
12828
12829     [VM][Qt] Add NEC N5200.
12830
12831 commit 514e2a3db70e99676110bb368d0800221e3a1f3f
12832 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12833 Date:   Tue Sep 29 18:47:12 2015 +0900
12834
12835     [VM][Qt] Add Mitsubishi Multi8.
12836
12837 commit 28818045c7f148ff09f0aa6a78f40c3ed93c8ea3
12838 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12839 Date:   Tue Sep 29 18:26:04 2015 +0900
12840
12841     [VM][Qt]Add Sord m5.
12842
12843 commit 8a41625b4b6875264cde4425fed492fa14d9584f
12844 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12845 Date:   Tue Sep 29 02:20:22 2015 +0900
12846
12847     [VM][MZ2200][QD] Fix FTBFS.
12848     [VM][Qt] Add MZ-2000 .
12849
12850 commit da91f489c704becd83017c3d9a8f286f363ef70b
12851 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12852 Date:   Mon Sep 28 22:52:09 2015 +0900
12853
12854     [UI][Qt][Display][SCREEN] Separate OpenGL Filter and CRT_FILTER.
12855
12856 commit 8a664f2c9dac1276e0e5e2f3300d1bba383d88e4
12857 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12858 Date:   Mon Sep 28 22:42:34 2015 +0900
12859
12860     [VM][Qt] Add Sharp MZ-5500/6500/6550 .
12861
12862 commit 9a6bf622be926801fb4721c8cdb82fb0fcbe5d54
12863 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12864 Date:   Mon Sep 28 22:23:35 2015 +0900
12865
12866     [VM][Qt] Add MZ-3500.
12867
12868 commit 0b7a1a6a6641944a11fdc15a4c8839333e9df775
12869 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12870 Date:   Mon Sep 28 22:12:48 2015 +0900
12871
12872     [VM][Qt] Add MZ-2800.
12873     [VM][MZ2800] Fix FTBFS with Z80SIO. But not checked working well.
12874
12875 commit bbcf645fc89cbab7e1442e41b55eb43eade3f615
12876 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12877 Date:   Mon Sep 28 21:54:46 2015 +0900
12878
12879     [General] Add lacked d88fix.vcproj.
12880
12881 commit 1f0945a1c418b02b0e7ff5f1ee15386641691a23
12882 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12883 Date:   Mon Sep 28 21:53:55 2015 +0900
12884
12885     [VM][Qt] Add QC 10.
12886     [General] Add lacked files to commit.
12887
12888 commit e2875136c383421edeb8c22bf633fd0fbfe080a9
12889 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12890 Date:   Mon Sep 28 21:23:05 2015 +0900
12891
12892     [VM][Qt] Add FMR30.
12893
12894 commit a64ad14d6247981432a70c78107119d76d6cbd4a
12895 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12896 Date:   Mon Sep 28 16:27:58 2015 +0900
12897
12898     [VM][UI][Qt] Add FAMILY BASIC.
12899
12900 commit 44960b80f020d1fca9b9c53df1aa4c7a73457967
12901 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12902 Date:   Mon Sep 28 16:07:57 2015 +0900
12903
12904     [VM][FAMILYBASIC] Fix FTBFSs of apu.c and apu.h .
12905
12906 commit c3933fbd0f7d65495e5b829f25ab5ac089fd00a1
12907 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12908 Date:   Mon Sep 28 15:58:16 2015 +0900
12909
12910     [UI][Qt] Add IBM JX.
12911
12912 commit 0fda11f283635ab2f1f7574178e8f8b75d204b97
12913 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12914 Date:   Mon Sep 28 15:56:57 2015 +0900
12915
12916     [VM][IBMJX] Fix FTBFS with GCC, rename reserved word "not" .
12917
12918 commit 40ac660ad8a7a2cb445cf4ccaa6df4d91670c1bc
12919 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12920 Date:   Sun Sep 27 20:24:33 2015 +0900
12921
12922     [VM][FM77AV][DISPLAY] Transfer vram when VSYNC, not VSTART.
12923
12924 commit 923993a23e78e083b75a4a8d240b4d1bb9019ab5
12925 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12926 Date:   Sun Sep 27 18:02:22 2015 +0900
12927
12928     [VM][FM7][DISPLAY][UI][Qt] Implement "Sync to HSYNC" (77AV variants only) and "Frame Skip" features.
12929     [VM][FM77AV][DISPLAY] Faster rendering for 4096 colors, expect to use SIMD by compiler.
12930     [VM][FM77AV] Reduce rendering for "Sync to HSYNC".
12931
12932 commit ea80df324f3e05d645b3a50868d032419e63e9ee
12933 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12934 Date:   Sun Sep 27 07:55:42 2015 +0900
12935
12936     [VM][FM77AV][DISPLAY] Reduce rendering.
12937
12938 commit de285260c40beecabc2e92f04cd60e1b9f50b568
12939 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12940 Date:   Sun Sep 27 06:11:36 2015 +0900
12941
12942     [VM][FM77AV][DISPLAY] Fix flicking.Useful for METAL -X-.
12943
12944 commit 06247ef13155fa61bb6b1862b1489e2ca60f4120
12945 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12946 Date:   Sun Sep 27 04:53:12 2015 +0900
12947
12948     [VM][DATAREC] Fix slowdown when using (APSS)Fast Forward or (APSS)Fast Rewind.
12949     [VM][DATAREC] Fix wrong display of percentage (cause of overflow).
12950
12951 commit c3444c7b7993c1cb5b5fbab3f53e6a8bc8624d58
12952 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12953 Date:   Sun Sep 27 01:26:15 2015 +0900
12954
12955     [VM][FM7][VRAM] Split around vram from display.cpp to vram.cpp .
12956
12957 commit ee9782658f97f33a09ed20ae7235d82b5116b4f5
12958 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12959 Date:   Sat Sep 26 13:58:27 2015 +0900
12960
12961     [VM][FM77AV][MAINIO] FD12 : Cache VSYNC, MODE320 and HBLANK.
12962
12963 commit 85bd39291eefa579552782fe719922c7163ab940
12964 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12965 Date:   Sat Sep 26 13:13:27 2015 +0900
12966
12967     [VM][FM7][CMT] Add CMT_BUTTONS feature.
12968     [VM][FM7][OOPs][MAINIO] Fix wrong keyboard input without reset.
12969
12970 commit 7b82a3ba5b9857894bdc14b05cb5c08018217657
12971 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12972 Date:   Sat Sep 26 12:22:01 2015 +0900
12973
12974     [UI][Qt][CMT] Add fast forward, rewind, APSSs to "CMT" menu.
12975
12976 commit c5fe95266e522059de9da5cb6ab0c17c97039e4b
12977 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12978 Date:   Sat Sep 26 03:04:31 2015 +0900
12979
12980     [DOC][RELEASE] Update RELEASENOTE for SNAPSHOT 20150926.
12981
12982 commit 55afdce626e6706134eeda8035999b2c5dd59474
12983 Author: K.Ohta <whatisthis.sowhat@gmail.com>
12984 Date:   Sat Sep 26 02:40:28 2015 +0900
12985
12986     [General][DOC] Update documents for SNAPSHOT 2015-09-26.
12987
12988 commit 031b72db4243f0fd62c1c2556a4ceb9934da1121
12989 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
12990 Date:   Sat Sep 26 02:05:59 2015 +0900
12991
12992     [Build][Win32][FM77AV][PCENGINE] Fix FTBFSs.
12993
12994 commit 8cd31c8af9e1047430bf1773c1c7fadb551e0301
12995 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
12996 Date:   Sat Sep 26 01:57:13 2015 +0900
12997
12998     [VM][FM7][Win32] Fix FTBFS FM-7/77 With MSVC.
12999
13000 commit eb173e279a212be6d9b45a1d81181e655414824b
13001 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13002 Date:   Sat Sep 26 01:46:29 2015 +0900
13003
13004     [Build][CMAKE] Add Basic Master Jr.
13005
13006 commit e1206b9ff5b2a49ba8b37fe8d23380232ac5f71f
13007 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13008 Date:   Sat Sep 26 01:45:18 2015 +0900
13009
13010     [Qt][CMake][General] Add Hitachi Basic Master Jr.
13011
13012 commit 78d8a6e05285903f317b455b0dd47756b9f329b3
13013 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13014 Date:   Sat Sep 26 01:28:26 2015 +0900
13015
13016     [Build][CMAKE][JR100]
13017
13018 commit f72cf978c1b9f662d9c5ea6cc5265824bcdfbda7
13019 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13020 Date:   Sat Sep 26 01:27:37 2015 +0900
13021
13022     [Qt] Add National JR-100.
13023
13024 commit d6b0cf6ce0c60b9446c3e2784c3be33a54039939
13025 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13026 Date:   Sat Sep 26 01:06:24 2015 +0900
13027
13028     [Build][Win32][MZ1200] Add lacked class.
13029
13030 commit 355e51b187d647932801bf9a8f3d34abf2743c1e
13031 Merge: 121801f3 2c73964b
13032 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13033 Date:   Sat Sep 26 01:03:05 2015 +0900
13034
13035     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
13036
13037 commit 2c73964bdf16a939261ac4624f40d79c057fddcd
13038 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13039 Date:   Sat Sep 26 01:01:32 2015 +0900
13040
13041     [Build][Win32] Add FM77AV40EX.
13042     [Build][Win32] Apply changes for MZ80A/K/MZ1200.
13043
13044 commit 121801f36639f232fabc9b7cb92ec1f3a19868c3
13045 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13046 Date:   Fri Sep 25 06:14:38 2015 +0900
13047
13048     [Qt][Draw][OOPs] Fix FTBFS even if using BITMAPs.
13049
13050 commit 9f4a33e911d4ebc606d28ad51c4a3aad770dd57c
13051 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13052 Date:   Fri Sep 25 06:13:50 2015 +0900
13053
13054     [VM][MZ80K][MZ1200] Fix FTBFSs.
13055
13056 commit e1039a1782a3400994ed7feac29e78a5bf93f526
13057 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13058 Date:   Fri Sep 25 05:08:49 2015 +0900
13059
13060     [UI][Qt][Draw] Fix FTBFS using bitmap.
13061
13062 commit 9504f6472c1415ea6d3ee9f306701eaca1a43ad7
13063 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13064 Date:   Fri Sep 25 05:01:56 2015 +0900
13065
13066     [UI][Draw][Qt][OpenGL] Not link libGL directly, link via QtOpenGL.
13067
13068 commit 4b966535f6c3d1456c49c99edafcff40abec0e84
13069 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13070 Date:   Fri Sep 25 05:00:45 2015 +0900
13071
13072     [VM][FM7] Fix correct implementation of cycle-steal.
13073     [VM][FM7] Fix sequence of HOT RESET.
13074
13075 commit 45f6db8b4d4a5db68af2f35088f4040f1aa75916
13076 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13077 Date:   Fri Sep 25 02:49:32 2015 +0900
13078
13079     [VM][General] Merge upstream 2015-09-23.
13080     [VM][FM7] FIX FTBFS for FM-7/77.
13081
13082 commit bbf5ed7132304d6e4c19da3cb2d634923eb55a5b
13083 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13084 Date:   Mon Sep 14 22:13:45 2015 +0900
13085
13086     [VM][FM77AV40EX][DISPLAY][WIP] Fixing load image problems of "FM77AV40SX Nyumon Disk".
13087
13088 commit 9e843b48c4a3fd5d944e9b412badcef0b5697424
13089 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13090 Date:   Mon Sep 14 18:39:06 2015 +0900
13091
13092     [VM][HD6844] DMA: Implement more accurecy, still not implement priority register.
13093     [VM][FM77AV40][WIP]
13094
13095 commit 6748e74370f7e8d9a4bb53de24d812cc6d244336
13096 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13097 Date:   Mon Sep 14 15:10:05 2015 +0900
13098
13099     [BUILD][CMAKE] Add FM77AV40EX.
13100
13101 commit 2f1c14c97caec1dd6507c495796b6fbc4f193deb
13102 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13103 Date:   Mon Sep 14 05:01:03 2015 +0900
13104
13105     [VM][FM7][MAINMEM][MAINIO] Integrate path of changing clock.
13106
13107 commit 537e863f9cd575e08c66863de4938fe8b6c1bb0e
13108 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13109 Date:   Mon Sep 14 04:59:32 2015 +0900
13110
13111     [VM][FM77AV][DISPLAY] Fix duplicate vsync, i.e. Opening of Ys2.
13112
13113 commit a0fa05b49585ad2efee25db4f149ee882bdd7f1e
13114 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13115 Date:   Mon Sep 14 03:15:08 2015 +0900
13116
13117     [VM][FM77AV40EX][DISPLAY] Fix around display-window feature.
13118
13119 commit 0dad6590f3150730debbd6e6a9fa3529ce9107e9
13120 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13121 Date:   Sun Sep 13 17:54:18 2015 +0900
13122
13123     [VM][FM77AV40EX][DISPLAY][WIP] Fixing around multi window, WIP.
13124
13125 commit 7b2f8f9866830775109a016ffdde80dde068a8e8
13126 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13127 Date:   Sun Sep 13 17:09:49 2015 +0900
13128
13129     [VM][FM77AV40] Fix scrolling problem with 400line mode.
13130     [VM][FM77AV] Reset multimode with alu->reset().
13131
13132 commit a97bd723ff9dee915deb48daa99c11174c7ff7e1
13133 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13134 Date:   Sun Sep 13 15:10:22 2015 +0900
13135
13136     [VM][FM77AV40][DICTROM] Fix handling on MMR page 2x.Booting F-Basic v3.4.
13137
13138 commit dd9bbacbc65a1eb675b8b1e0778a747abf89e399
13139 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13140 Date:   Tue Sep 8 23:28:36 2015 +0900
13141
13142     [VM][FM77AV40] Wip
13143
13144 commit eea60fea58fc98609aa93e1049693ae2e9e86a74
13145 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13146 Date:   Tue Sep 8 22:55:27 2015 +0900
13147
13148     [VM][FM77AV40][DISPLAY] Fix 256k colors render.
13149
13150 commit b9b9861964bbfbd653604736bd355473e50dd91f
13151 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13152 Date:   Tue Sep 8 22:26:26 2015 +0900
13153
13154     [VM][FM77AV40EX][FM77AV40SX] Fix wrong define VRAM SIZE.
13155
13156 commit 7f61494b2123d2365c9ca0fe01f7610bba071598
13157 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13158 Date:   Tue Sep 8 05:30:41 2015 +0900
13159
13160     [VM][FM77AV] Fix now wrote to Red plane via ALU.
13161
13162 commit 197552b54df89d7184ecab3d898cec196050966f
13163 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13164 Date:   Sat Sep 5 12:07:53 2015 +0900
13165
13166     [UI][Qt][FM7] Fix some features.
13167
13168 commit 78514908a6683d43af7fce30f973314b195da15e
13169 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13170 Date:   Sat Sep 5 12:06:41 2015 +0900
13171
13172     [VM][FM77AV40] Split unneeded by _FM77AV40 features to _FM77AV40EX and _FM77AV40SX.
13173
13174 commit ce894c7ae27e859e5dcfd59482a0388bc27b0b73
13175 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13176 Date:   Fri Sep 4 23:35:18 2015 +0900
13177
13178     [UI][Qt][KEYBOARD] Fix miss defined key code, unable to input "@" .
13179
13180 commit 6303a69d3e8fa4034079e9e42c59204ec1ec1fda
13181 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13182 Date:   Fri Sep 4 05:04:02 2015 +0900
13183
13184     [VM][FM77AV40] Move unused I/O at FM77AV40 to FM77AV40EX,40SX, etc.
13185
13186 commit bcc7689945f5b94dbb3029540882c538df8122ad
13187 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13188 Date:   Fri Sep 4 02:35:05 2015 +0900
13189
13190     [VM][FM7][FM77] Fix FTBFS of eFM-7 and eFM-77.
13191     [VM][FM77AV] Do not transfer to boot-ram from initiator rom when resetting.
13192
13193 commit 94cb617598d9d8e039f632c12c9f6f0606545e23
13194 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13195 Date:   Fri Sep 4 02:04:55 2015 +0900
13196
13197     [VM][FMGEN] Revert commit 3ec5ad9bdd06de94e0a8eb0eb2d46c7fe9b18910 of fmtimer.cpp . Fix not working CSM voice composition.
13198
13199 commit cafe1b31b5e8d613d2b3e2556a80e81d11eb97b9
13200 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13201 Date:   Sat Aug 29 04:32:23 2015 +0900
13202
13203     [UI][Qt] Debugger: closable windowed debugger.
13204
13205 commit 234bd0512ed9ce403339600100dfd81446326023
13206 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13207 Date:   Fri Aug 28 16:03:58 2015 +0900
13208
13209     [VM][FM77AV][MMR] Adjust not define within FM7_MAINIO:: .
13210
13211 commit bda63afaecd63e43e7d5e87483c095754ea795d3
13212 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13213 Date:   Fri Aug 28 06:47:50 2015 +0900
13214
13215     [VM][FM77AV20][FM77AV40] Implement JAPANESE card mostly, boot F-Basic v3.4 mostly, but not works yet.
13216     [VM][FM77AV20][FM77AV40] Fix accessing kanjirom from SUB SYSTEM.
13217
13218 commit ad7d62c113c6734133c74fc452337ce963855024
13219 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13220 Date:   Fri Aug 28 02:11:34 2015 +0900
13221
13222     [VM][FM77AV20][FM77AV40][MAINIO] Readable Kanji Class 2.
13223
13224 commit e42dffc93744e231482c5896f7f542f08f5c1157
13225 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13226 Date:   Fri Aug 28 02:10:29 2015 +0900
13227
13228     [VM][FMGEN] Timer: Not clear TIMER_ENABLE flags per period.Workaround of 九玉伝/FM77AV.
13229
13230 commit bbaa4398b62dc8e55247cfc76860c8013115ccb2
13231 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13232 Date:   Thu Aug 27 17:35:30 2015 +0900
13233
13234     [General][CMAKE] Delete unused files.
13235
13236 commit e7d6a50e717e098551d83b40fa261467821b929b
13237 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13238 Date:   Thu Aug 27 17:33:12 2015 +0900
13239
13240     [VM][General] Merge upstream 2015-08-25.
13241     [VM][FM7][KEYBOARD][DISPLAY] Fix FIRQ-mask handling of sub block.
13242
13243 commit 3c21a231702479cb35cdcc9e911aa7fac91be89f
13244 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13245 Date:   Wed Aug 26 05:16:30 2015 +0900
13246
13247     [VM][FM77AV] Add buzzer to keyboard.
13248     [VM][FM77AV][KEYBOARD] Fix timing of hidden message, thanks, Ryu.
13249
13250 commit c6ce3b2a007359f2e7659b3ce517c772af65f9b9
13251 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13252 Date:   Mon Aug 24 18:22:52 2015 +0900
13253
13254     [Qt][Debugger] Add separate windowed Debugger, temporally implement.
13255
13256 commit 10c730339397a485ecc90a445e9297796b4d9a0b
13257 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13258 Date:   Mon Aug 24 04:47:48 2015 +0900
13259
13260     [UI][Qt][Debugger] Add prepair to use 3rdparty/qtermwidget. You need to build qtermwidget5 to static-library.
13261
13262 commit 47d950be1d14216376d5b694602c7ab4e4fa7efb
13263 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13264 Date:   Sun Aug 23 02:34:49 2015 +0900
13265
13266     [VM][FM77AV40] Fix using both 2DD and 2D.Now enable to boot from 2DD.
13267     [VM][DISK][FM77AV] Fix disk-reading timing of PSY-O-BLADE.Need more adjusting.
13268
13269 commit 8973b616bbbe5982e22101eec35014060b270bdd
13270 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13271 Date:   Sat Aug 22 21:57:26 2015 +0900
13272
13273     [VM][FM7][CMAKE] Delete miss added entries.
13274
13275 commit 1566c951e00988d67b92f02003b7888682220eb8
13276 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13277 Date:   Sat Aug 22 21:55:57 2015 +0900
13278
13279     [VM][FM7] Change access protocol MAIN/SUB to KANJI-ROM.
13280
13281 commit 7ac1cdbc6378753648071a280642abce67832706
13282 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13283 Date:   Sat Aug 22 14:36:30 2015 +0900
13284
13285     [VM][General] Merge upstream 2015-08-21.
13286
13287 commit de8cc20e97cea9f9c47562aa6c086638ac8a9800
13288 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13289 Date:   Wed Aug 19 18:52:08 2015 +0900
13290
13291     [TOY][VM][FM77AV][KEYBOARD] Add hidden message.
13292
13293 commit 7c6aab53a64e7d8196fa73982dfddb67405d7ddb
13294 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13295 Date:   Wed Aug 19 14:06:44 2015 +0900
13296
13297     [VM][FM77AV][DISK] Fix transfer timing for FM-77AV, rotation of FDDs is 600 RPM.
13298
13299 commit 218615e92ab80a39dd95a2a51492445eab7aa03a
13300 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13301 Date:   Wed Aug 19 14:06:10 2015 +0900
13302
13303     [VM][MB8877][FM77AV40] Try: Faster timing.
13304
13305 commit 500a2a0d90aa1b1133ec2f8250139e2afd098020
13306 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13307 Date:   Wed Aug 19 12:17:38 2015 +0900
13308
13309     [VM][FM77AV20EX][FM77AV40][HD6844][DMA] Working with DMA, at least reading from FDC. i.e. PSY-O-Blade.
13310
13311 commit 553110e2bf99857fc6851cd5080ff5e219512d7b
13312 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13313 Date:   Wed Aug 19 08:44:48 2015 +0900
13314
13315     [VM][FM7][FLOPPY] Fix wrong reading FAT with F-BASIC 3.3.
13316
13317 commit aee1d96777d2e55f2a03645f13ebe2007ee3e38e
13318 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13319 Date:   Tue Aug 18 05:15:52 2015 +0900
13320
13321     [VM][FM77AV40] Prepare to use DMAC, HD6844.
13322
13323 commit 9c0abe270e4891bbc7b925f9084d22f01efcca0f
13324 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13325 Date:   Tue Aug 18 04:47:07 2015 +0900
13326
13327     [VM][FM77AV40][DISPLAY] Implement 400 line mode.
13328     [VM][FM77AV40][DISPLAY][SUBMEM] Implement *right* sub-monitor / cg RAMs.
13329
13330 commit 47d1d3d22d20885569389946cda58309b6853476
13331 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13332 Date:   Tue Aug 18 04:45:43 2015 +0900
13333
13334     [VM][FM77AV40][MB8877][DISK] Implement I/O port $FD1E : changing disk type both 2DD <-> 2D .
13335
13336 commit 1470b12961632f4984eaf23162c1ebe6ab0bf42e
13337 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13338 Date:   Mon Aug 17 19:13:21 2015 +0900
13339
13340     [VM][FM77AV40][DISPLAY] Fix determining display mode.Maybe working softwares for FM77AV (not only FM77AV20/40).
13341
13342 commit 642fa6b776177513e643d1ee608f68ade365334c
13343 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13344 Date:   Mon Aug 17 17:47:50 2015 +0900
13345
13346     [VM][FM77AV40] Fix FTBFSs.
13347
13348 commit 3ec5ad9bdd06de94e0a8eb0eb2d46c7fe9b18910
13349 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13350 Date:   Mon Aug 17 01:01:14 2015 +0900
13351
13352     [VM][FMGEN][FM77AV][FM7][IO] Adjust interrupt timing.
13353
13354 commit 5e710a044242d53cebd90b3f17d9b6535e7f6962
13355 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13356 Date:   Sat Aug 15 14:27:31 2015 +0900
13357
13358     [VM][FM7] Try: delete unused variables.
13359
13360 commit b5b06a88cd0ac895a0ea43b8d7d3aea844076366
13361 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13362 Date:   Sat Aug 15 14:25:19 2015 +0900
13363
13364     [VM][DISK][MB8877][FM77AV] Extend disk space for Deathforce.But, unstable on opening demonstration.
13365
13366 commit 3f0caa7444cf6bf463fafab56bc7a49f574de9b2
13367 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13368 Date:   Sat Aug 15 12:53:17 2015 +0900
13369
13370     [VM][FM77AV][DISPLAY] Remove duplicated reset sequence.
13371
13372 commit 926907797ad771eaa5e1e174b49bb8e513056024
13373 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13374 Date:   Sat Aug 15 00:31:57 2015 +0900
13375
13376     [VM][FM7] Uncache MMR register to MAINIO.
13377     [VM][FM77AV][WIP] Fixing wrong boot for Death Force.
13378
13379 commit d31ba74927da6b3a3bbfe1cdf54478d0e38f84bb
13380 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13381 Date:   Sat Aug 15 00:31:03 2015 +0900
13382
13383     [VM][FM7][KEYBOARD] Set data register $ffffffff to reset.
13384
13385 commit a5449a41eedbe4e1e5d0d4e7adf30a3dbfe0f898
13386 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13387 Date:   Thu Aug 13 03:31:48 2015 +0900
13388
13389     [VM][FM7] Write to URA-RAM even BASICROM enabled.Maybe only FM-7/NEW7.
13390     [VM][FM7] Not clear RAMs when reset.
13391     [VM][FM77AV] Clear $3FFE0 - $3FFF0 when reset.
13392
13393 commit b7e8ba83b84618e7a29638e0edb3905fab2b279b
13394 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13395 Date:   Thu Aug 13 02:02:50 2015 +0900
13396
13397     [UI][Qt][VM][FM7] Fixup keycode tables.
13398     [UI][Qt] Fix lockup shift status when press shift key.
13399
13400 commit 926859f0dbeac16fa33f7e221f9ea1f4eba4a649
13401 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13402 Date:   Wed Aug 12 13:44:53 2015 +0900
13403
13404     [VM][FM7][DISPLAY] Clear all RAM when resetting.
13405
13406 commit 51dcd99af5c0908de7de69bbde0dad7309fac08b
13407 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13408 Date:   Tue Aug 11 20:36:41 2015 +0900
13409
13410     [UI][Qt] Fix mouse pointer.
13411
13412 commit be377b56d7aa670858d5d1ed2104375672662c13
13413 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13414 Date:   Tue Aug 11 20:00:14 2015 +0900
13415
13416     [UI][Qt][Draw] Window mode: Set size by scale and aspect. Not numeric.
13417
13418 commit 5ac4478df3ebef9461c4748cd605c72da54aad2b
13419 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13420 Date:   Tue Aug 11 12:57:15 2015 +0900
13421
13422     [VM][MC6809][FM7] Fix correct to determine clocks.Maybe useful for low-clock host machine.
13423
13424 commit a651350efc492e34817f8b4d51af84372e9cb603
13425 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13426 Date:   Tue Aug 11 01:34:27 2015 +0900
13427
13428     [UI][Qt] Fix SEGV when conflict exiting and drawing status-bar.
13429
13430 commit b388dc62ee0713554979d249d0ce977905ff483a
13431 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13432 Date:   Tue Aug 11 01:33:17 2015 +0900
13433
13434     [VM][FM7] Reduce host cpu usage. Sub/Main CPU drives about per 2 clocks.
13435
13436 commit 81c31f2e70aa9add575492ae8ddae9b179e9b734
13437 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13438 Date:   Mon Aug 10 23:38:21 2015 +0900
13439
13440     [VM][FM7] Reset SUB_HALT when resetting SUB CPU (or SYSTEM).
13441
13442 commit e229a884dd8f92210325a9d819b9289d2c3997b1
13443 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13444 Date:   Mon Aug 10 15:17:08 2015 +0900
13445
13446     [RELEASE] SNAPSHOT 2015-08-10.
13447
13448 commit 6b432ad5d5c8d32cf7da5237c233773d95b1ac7a
13449 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13450 Date:   Mon Aug 10 07:28:24 2015 +0900
13451
13452     [VM][MB8877] Re-commit : Search sector : Trkreg must be equal C of ID field.(i.e.)For DAIBA.
13453
13454 commit 6f3a47a149482c71cb4b620cdb9de519b75019b1
13455 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13456 Date:   Mon Aug 10 03:47:03 2015 +0900
13457
13458     [UI][Qt] Fix SEGFAULT with D88 contains multiple images.
13459
13460 commit 88e84a8512ad8b18d3231ab5ede5526e68e171cb
13461 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13462 Date:   Mon Aug 10 03:26:41 2015 +0900
13463
13464     [General][VM] Merge upstream 2015-08-09.
13465
13466 commit 815afecd13d9f47b8c3d9f60816e19c319d52bea
13467 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13468 Date:   Mon Aug 10 02:54:48 2015 +0900
13469
13470     [General][WindowsXP][CONFIG] Remove get_parent_dir() within load_config.
13471
13472 commit bbbcd428c507857bf6cf565d7fcbd806077b878e
13473 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13474 Date:   Mon Aug 10 02:42:28 2015 +0900
13475
13476     [CONFIG][WIN32] Try: Clear app_path , workaround for WindowsXP.
13477
13478 commit 9b309c6e30e932823b78df3af9fbf006ba159fd3
13479 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13480 Date:   Sun Aug 9 22:46:30 2015 +0900
13481
13482     [UI][Qt] Add menu entry: "HELP->About Qt".
13483
13484 commit 254fc527a66b7967344843ee081287f5ae6f678b
13485 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13486 Date:   Sun Aug 9 22:44:59 2015 +0900
13487
13488     [UI][Qt] Exit even close main window.
13489     [UI][Qt] Add "About Qt" entry.
13490
13491 commit 2415d32db0a137cdce84cf46ab7c78a1db56e3b9
13492 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13493 Date:   Sun Aug 9 13:12:26 2015 +0900
13494
13495     [Qt][General] Wait for JoyStick thread will be end.
13496
13497 commit 56338f1abc3fdc13c30b3f3aaf57a1889181566a
13498 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13499 Date:   Sun Aug 9 13:05:11 2015 +0900
13500
13501     [VM][MB8877] DO NOT reply "WRITE PROTECTED" on read_sector, multiread_sector and read_track.
13502
13503 commit 5aaa84acae86eee413d569e23f4dfac02ed438bc
13504 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13505 Date:   Sun Aug 9 05:11:47 2015 +0900
13506
13507     [UI][Qt] Fix unconnected signal, and (maybe) fixed segfault on exit.
13508
13509 commit 830fade7ec84b069c88fd751d069687efe9a42f0
13510 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13511 Date:   Sat Aug 8 10:07:38 2015 +0900
13512
13513     [DOC] More update RELEASENOTE.txt for SNAPSHOT 2015-08-07 .
13514
13515 commit 990877b22f9a5a05d3e5215c3002b2281582166d
13516 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13517 Date:   Sat Aug 8 09:56:58 2015 +0900
13518
13519     [DOC] Update ChangeLog and RELEASENOTE.txt.
13520
13521 commit 6a36e02989161ade9242111da520eb28a4dddd66
13522 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13523 Date:   Sat Aug 8 03:37:05 2015 +0900
13524
13525     [Gereral][Build][Win32][VS2015] Now, don't use whole-program-optimazation.
13526
13527 commit 705226faa676f974cc12a67fd8c3c351e375f857
13528 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13529 Date:   Sat Aug 8 01:04:29 2015 +0900
13530
13531     [General][VM] Merge upstream 2015-08-07 .
13532     [MZ2500] Fix FTBFS.
13533
13534 commit dd48ca610dd712333186b31ce604369d577e05b7
13535 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13536 Date:   Thu Aug 6 23:22:02 2015 +0900
13537
13538     [BUILD][CMAKE][GCC] Not using g++'s new ABI by default, configurable.
13539
13540 commit f98e6ac0bc324f554c79dc27ded20bc88d5c6f29
13541 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13542 Date:   Thu Aug 6 22:53:32 2015 +0900
13543
13544     [General][VM][Qt] Merge upstream 2015-08-05 .
13545
13546 commit 8cd39b717a3db9145c827c7475d84c6cca652c99
13547 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13548 Date:   Wed Aug 5 13:59:36 2015 +0900
13549
13550     [BUILD][CMAKE] Integrate USE_OPENCL and default is off, major of environments have no libOpenCL.
13551     [UI][Qt] Add forgotten emu.[cpp|h] apply to before commit.
13552
13553 commit 08255a9785275e6c97ffab1118c6483be0398830
13554 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13555 Date:   Wed Aug 5 13:52:27 2015 +0900
13556
13557     [UI][Qt] Work even 1 Thread CPU environment, but I recommand upper than 2 threads CPU.
13558
13559 commit af16fe849ce86f3500adc079d0b73bb355ad3de4
13560 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13561 Date:   Mon Aug 3 05:04:34 2015 +0900
13562
13563     [UI][Qt][GL] Fix FTBFS on qt_glevent.cpp with Qt5 < 5.4 .
13564
13565 commit faaab15f67bbc1518830cc78708874619d388132
13566 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13567 Date:   Mon Aug 3 04:54:35 2015 +0900
13568
13569     [Win32][VS2015][Build][X1TurboZ] Fix crash due to radical optimization.
13570
13571 commit daf9d8f5bc454f82e7daaeb4a75beee56afbc84d
13572 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13573 Date:   Sun Aug 2 21:08:38 2015 +0900
13574
13575     [DOC] I missed ChangeLog.
13576     [DOC] Add releasenote.
13577
13578 commit b3e271a8f0c08ca5f2d7953016280d1efcf4c1b7
13579 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13580 Date:   Sun Aug 2 21:00:47 2015 +0900
13581
13582     [DOC] Add changelog.
13583
13584 commit 197cc999d496b3071bef21f1a64f01ae6b9b1180
13585 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13586 Date:   Sun Aug 2 20:56:16 2015 +0900
13587
13588     [DOC] Release SNAPSHOT 2015-08-02 .
13589     [Z80TVGAME][Z80PIO] Fix FTBFS.
13590
13591 commit 0c6604dc98f98ddff920f1cd2db5d0154462f7ac
13592 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13593 Date:   Sun Aug 2 20:08:21 2015 +0900
13594
13595     [UI][DRAW][Qt]{OpenGL] Try: Build even Qt5 < 5.4 .
13596
13597 commit d82ee4928dd48d6b553b13e33b9ff1123e60fd91
13598 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13599 Date:   Sun Aug 2 18:16:13 2015 +0900
13600
13601     [UI][Win32][FM7] Fix FTBFS.
13602     [UI][WIN32] Fix duplicate definitions in src/res/resource.h .
13603
13604 commit c3e383e25050dc9b4404376470c5046e59328146
13605 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13606 Date:   Sun Aug 2 17:07:23 2015 +0900
13607
13608     [VM][Qt] ADD YS6464A and Z80 TV GAME.
13609     [DRAW][Qt] Clear pseudo Vram on initialize.
13610
13611 commit be5946219faa4c3d7f5f0ad2bd8e3df41e5f519c
13612 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13613 Date:   Sun Aug 2 16:04:40 2015 +0900
13614
13615     [VM][Qt] Add Z80 TV Game.
13616     [UI][Qt] Fix display name filter mixed upper and lower letters.
13617
13618 commit d7b758bb4c24646970585479caa62fb92fcb4191
13619 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13620 Date:   Sun Aug 2 04:16:27 2015 +0900
13621
13622     [UI][Qt][OSD] LED: Fix crash on exit randomly.
13623
13624 commit 652f412131a450a2a51da2f0bbf4422527d4f6c5
13625 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13626 Date:   Sun Aug 2 04:00:22 2015 +0900
13627
13628     [Build][Qt] Notify Qt version to compiler, using for today's commits.
13629
13630 commit 0036d072b586f42f46f47e6a94abc8d1b9588e1e
13631 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13632 Date:   Sun Aug 2 03:58:47 2015 +0900
13633
13634     [UI][Qt][OpenGL] Fix weird display with Qt >= 5.4 .
13635     [UI][Qt][Build]  Remove including unneeded headers at src/qt/foo .
13636
13637 commit 06ee5c782e06f4fa1f16993d106a7aa5e9022a78
13638 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13639 Date:   Sun Aug 2 03:05:26 2015 +0900
13640
13641     [UI][Qt] Enable to build even Qt < 5.4.This is experimental, please test.
13642
13643 commit 4bd3a380004119154f8fd0d6ddd7b66fad065852
13644 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13645 Date:   Sat Aug 1 21:47:11 2015 +0900
13646
13647     [UI][Qt] Add forgotten files for MycomZ80.
13648
13649 commit 126f20864bd5d40ff8b1d5d689672265f67fae55
13650 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13651 Date:   Sat Aug 1 21:46:22 2015 +0900
13652
13653     [VM][DATAREC] Fix FTBFS without DATAREC_SOUND .
13654
13655 commit 1bfe3997b94bc1ddce4992714ac01c09d4458ddc
13656 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13657 Date:   Sat Aug 1 19:06:28 2015 +0900
13658
13659     [VM][DATAREC] class DATAREC: Add support to adjust volume,please see src/vm/fm7 .
13660
13661 commit 982465023ee6227b4e097442d4f4081a05fb8a9a
13662 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13663 Date:   Sat Aug 1 18:25:51 2015 +0900
13664
13665     [VM][BUILD][MZ2200][MZ1200] Fix FTBFS.
13666
13667 commit e4757c8ba1ac44a961dd3469e9b34b88e0197ac6
13668 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13669 Date:   Sat Aug 1 15:57:30 2015 +0900
13670
13671     [VM][UI][Qt] General : Merge upstream 2015-08-01.
13672
13673 commit 21750165f5fa6171451083134735fa0692f927aa
13674 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13675 Date:   Sat Aug 1 07:25:41 2015 +0900
13676
13677     [DOC] ReleaseNote 2015-07-31 SNAPSHOT.
13678
13679 commit 98a2e767ae79417e76dd5a64df647c1583bc6241
13680 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13681 Date:   Sat Aug 1 04:13:44 2015 +0900
13682
13683     [DOC] Update ChangeLog .
13684
13685 commit 1a974b38e96bf93804f6fcaceafd9136e985bf01
13686 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13687 Date:   Sat Aug 1 04:11:05 2015 +0900
13688
13689     [FM7][FM77][Win32][Build] Adjust parameters.
13690
13691 commit 4a00417fc7e34b68457ddfe9f2aae1b443e0664f
13692 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13693 Date:   Sat Aug 1 04:00:22 2015 +0900
13694
13695     [VM][PC98DO][J3100] Fix FTBFSs.
13696
13697 commit 576503c5d8c545e1ca188d7d4568e7e1fdda4a5a
13698 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13699 Date:   Sat Aug 1 03:27:03 2015 +0900
13700
13701     [VM][PC9801] Fix FTBFS *truely*
13702
13703 commit 6c38da17e85636e3857631ba5392b8bf286a9a09
13704 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13705 Date:   Sat Aug 1 03:01:33 2015 +0900
13706
13707     [VM][PC9801] Fix FTBFS with DATAREC_SOUND.
13708
13709 commit abe6b676832f9042d9e06420baa52af973f40dca
13710 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13711 Date:   Sat Aug 1 02:39:51 2015 +0900
13712
13713     [VM][PC8801] Fix FTBFS when setting DATAREC_SOUND.
13714     [UI][Qt][PC8801] Fix duplicate declaration.
13715     [UI][Qt] Fix truncate sound-device num many sound-devices.
13716
13717 commit 2f8048ccd1a1208ad1547a3eab379f0c5b0f67c1
13718 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13719 Date:   Fri Jul 31 23:44:58 2015 +0900
13720
13721     [DOC][General] Add Japanese translation of GPLv2 .
13722
13723 commit 5eb2ab986e856b9b2cac263deecb458c847f721e
13724 Merge: be90e28e 9558fd1c
13725 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13726 Date:   Fri Jul 31 23:32:14 2015 +0900
13727
13728     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
13729
13730 commit be90e28e7d3a5a8e05c2713adc7ba60a2ab98db2
13731 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13732 Date:   Fri Jul 31 23:30:54 2015 +0900
13733
13734     [VM][FM7] Fix FTBFSs.
13735
13736 commit 9558fd1c7407b28649c87078ab4a50aabd4b8768
13737 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13738 Date:   Fri Jul 31 23:28:04 2015 +0900
13739
13740     [Build][Win32] Add some virtual machines.
13741
13742 commit d489f66c97d9307286f3a579f645ee9edc448f39
13743 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13744 Date:   Fri Jul 31 23:26:45 2015 +0900
13745
13746     [VM][FM7][Win32] Fix FTBFS bulding for Windows / VS2015.
13747
13748 commit 5c8d5ad9943ab8e1f9bf7ba45a364a60e0170e41
13749 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13750 Date:   Fri Jul 31 23:22:16 2015 +0900
13751
13752     [UI][Win32] Fix crash when loading *.ini file.
13753     [UI][Win32][X1TurboZ] Fix icon of X1 TurboZ.
13754     [UI][Win32] Add UI entry "Hack:Fast Transfer" for floppy.
13755     [UI][Win32][FM7] Fix drive number "1,2" to "0,1".
13756     [UI][Win32] Add UI entry "Multiple speakers".
13757     [UI][Win32][FM77][FM77AV] Add entry for extra RAM.
13758
13759 commit bd796d65e28464aa3c7b98fae73f41db06ba0ac5
13760 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13761 Date:   Fri Jul 31 16:11:15 2015 +0900
13762
13763     [UI][Qt][PC8801] Add supporting PC8801SR's Sound board 2.
13764
13765 commit 0dc68c64424eafb3a498e0a2f209bcacd0ed7ca2
13766 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13767 Date:   Fri Jul 31 15:53:42 2015 +0900
13768
13769     [VM][FM7] Revert moving mb61vh010 and hd6844 from src/vm to src/vm/fm7 .
13770     [UI][Agar] Delete agar ui support.
13771
13772 commit 212d15cc6196acd5481e2fa66fa1df32d16d5e7e
13773 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13774 Date:   Fri Jul 31 15:44:02 2015 +0900
13775
13776     [GENERAL][BUILD] Merge upstream 2015-07-31.
13777
13778 commit 002c2c90889560fab221f6c0c9336924d819151f
13779 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13780 Date:   Fri Jul 31 03:56:31 2015 +0900
13781
13782     [UI][Floppy][Qt] Add GUI entry for before commit, HACK:Fast Transfer.
13783
13784 commit ba5cc4d9527bced11b73ee8c346ca7b557c52502
13785 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13786 Date:   Fri Jul 31 03:30:42 2015 +0900
13787
13788     [VM][MB8877][FM7][CONFIG] Add config var: fdd_hack_fast_transfer, workaround of ぎゅわんぶらあ自己中心派/FM7 Series.
13789
13790 commit 76143b4a07816ca47fc20a0eb1f59e6a5f10fc5c
13791 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13792 Date:   Fri Jul 31 01:29:47 2015 +0900
13793
13794     [VM][FM7][KEYBOARD] Fix polling interval of keyboard encoder to 20mS.
13795
13796 commit 053916c5dd9a0777772d2fca66a012135da45bd4
13797 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13798 Date:   Thu Jul 30 21:31:12 2015 +0900
13799
13800     [VM][FM77AV][DISPLAY][SOUND] Fix OOPs of resetting devices.
13801
13802 commit 5d689f8feca5995ff4f7be12c70610505a0d2ddd
13803 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13804 Date:   Thu Jul 30 19:08:36 2015 +0900
13805
13806     [Build][CMAKE] Change some definitions.
13807
13808 commit 38b4406ec0122d092a9a153a1a2b6bbef56a8d27
13809 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13810 Date:   Thu Jul 30 19:07:23 2015 +0900
13811
13812     [Qt][UI][FM7] Add LEDs of keyboard to status bar.
13813
13814 commit cba79ade789e8fc16b4ae4baecfd094d87d41f23
13815 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13816 Date:   Thu Jul 30 19:03:11 2015 +0900
13817
13818     [VM][FM7] Move mb61vh010.[cpp|h] and hd6844.[cpp|h] to source/src/vm .
13819     [VM] Add dummy device class : DUMMYDEVICE : Please read src/vm/fm7/fm7.cpp .
13820
13821 commit b31082cb4a4165f348a428b764316d03d565daae
13822 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13823 Date:   Wed Jul 29 01:45:23 2015 +0900
13824
13825     [BUILD][FM7][CMAKE] Set FM7_DEBUG_FDC flag to disable at default.
13826
13827 commit 6978c03479c24b41de6ae854c9043097012b605c
13828 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13829 Date:   Wed Jul 29 01:02:30 2015 +0900
13830
13831     [VM][SOUND][Qt][FM7] Fix: Set volume per FM card(or others) : See vm/fm7/fm7.cpp .
13832     [VM][CONFIG][WOUND] Fix unsaved values of sound devices volume level.
13833
13834 commit 88940950442b40a8247d5bbcf95da08a6d678395
13835 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13836 Date:   Tue Jul 28 23:56:22 2015 +0900
13837
13838     [VM][Qt][UI] Add volumes setting future.
13839
13840 commit ff8f0a7db8d422c159e71a7c6714f26d16980be9
13841 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13842 Date:   Tue Jul 28 20:00:59 2015 +0900
13843
13844     [VM][SOUND] Add stereo / mono speakers , see vm/fm7/fm7.cpp's update_config().
13845     [VM][SOUND][Qt][CONFIG] Add configure entries for sound, and GL rendering.
13846
13847 commit 77b5163f7cbfb6551fd066337521be68f9628f6c
13848 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13849 Date:   Tue Jul 28 18:40:55 2015 +0900
13850
13851     [General] Add log level entries: EMU_LOG_FOO at config.h.
13852
13853 commit 797079ae275021dad913ccbcf4b6d3f19a585473
13854 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13855 Date:   Tue Jul 28 18:23:14 2015 +0900
13856
13857     [Qt][General] Logger :: Supress tail of '\n' and support multiple lines.
13858
13859 commit 6412915eda05fc699f113c3d73a368a0cee35ce1
13860 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13861 Date:   Tue Jul 28 08:30:17 2015 +0900
13862
13863     [Qt][DEBUGGER] Fix unusable command line input with threaded debugger.
13864
13865 commit 7ad5d7a8b04bd96184894fd5eb407c1c0c59d40d
13866 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13867 Date:   Tue Jul 28 08:24:55 2015 +0900
13868
13869     [VM][FM7][MB8877] Search sectors: Must check with track register of FDC.
13870     [VM][FM77AV] So, fixed not booting DAIVA (and softwares using both BOOTROM and Direct access to FDC).
13871     [VM][FM7][MB8877][FLOPPY] Verbose debug messages.
13872     [VM][MB8877] Read/Write data: Data pointer in DISK should not increment after reading as soon as, increment with DRQ will be rise up.
13873
13874 commit 6d8e947517a5eed83e9bcae07c14f74d7501fb12
13875 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13876 Date:   Mon Jul 27 23:00:17 2015 +0900
13877
13878     [Qt][Debugger] Implement write disassembly to file.
13879     [Qt][Debugger] Replace SDL_Thread to  QThread.
13880
13881 commit 10188d16507a1b27f32ba1458e1f491a28efc04a
13882 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13883 Date:   Mon Jul 27 19:48:57 2015 +0900
13884
13885     [Qt][VM][Debugger] Add lacked file before commiting.
13886
13887 commit 030fd216d64dad2a3bbeb0086184f78f7acbf8b8
13888 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13889 Date:   Mon Jul 27 19:48:15 2015 +0900
13890
13891     [Qt][Debugger] Write disassembly list to file, add "UW" command.
13892
13893 commit 4527e22d93762dbdf587fe73a4edae6c1ba814de
13894 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13895 Date:   Mon Jul 27 10:13:19 2015 +0900
13896
13897     [Build][FM7][CMAKE] Add enable/disable FDC debug log.
13898
13899 commit fc50ec7b72852b9d87c186a7e95e0dc0f8d4c7ab
13900 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13901 Date:   Mon Jul 27 10:12:18 2015 +0900
13902
13903     [VM][FM7][FDD] Add debug log for Floppy.
13904
13905 commit fd7df4365e68cedae5ec214b2002667ef7299ab0
13906 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13907 Date:   Mon Jul 27 10:11:46 2015 +0900
13908
13909     [VM][MB8877] Add optimized debug LOG.
13910
13911 commit 69c0dbbc353ab8888d10eea2627d6c350da94742
13912 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13913 Date:   Mon Jul 27 10:10:54 2015 +0900
13914
13915     [VM][MC6809] Fix table of instruction clocks.
13916
13917 commit 41c14340caa530efe61c45da20d7852564ced3d0
13918 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13919 Date:   Mon Jul 27 00:13:00 2015 +0900
13920
13921     [General][Document] Add ChangeLog .
13922
13923 commit b06d4becba032444eed2ee1736b519856960a2fc
13924 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13925 Date:   Sun Jul 26 21:12:27 2015 +0900
13926
13927     [UI][Qt] Enable IM.
13928
13929 commit b9710f3118951454d1b06e8f84c4bb93b4e1cdd3
13930 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13931 Date:   Sun Jul 26 21:11:32 2015 +0900
13932
13933     [VM][FM7][KEYBOARD] Workaround of [ESC] KEY, using both [KANJI] and [PAUSE].
13934
13935 commit 1752520a56d67bfb6edc126b6095183b0bb78848
13936 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13937 Date:   Sun Jul 26 20:17:52 2015 +0900
13938
13939     [VM][FM77AV][MAINIO][DISPLAY][KEYBOARD] Did workaround of dropping data with real time key scanning mode.
13940
13941 commit f47fa2610e02f057ae648a0ef2dd376feaf5a567
13942 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13943 Date:   Sun Jul 26 18:27:00 2015 +0900
13944
13945     [WIP][VM][FM77AV][KEYBOARD] Fixing drop keyboard data with REAL-TIME-SCANNING mode.
13946
13947 commit 250f6c15f6b79a02bfa6e5f3c0b9335f3eeee616
13948 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13949 Date:   Sat Jul 25 14:51:35 2015 +0900
13950
13951     [Build][WIN32][OOPS] Fix oops for BABBAGE2nd/MZ-1200/MZ-80A.
13952
13953 commit 5ccf5161bd82a78becf4346312f70034c6af40fe
13954 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13955 Date:   Sat Jul 25 13:11:25 2015 +0900
13956
13957     [Build][VS2015][FM77] Fix build-conflicts with parallel building.
13958
13959 commit a9576e51847a8836d89cd7ace7073e76ce29b4e4
13960 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13961 Date:   Sat Jul 25 13:08:50 2015 +0900
13962
13963     [Build][WIN32][FM7] Fix FTBFS with VC2015.
13964
13965 commit 6f2412baddcde69408fb0ed09a815476b2532afb
13966 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13967 Date:   Fri Jul 24 20:17:58 2015 +0900
13968
13969     [VM][FM7] Fix not displaying when NOT cyclesteal and NOT vram_access.
13970     [VM][FM7][KEYBOARD] Add save_state() / load_state().
13971     [VM][FM77AV][WIP][KEYBOARD] Fixing problems of multi pressed, WIP :-(
13972
13973 commit 9b5ec28e1a6cd6c52c0b9bc958b0e59960135d64
13974 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13975 Date:   Fri Jul 24 17:53:04 2015 +0900
13976
13977     [Build][Win32] Edit vcxproj.
13978
13979 commit dcb09cf428acee8ee35bf558be08d888f837a4d0
13980 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13981 Date:   Fri Jul 24 17:35:03 2015 +0900
13982
13983     [Build][Win32] Add some VMs.
13984
13985 commit 36f3e22a400239804a88698e72e6e1fe82cafe0d
13986 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13987 Date:   Fri Jul 24 06:29:22 2015 +0900
13988
13989     [VM][FM7][FM77] Fix one-shot break key.
13990
13991 commit d9a8bf0e3e5717828e322b79b482623a424216f2
13992 Author: K.Ohta <whatisthis.sowhat@gmail.com>
13993 Date:   Fri Jul 24 06:08:53 2015 +0900
13994
13995     [VM][MZ700][MZ800][MZ1200] Fix weird bitorder debugging with wrong  FONT.ROM.
13996
13997 commit 69504d38060aae6551b589581e46056edc6d256e
13998 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
13999 Date:   Thu Jul 23 20:07:48 2015 +0900
14000
14001     [OOPS][WIN32][VS2015][FM77] Fix FTBFS of eFM77.
14002
14003 commit d4e646064bd7905e71fd0ce89280531d60a8aae7
14004 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14005 Date:   Thu Jul 23 19:19:50 2015 +0900
14006
14007     [GEneral][Document] For release.
14008
14009 commit 75de96a7da658757ac94e74c1571c033e3ffaae5
14010 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14011 Date:   Thu Jul 23 18:31:38 2015 +0900
14012
14013     [BUILD][QT][CMAKE][FM7] Set FDC-debug by default.
14014
14015 commit 32b225e6b0b92298f5cf19c93a6ac8f8c4a8f7e8
14016 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14017 Date:   Thu Jul 23 18:19:50 2015 +0900
14018
14019     [VM][FM77AV] Fix weird handling page2.
14020     [VM][FM7][MB8877] Apply some situations port from XM7, thanks Ryu!
14021     [VM][FM7] FDC: Add debug log future.
14022     [VM][FM77AV] Most of softwares are able to boot or work, excepts from some floppy images (occures Recore not found,etc).
14023
14024 commit 0e23895c70a58a8ce0667bde8ec40da307fad665
14025 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14026 Date:   Thu Jul 23 03:27:57 2015 +0900
14027
14028     [VM][GENERAL] MErge upstream : 2015-06-28.
14029
14030 commit a0e0df1f2b6007cd124cd849840b33fe6379b59e
14031 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14032 Date:   Thu Jul 23 02:47:29 2015 +0900
14033
14034     [VM][FM77AV][MB61VH010] LINE: DO NOT limit X >= 320 when 320 mode.Fixed AMNORK.
14035
14036 commit c37e1a209ac16f1c65777c3354af5ab9ba0b6aea
14037 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14038 Date:   Wed Jul 22 23:29:03 2015 +0900
14039
14040     [VM][WIN32][FM77AV] Use VC2015.
14041     [VM][DATAREC] Fix some weird comparings.
14042
14043 commit 508e66076ba16c59c22eaa35740b0fff72eb5b2b
14044 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14045 Date:   Wed Jul 22 23:27:18 2015 +0900
14046
14047     [VM][WIN32] config.cpp : Be type BOOL to bool with some config values.
14048
14049 commit 12e5b4c53927b9c32811b05f81e27f6bae0b77d0
14050 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14051 Date:   Wed Jul 22 23:25:19 2015 +0900
14052
14053     [VM][FM77AV][MB61VH010] Remove warnings.
14054     [VM][FM77AV][MB61VH010] Fixing weird displaying for amnork, WIP.
14055
14056 commit 8731117a584a4158c64f39a8906591b35af02516
14057 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14058 Date:   Wed Jul 22 23:23:37 2015 +0900
14059
14060     [VM][FMGEN][WIN32] Fix warning on psg.
14061
14062 commit 5a3ab17a41acba5b147bbbd0c7c5c9ed8f95feb0
14063 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14064 Date:   Wed Jul 22 21:04:57 2015 +0900
14065
14066     [VM][Qt][PHC20][PHC25] I forgot to add CMakeLists.txt.
14067
14068 commit 3e9a119ae37eed572a7993c94b98a3fa5204ffab
14069 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14070 Date:   Mon Jul 13 17:36:17 2015 +0900
14071
14072     [VM][FM7][MAINMEM] Do not initialize tables on initialize(), do constructor.
14073
14074 commit d0cc40d18764e5300e042876c5cb08ba63c6eca3
14075 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14076 Date:   Mon Jul 13 16:32:31 2015 +0900
14077
14078     [VM][MC6809] Fix freezing when resetting within CWAI/SYNC cycles, fixed resetting at OS-9 Level1/6809 FM-7 edition .
14079
14080 commit 350c8859d1573a8d06c7c050cf65bb258614dccc
14081 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14082 Date:   Mon Jul 13 15:02:26 2015 +0900
14083
14084     [VM][MB61VH010] MERGE fto head.
14085
14086 commit e3eeb6a5fb080770f118619eb613f8195f69c108
14087 Merge: 63a7d0b4 6531f9be
14088 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14089 Date:   Mon Jul 13 15:01:20 2015 +0900
14090
14091     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
14092     
14093     Conflicts:
14094             source/src/vm/fm7/mb61vh010.cpp
14095
14096 commit 63a7d0b42c3eda721fef19d0cbe5a94715470933
14097 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14098 Date:   Mon Jul 13 15:00:44 2015 +0900
14099
14100     [VM][MB61VH010]
14101
14102 commit 6531f9be66fb6f2bd563afb33852d7a72348059c
14103 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14104 Date:   Mon Jul 13 14:59:07 2015 +0900
14105
14106     [VM][FM7][MAINMEM] Try: faster nonmmr_convert.
14107
14108 commit a1ea61a05ed5c7e62990bb618f3b18d510720fb9
14109 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14110 Date:   Mon Jul 13 04:19:12 2015 +0900
14111
14112     [BUILD][WIN32][FM77AV] VS2013 : Adjust optimization parameters.
14113
14114 commit 70680a0ad364c5e6a7df581ebcc41d75905a8eb8
14115 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14116 Date:   Mon Jul 13 04:18:12 2015 +0900
14117
14118     [VM][FM7] TRY: Use openmp if enabled.
14119
14120 commit 15b65c689cac6ce76a0ae41356be32937c6cde09
14121 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14122 Date:   Mon Jul 13 04:17:03 2015 +0900
14123
14124     [VM][MC6809] Remove inline from instructions.
14125
14126 commit d088475302394442edf65439e734cc5a4521e670
14127 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14128 Date:   Mon Jul 13 02:47:26 2015 +0900
14129
14130     [VM][FM77AV] Delete unused local-variables.
14131
14132 commit 1b7b17c6c04efa831ac7e4cf2cbfa9c82128cd55
14133 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14134 Date:   Mon Jul 13 02:46:40 2015 +0900
14135
14136     [BUILD][FM77AV][WIN32] Experimental: output object files to separate
14137     directory.
14138
14139 commit a1d516edb1dcd8d76732607bfefdc60157a181dc
14140 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14141 Date:   Mon Jul 13 02:42:51 2015 +0900
14142
14143     [VM][General][Win32] Fix byte-order for _RGB888 with little-endian.
14144
14145 commit bf0ff7ebab8cd9d190597581c292719e25cf769a
14146 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14147 Date:   Sun Jul 12 15:08:12 2015 +0900
14148
14149     [VM][FM77AV][DISPLAY] Cache result of analog-palette calculation to be faster rendaring.
14150     [VM][FM7][DISPLAY][OOPS] Add/delete lacked/unused values for state-saving or loading.
14151
14152 commit 3eea64c36cfaf474eb5677a7fc9efb7749da974a
14153 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14154 Date:   Sun Jul 12 14:29:27 2015 +0900
14155
14156     [VM][FM7][DISPLAY] Delete unused variable : do_attention.
14157
14158 commit 9c894cd114cb36bc780d3746185e3ccb04e3f7c4
14159 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14160 Date:   Fri Jul 10 04:58:47 2015 +0900
14161
14162     [VM][FM7][MAINMEM] DO NOT QUERY to mainio and display, excepts accessing MMIO ($FDxx) to inprove emulation speed.
14163     [VM][FM7][MB61VH010] Add aving state.
14164     [VM][FM7] Improve saving states.
14165     [VM][FM7] Fix some other bugs.
14166
14167 commit 24fb8c369b083e02aa36377e708e34d096acc5f7
14168 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14169 Date:   Thu Jul 9 05:20:02 2015 +0900
14170
14171     [VM][FM7][DISPLAY] Implement (maybe) correct reset sequence, thanks, Ryu!
14172
14173 commit 86217f6fe3e93205e858c31d1f33289bf53df59c
14174 Merge: c7a0c732 bddc6d74
14175 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14176 Date:   Thu Jul 9 04:06:04 2015 +0900
14177
14178     Merge remote-tracking branch 'remotes/origin/master'
14179     
14180     Conflicts:
14181             source/src/vm/fm7/mb61vh010.cpp
14182
14183 commit bddc6d74fa33c025554cb174f4d00cdbc4784a0b
14184 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14185 Date:   Thu Jul 9 03:46:49 2015 +0900
14186
14187     [VM][FM77AV][MB61VH010] Fix wrong line some situations, but not complete :-(
14188
14189 commit c7a0c732302c16f75961c4db3b6815b3322f617d
14190 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14191 Date:   Thu Jul 9 02:21:50 2015 +0900
14192
14193     [WIP]
14194
14195 commit 46f07faa8a5afb83c893781ae396c7c60c0e6a44
14196 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14197 Date:   Wed Jul 8 21:29:26 2015 +0900
14198
14199     [VM][FM77AV][MB61VH010] Fix incorrect drawing line.
14200
14201 commit ad308b81fb2f91e291ae8f223b55be443272424c
14202 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14203 Date:   Wed Jul 8 19:09:06 2015 +0900
14204
14205     [WIP][VM][MB61VH010] Add correct line.
14206
14207 commit 86b4199c06bbb8cb21ab9fe224709d2e16835ba2
14208 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14209 Date:   Tue Jul 7 19:06:20 2015 +0900
14210
14211     [VM][FM77AV][MB61VH010] Improve quality of line, but not complete.
14212
14213 commit 062994ce4206eafa7719ade0cf94a5815da9ed36
14214 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14215 Date:   Tue Jul 7 17:30:09 2015 +0900
14216
14217     [Qt][J3100] Add J3100SL.
14218
14219 commit a5146ce72bd2eea2dd9e9947428972ed93c40e86
14220 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14221 Date:   Tue Jul 7 17:29:28 2015 +0900
14222
14223     [Qt][VM][J3100] Add J3100GT.
14224
14225 commit a2f93c44217ac203be24367024ef100b37a0eecb
14226 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14227 Date:   Tue Jul 7 17:28:11 2015 +0900
14228
14229     [VM][J3100] Fix some FTBFS. I can't check works well.
14230
14231 commit 43d99f8b922aa24ca54904c62b55ccb70d620a9f
14232 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14233 Date:   Tue Jul 7 02:36:07 2015 +0900
14234
14235     [Qt][OOPS] Fix lockup when loading binary.
14236
14237 commit de5bddce1c192e73928ee1d7ef90e56834305248
14238 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14239 Date:   Mon Jul 6 23:23:51 2015 +0900
14240
14241     [VM] No need to render.
14242
14243 commit acb33ab61460ce9a44598353d6e1057d02001639
14244 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14245 Date:   Mon Jul 6 23:13:08 2015 +0900
14246
14247     [VM][Qt] Add BABBAGE 2nd.Implement infra structure for on board computers.
14248
14249 commit ad2c066ba4642af363d5092c42faaca445ce6f7f
14250 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14251 Date:   Mon Jul 6 18:00:16 2015 +0900
14252
14253     [UI][Qt] Fix FTBFSs.
14254
14255 commit 8875d173b12579b83360b0e487b21c2131fb6b75
14256 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14257 Date:   Mon Jul 6 08:14:43 2015 +0900
14258
14259     [UI][Qt][MOUSE] Add uncommitted files on before changes.
14260
14261 commit df296692016b9f10824399f9d900844453b82dc8
14262 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14263 Date:   Mon Jul 6 08:13:19 2015 +0900
14264
14265     [UI][Qt] Use "VK_APPS" to toggle capturing mouse.
14266     [UI][Qt] Grab mouse via monitor, not drawing area.
14267
14268 commit 649e01ced0c84c97821ee58ab96457f11559f0ab
14269 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14270 Date:   Mon Jul 6 06:13:36 2015 +0900
14271
14272     [VM][FM77AV] 8colors : Fix flicking when changes display-page.
14273
14274 commit ff5e3806d7335c30b2cd840fb202cd73b590c0f5
14275 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14276 Date:   Tue Jun 30 18:54:12 2015 +0900
14277
14278     [VM][FM7][JOYSTICK] Support joystick-mouse.
14279
14280 commit bfdb01332351c1fe7be7894812a4339fcefb5f1b
14281 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14282 Date:   Tue Jun 30 16:12:18 2015 +0900
14283
14284     [UI][Qt] Integrate DEVICE_TYPE, SOUND_DEVICE_TYPE, DRIVE_TYPE to Ui_MainWindow widget.
14285
14286 commit df122e88ecef6c163875fb7b550641dff8538408
14287 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14288 Date:   Tue Jun 30 03:53:55 2015 +0900
14289
14290     [Qt][GL] Add features: Draw scanline via OpenGL.
14291
14292 commit 598f910e13fc35a7976179ff7ee4d6095989e93f
14293 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14294 Date:   Mon Jun 29 04:52:11 2015 +0900
14295
14296     [UI][Qt] Add grabbing mouse.See pc8801ma.
14297
14298 commit ff0a7005a389bcb6e6d2ff839df7a9ccec9efe00
14299 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14300 Date:   Mon Jun 29 01:32:05 2015 +0900
14301
14302     [UI][Qt] Replace base of GLDrawClass to QOpenGLWidget class.
14303     [UI][Qt] Implement framework of mouse.
14304
14305 commit 1d07f0f3fd49b7d12f522fe3ecfff1f40cc656f3
14306 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14307 Date:   Sun Jun 28 03:11:17 2015 +0900
14308
14309     [UI][Qt] Implement "Rotate Screen".
14310
14311 commit 546c0dcd8872ca2ead3036ef119b211b0a196a4e
14312 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14313 Date:   Sat Jun 27 08:56:29 2015 +0900
14314
14315     [Qt][MASTERSYSTEM][PC98LT][PC98HA] Fix FTBFS.
14316
14317 commit 2a94046e8bb273d8b3141cfa9f9f7d287359f084
14318 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14319 Date:   Sat Jun 27 08:49:39 2015 +0900
14320
14321     [Qt] Fix wrong icons.
14322
14323 commit 6f351ecb5f4c2b44c87c0d797c077bcbe772a4ce
14324 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14325 Date:   Sat Jun 27 08:48:31 2015 +0900
14326
14327     [Qt] Fix OOPs on PC-8801MA/PC-8001mk2 SR.
14328
14329 commit 033bf57d5cd864250f0f4b57480044c9aa9fcda3
14330 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14331 Date:   Sat Jun 27 07:55:45 2015 +0900
14332
14333     [VM][Qt][FD] Fix dead lock without "Disk write protection".
14334
14335 commit 67b37ffab285595d2bf709f250cf38b728fed3bc
14336 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14337 Date:   Sat Jun 27 07:10:42 2015 +0900
14338
14339     [BUILD][CMAKE][Qt] Fix wrong icon of Sega GameGear/Master System/Mark3.
14340
14341 commit a5392c4df42727fd3199182d5155c85ad7f6e64d
14342 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14343 Date:   Sat Jun 27 07:10:02 2015 +0900
14344
14345     [Qt] Fix FTBFS: FP1100 and FP200.
14346
14347 commit b06dafae21dbeb4809020d830972b1cf1fce70e5
14348 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14349 Date:   Sat Jun 27 07:02:08 2015 +0900
14350
14351     [Qt][CMAKE] Fix fm16pi.
14352
14353 commit f866ee4f7961032a5c9a1864ca2fdf6e1868b923
14354 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14355 Date:   Sat Jun 27 07:01:10 2015 +0900
14356
14357     [GIT] Add "dore" to entry of .gitignore.
14358
14359 commit a310276accfa2a7a7e5a806cae75b93fb9fcda3e
14360 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14361 Date:   Sat Jun 27 06:35:41 2015 +0900
14362
14363     [UI][Qt] Fix FTBFS on FM16pi.
14364
14365 commit 3d71b20987731227277f6a4087dcc93d31165e18
14366 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14367 Date:   Sat Jun 27 06:35:07 2015 +0900
14368
14369     [UI][Qt] Compress bmp files to png.
14370
14371 commit c2fc33aab5ac4b3115bd552d56b59eb473023875
14372 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14373 Date:   Sat Jun 27 06:30:00 2015 +0900
14374
14375     [Qt][UI] Enable icons for main window.
14376
14377 commit 6d5225dd88a386718482c88611c0eaca8fbd14d2
14378 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14379 Date:   Thu Jun 25 22:24:28 2015 +0900
14380
14381     [VM][FM7][Qt] Update documents.
14382
14383 commit 62dfbfe6de712d562e074eed1a150312243d5742
14384 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14385 Date:   Thu Jun 25 22:10:43 2015 +0900
14386
14387     [Build][GEneral] Update .gitignore.
14388
14389 commit 19fe1def788ff2ceb602b28ec598ae178b3574df
14390 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14391 Date:   Thu Jun 25 22:04:37 2015 +0900
14392
14393     [OOPS][Qt] Fix FTBFS without FD emulation.
14394
14395 commit 64d35ceff63d0721d5efa70567f4e8f0dca90522
14396 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14397 Date:   Thu Jun 25 21:12:09 2015 +0900
14398
14399     [VM][EMU][CONFIG] OOPS: I forgot config.ignore_crc as array when not defined default value.
14400
14401 commit ab17c4e984540a40c3df56e560276aade8624739
14402 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14403 Date:   Thu Jun 25 21:08:35 2015 +0900
14404
14405     [UI][Win32] Implement "Ignore CRC Errors" per drive.
14406
14407 commit ee91cb0f52b965407c2db0c6528e1ec02194368b
14408 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14409 Date:   Thu Jun 25 21:06:59 2015 +0900
14410
14411     [VM][DISK][UI][Qt] "Ignore CRC Errors" per drive.
14412
14413 commit 142d345be1447ecbdb412dcae49f49bc4dedd26b
14414 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14415 Date:   Thu Jun 25 20:27:09 2015 +0900
14416
14417     [General] Add sample .gitignore.
14418
14419 commit 5f64fc6a55b80a4d94df6702b6793ca0ccff054f
14420 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14421 Date:   Thu Jun 25 20:23:16 2015 +0900
14422
14423     [VM][General] Merge Upstream 2015-06-25.
14424
14425 commit 9b937cb364df1c8d9c0ea3b14609986362f91b03
14426 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14427 Date:   Thu Jun 25 10:08:32 2015 +0900
14428
14429     [VM][i8086] Fix FTBFS with Qt5.
14430
14431 commit 01e8e6279eab28399a844f2b582524afeb80a5b5
14432 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14433 Date:   Thu Jun 25 09:44:00 2015 +0900
14434
14435     [VM][MCS48] Fix ftbfs with mcs48 driver.
14436
14437 commit a9402f2ce473794c05fa2841243c6bc7213cbc6b
14438 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14439 Date:   Thu Jun 25 09:34:44 2015 +0900
14440
14441     [Build][Qt5] Apply Qt5 to another emulators.
14442
14443 commit 3ee1705ce879d0cebfd0d34c933d983c05aaf72c
14444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14445 Date:   Thu Jun 25 09:30:51 2015 +0900
14446
14447     [VM][MSX2][V99x8] Fix FTBFS for MSX2 with Qt5.
14448
14449 commit f479082b0c9e69564a18a06d4803416422cdc034
14450 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14451 Date:   Thu Jun 25 09:17:46 2015 +0900
14452
14453     [UI][Qt] Use Qt5. 'Cos Qt4 is obsoleted now.
14454
14455 commit bb417371bdad8ccd31228f2cf3de1150ad302e9f
14456 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14457 Date:   Thu Jun 25 06:49:29 2015 +0900
14458
14459     [VM][FM77] Fix around FM77's MMR.
14460
14461 commit 5902692e572dd195b52adf8e71223b8d05d0b84e
14462 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14463 Date:   Thu Jun 25 05:37:02 2015 +0900
14464
14465     [VM][FM77] Implement around MMR.
14466
14467 commit b4270b3ad7e3ba58eb08ba90dde2da2fd32e47c4
14468 Merge: a79593cd d7746ba5
14469 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14470 Date:   Tue Jun 23 19:01:46 2015 +0900
14471
14472     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
14473
14474 commit a79593cdd60e3375a8984ec074f316e07dca1f51
14475 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14476 Date:   Tue Jun 23 19:01:01 2015 +0900
14477
14478     [WIN32] Implement "Ignore CRC Errors".
14479     [WIN32][FM7] Grey out "Use CRT filter", this is not enabled.
14480
14481 commit d7746ba535fda41c56259926c5043b7466c1f3a4
14482 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14483 Date:   Tue Jun 23 05:34:12 2015 +0900
14484
14485     [Build][CMake] Add sample of gcc using  lto.
14486
14487 commit 2fcdc0d63404fee6bb735471cd009b8c3827370c
14488 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14489 Date:   Mon Jun 22 23:44:42 2015 +0900
14490
14491     [WIN32][FM7] Enable debuggers.
14492
14493 commit 82622119240dde2aa0dcf6cbb80729f988d45d1f
14494 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14495 Date:   Mon Jun 22 06:53:23 2015 +0900
14496
14497     [VM][X1TWIN][CMAKE] Add X1 Twin.
14498
14499 commit d0fd29e1174b2dea80a2d054481f0d2b19bcbb81
14500 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14501 Date:   Mon Jun 22 05:57:07 2015 +0900
14502
14503     [VM][PC98DO] Fix crash on booting with PC98 mode.
14504
14505 commit 9f9a856449643ca429e43b5a2c85b916ef384afe
14506 Merge: 42ccab38 d3321466
14507 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14508 Date:   Mon Jun 22 05:16:51 2015 +0900
14509
14510     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
14511
14512 commit 42ccab38b78ba4ef8b161240f54a9d42dd14857e
14513 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14514 Date:   Mon Jun 22 05:13:20 2015 +0900
14515
14516     [Qt][UI] Apply un-applied below menu entries:
14517     [PC88][PC80] Joystick, memory wait and debugger.
14518     [FM7] Debugger.
14519     [X1] Drive type, Keyboard type and deebugger.
14520     [MZ800] Monitor type and BOOT type.
14521     [PC6001] Debugger.
14522     [PC98] Debugger.
14523     [HC40][HC80] System reset.
14524     [BUG] At PC98DO, booting with PC98 mode, crashed.
14525
14526 commit 9f8a5e31e74a4f337c80ed98ea2257b64d2fc189
14527 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14528 Date:   Mon Jun 22 00:22:37 2015 +0900
14529
14530     [BUILD][CMAKE] Add script feature: Useful to use GCC's LTO(Link Time Optimization).
14531
14532 commit 553d26d91a8ffbab1ca22999324f6338e9ac0892
14533 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14534 Date:   Mon Jun 22 00:21:37 2015 +0900
14535
14536     [Qt][Network] Initial: Set *dummy* networking code, pass to build emumz2500.
14537
14538 commit d3321466697235cc26cf6710edda46dc4ed4bd8b
14539 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14540 Date:   Sun Jun 21 22:19:12 2015 +0900
14541
14542     [Build][WIN32] Fix miss detection from virus scanner.
14543     This is related from VC2013's "Whole program optimization".
14544
14545 commit dee9aeb4917ffb8370fd154df20f29ad92e49d60
14546 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14547 Date:   Sun Jun 21 21:46:38 2015 +0900
14548
14549     [BUILD][WIN32][FM7] Add "HOT Reset" entry.
14550
14551 commit 4c31a84750fd00878156c0cdd938221057cc22ab
14552 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14553 Date:   Sun Jun 21 21:27:02 2015 +0900
14554
14555     [Build][Win32] Fix wrong ICON for X1 TurboZ.
14556
14557 commit bb59d6be243286783e6b7ba53039977053293e23
14558 Merge: 8afff6ee 0f375d54
14559 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14560 Date:   Sun Jun 21 20:38:08 2015 +0900
14561
14562     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
14563
14564 commit 8afff6ee062ea519647c133beda61dbcce1b6eca
14565 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14566 Date:   Sun Jun 21 20:37:21 2015 +0900
14567
14568     [WIN32][FM77] Add a lacked entry.
14569
14570 commit 0f375d5490328d4782fa21f20d782665beb08a08
14571 Merge: f3d1e619 911af4e9
14572 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14573 Date:   Sun Jun 21 16:34:12 2015 +0900
14574
14575     [WIN32] Merge from win32.
14576     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
14577
14578 commit f3d1e61934168f7d5f13e883be114031dae6eca9
14579 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14580 Date:   Sun Jun 21 16:33:30 2015 +0900
14581
14582     [UI][Qt][LOG] Fix warnings when build with llvm clang.
14583
14584 commit 911af4e9ad78af76864503f7b16503e4ed2edde8
14585 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14586 Date:   Sun Jun 21 16:32:23 2015 +0900
14587
14588     [WIN32] Separate definition of menu  order from res/resources.h to machine_res.h,resources.h is  overwritten from Visual Studio 2013 when changes menu item.
14589
14590 commit 2664b0da96a332e51cf656c1b4af1ccf29d3fabc
14591 Merge: d11c74ba 78741ea0
14592 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14593 Date:   Sun Jun 21 16:02:10 2015 +0900
14594
14595     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
14596
14597 commit 78741ea0f731265411b8089370f75635a59c0c2b
14598 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14599 Date:   Sun Jun 21 15:59:14 2015 +0900
14600
14601     [BUILD][WIN32] Add FM-77/AV Series.
14602
14603 commit 579ce52686c366bc211fefa1168bb0a3d4e406ad
14604 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14605 Date:   Sun Jun 21 15:52:30 2015 +0900
14606
14607     [WIN32][OOPS] Fix resorce.h truely (^_^;
14608
14609 commit 8b2c353198b2db6319810154b8d1b3e237cb37ac
14610 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14611 Date:   Sun Jun 21 15:18:08 2015 +0900
14612
14613     [WIN32][OOPS] Fix broken resource.h.
14614
14615 commit d11c74baa68c734e43c753b6658d6a8eb5a31115
14616 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14617 Date:   Sat Jun 20 17:32:49 2015 +0900
14618
14619     [Qt] Add Tomy PYUTA.
14620
14621 commit f4773eb19dd277499c279e8f7e05be8c2e54b4a1
14622 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14623 Date:   Sat Jun 20 17:07:45 2015 +0900
14624
14625     [VM][HC80][Qt] Add Epson HC80.
14626
14627 commit 31c6ec74850c3d6e923633b39deab8db78c7fda3
14628 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14629 Date:   Sat Jun 20 16:52:27 2015 +0900
14630
14631     [VM][Qt] Add Epson HC40.
14632
14633 commit eae8910b139cf88046f4122dcb959c2bae3ce273
14634 Merge: ccd7fd30 36c7d149
14635 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14636 Date:   Sat Jun 20 16:23:53 2015 +0900
14637
14638     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
14639
14640 commit ccd7fd30abac715def2f04e999983c148cafda4e
14641 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14642 Date:   Sat Jun 20 16:22:57 2015 +0900
14643
14644     [VM][Qt] Implement MZ80B temporally, FTBFS exists with MZ2500.
14645
14646 commit 36c7d1490a16a4028768cc8674eec897c8882b1f
14647 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14648 Date:   Sat Jun 20 14:27:36 2015 +0900
14649
14650     [Build][Win32] MZ1500: Configuration to compatible with WinXP.
14651
14652 commit 730f98164dcff7c250bb954205c6c6eb6c7dadea
14653 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14654 Date:   Sat Jun 20 14:15:25 2015 +0900
14655
14656     [General][FM77] Use FM77L2.ico for eFM77.
14657
14658 commit c5e1e2a0ebc7e7428f8098992e65b941e691c4a2
14659 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14660 Date:   Sat Jun 20 05:29:03 2015 +0900
14661
14662     [UI][Qt] Use QTextCodec replacement of libiconv.Fix crash with some (maybe) weird D88/D77 images.
14663
14664 commit 26eef5b31255a278f880a570a78aed17b5547530
14665 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14666 Date:   Sat Jun 20 03:40:09 2015 +0900
14667
14668     [DOC] Update documents.
14669
14670 commit 8df340d7cada405adc96dc088ce598f89f9ef65f
14671 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14672 Date:   Sat Jun 20 03:22:12 2015 +0900
14673
14674     [BUILD][CMAKE] Fix miss definition of MZ80K.
14675
14676 commit d0e02d86ec3cd12fc1e9fbe73c9e98e66db08c3e
14677 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14678 Date:   Sat Jun 20 02:35:28 2015 +0900
14679
14680     [BUILD][WIN32] Add FM77,Icon is not well (^_^;
14681
14682 commit 4559e0f26c066cab4ee3a20b3d6c4a826ae01462
14683 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14684 Date:   Sat Jun 20 01:14:33 2015 +0900
14685
14686     [Build][General][CMAKE] Add cmake files, FM16π, FMR50, PC6001, MZ-80, MZ-700 and X1.
14687
14688 commit 078c78bf86cf0e3fd3924eec18ba4fbf3ac5f5ce
14689 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14690 Date:   Sat Jun 20 00:26:23 2015 +0900
14691
14692     [VM][FMR50][i386] Fix FTBFS without M$ VC.
14693
14694 commit 66f117135b659332d5f102d3c16a97c1490d3b0a
14695 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14696 Date:   Fri Jun 19 23:57:20 2015 +0900
14697
14698     [VM][FM7][DISPLAY] Fix FTBFS for FM-8/7/77.
14699     [Build][CMAKE] Use common definition to PC9801x.
14700
14701 commit 11293d95fb72ddba8dc6b9891df6f586b786316a
14702 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14703 Date:   Fri Jun 19 23:45:34 2015 +0900
14704
14705     [VM][FM77AV][DISPLAY] Fix around scroll registers.
14706
14707 commit bb6ec301de2c5e0b2b6e3dbc1f3c41df9928c711
14708 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14709 Date:   Fri Jun 19 09:34:03 2015 +0900
14710
14711     [VM][FM7] Add many of machines.
14712
14713 commit fa0be0e54b37b1598e4a6d3cba0d76bae4f553aa
14714 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14715 Date:   Fri Jun 19 06:36:57 2015 +0900
14716
14717     [VM][FM7] Add support of interrupts around RS-232C #1.
14718
14719 commit 6879a170c0e597228704e4b0324b3ac509ca72ac
14720 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14721 Date:   Thu Jun 18 23:17:23 2015 +0900
14722
14723     [VM][FM77AV][FM77AV40] DMAC: Pass to compiling.
14724
14725 commit 13fe37e6441df901dea8e090ee7aacc094c327e8
14726 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14727 Date:   Thu Jun 18 20:51:41 2015 +0900
14728
14729     [VM][FM77AV][DISPLAY] Implement (forgotten) hidden RAMs.Fixed around paint.
14730
14731 commit 026faa3a200b107147c7321284de3bb8ebf7170a
14732 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14733 Date:   Thu Jun 18 19:05:59 2015 +0900
14734
14735     [VM][FM77AV][FM77AV40] Add DMAC, HD6844.
14736
14737 commit 00b4c8633b75ea0b56a2bff149492f986bccfb86
14738 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14739 Date:   Thu Jun 18 07:20:46 2015 +0900
14740
14741     [VM][MC6809] .
14742
14743 commit 98d87b4decd676a6b78529ada1d0c83322a5299b
14744 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14745 Date:   Thu Jun 18 07:00:58 2015 +0900
14746
14747     [Build][General][CMAKE][FM7] Saparate common definition of CMakeLists.txt.
14748
14749 commit ae9ed3503cf3700cb8d8c7073ddc4b70cc6e99f3
14750 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14751 Date:   Thu Jun 18 05:16:52 2015 +0900
14752
14753     [VM][FM77] Fix access bootrom/ram after booting, it is temporally work-around.
14754
14755 commit f4efdb95eb7704c4892d9449617f91c49a3fae5b
14756 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14757 Date:   Wed Jun 17 04:41:42 2015 +0900
14758
14759     [VM][MC6809] Fix handling of CC's flags.
14760
14761 commit f023538ef98322aa078bcd96979f0ced9f9ca69a
14762 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14763 Date:   Wed Jun 17 04:28:44 2015 +0900
14764
14765     [VM][FM77AV] Fix accessing to vram.
14766
14767 commit d114ddabdd7124a699e1adf250107d4084288077
14768 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14769 Date:   Wed Jun 17 02:40:14 2015 +0900
14770
14771     [VM][FM7] DISPLAY: Fix resetting from non-8 colors mode.
14772
14773 commit 3d0f34072c53ed927bf0c7a7a6fe7cf4145a6fec
14774 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14775 Date:   Wed Jun 17 02:20:00 2015 +0900
14776
14777     [VM][FM77AV] Fix weird reset on FM77AV.Maybe fixed direct-access.
14778
14779 commit 1ce84bf58fb0f403987af2162d7d1f84d83c6e39
14780 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14781 Date:   Wed Jun 17 00:53:59 2015 +0900
14782
14783     [VM][FM7] Trim order of resetting.
14784
14785 commit a89c59d6b261c07123213f5f6c75b30f6441c06c
14786 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14787 Date:   Tue Jun 16 21:45:02 2015 +0900
14788
14789     [VM][MC6809] Tune some instructions.
14790
14791 commit 077f8646d45906c191fcfe75d488161e543c75a0
14792 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14793 Date:   Tue Jun 16 10:07:01 2015 +0900
14794
14795     [VM][FM7][MB61VH010] WIP: Fixing tile paint.
14796
14797 commit 4034f52ac435a6c4be384a937a05ce26bf241cb2
14798 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14799 Date:   Tue Jun 16 08:12:00 2015 +0900
14800
14801     [VM][FM7] DISPLAY: Change order of saving/loading state.
14802
14803 commit cef058407f7dce06da8ad4a5135dd2b0d99f9425
14804 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14805 Date:   Tue Jun 16 08:10:18 2015 +0900
14806
14807     [VM][FM7] Remove VSYNC/HSYNC features on FM-8/7/77.
14808     [VM][FM7] DISPLAY:: Add load/save status.
14809
14810 commit 7678e852dce81240bda105e5724d341ee5e95f75
14811 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14812 Date:   Tue Jun 16 07:17:26 2015 +0900
14813
14814     [VM][FM7] FM7_MAINMEM:: Add state save.
14815
14816 commit fee7fb57fde8c5a2cd71dd94f9a7024141187998
14817 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14818 Date:   Tue Jun 16 06:24:53 2015 +0900
14819
14820     [General][Qt][FM7] Log: Remove more "\n".
14821
14822 commit 38ac085d3ac8e64dfeb2b594dd259dfac5490ad5
14823 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14824 Date:   Tue Jun 16 06:21:15 2015 +0900
14825
14826     [VM][FM7] LOG : Remove unneeded \n.
14827
14828 commit 7e75050ea8ff898576dd8428ae34023173b84b6f
14829 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14830 Date:   Tue Jun 16 06:16:47 2015 +0900
14831
14832     [VM][FM7] MAINIO:: Add save/load state.
14833
14834 commit db8a131900df634b2fcc66aa280396fcb24943bb
14835 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14836 Date:   Tue Jun 16 05:03:23 2015 +0900
14837
14838     [UI][Qt] WIP:
14839
14840 commit 3990262e7e0e200761d62e5de5689b0bfc8759b0
14841 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14842 Date:   Tue Jun 16 05:02:51 2015 +0900
14843
14844     [VM][FM7] Add inteligent mouse.Not working yet.
14845
14846 commit 7fc9365a43a57fa6e7fe06328219a721c2cf15f7
14847 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14848 Date:   Tue Jun 16 04:00:57 2015 +0900
14849
14850     [VM][FM7] Separate joistick to independent class.
14851
14852 commit 1b4320ef6229e75013478fe1ec66ed1eb3c47bd5
14853 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14854 Date:   Tue Jun 16 02:32:32 2015 +0900
14855
14856     [VM][FM77AV][KEYBOARD] Fix handling of lines & fifos.
14857
14858 commit 0a1304c15c189b87d878bc39dc5fe9c625e215f4
14859 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14860 Date:   Tue Jun 16 01:34:20 2015 +0900
14861
14862     [VM][FM7][KEYBOARD] Separate key code definitions.
14863
14864 commit 0a8069154e4507c9e31b4a0bf4025a8cde103229
14865 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14866 Date:   Tue Jun 16 01:29:26 2015 +0900
14867
14868     [VM][FM77AV][KEYBOARD] Add 16β mode.
14869
14870 commit 68b897de004a9857e05fa02d2b1e51da4fb73a78
14871 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14872 Date:   Wed Jun 10 16:15:31 2015 +0900
14873
14874     [BUILD][WIN32][VS2013][FM77AV] Change some settings. maybe buggy.
14875
14876 commit 43319f310025f91dad308f7a6e71176275e8a0a8
14877 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14878 Date:   Wed Jun 10 15:23:18 2015 +0900
14879
14880     [BUILD][WIN32] Add batch build solution for VS2013.
14881
14882 commit 92d4199a2fe46aaf5b1f1bafa4668695d7786ed7
14883 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14884 Date:   Wed Jun 10 15:22:38 2015 +0900
14885
14886     [BUILD][Win32] Add for VS2013 : MSX1/2, PC8801MA, and X1.
14887
14888 commit 59fb88c3125d6c17e34e97dc6177438a9317f910
14889 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14890 Date:   Wed Jun 10 01:52:31 2015 +0900
14891
14892     [VM][DATAREC][MZ] MZ: Fix unable to read casette tape.
14893
14894 commit eb231cf2973b45154e7b06358b2e2f7c9eabacfd
14895 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14896 Date:   Tue Jun 9 23:00:58 2015 +0900
14897
14898     [VM][Qt] Fix definition of screen aspects.
14899
14900 commit 719166d71c0a1bbcc4e3d21084782bdf326bbba9
14901 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14902 Date:   Tue Jun 9 19:48:47 2015 +0900
14903
14904     [Qt] Change resize-method to before changes.
14905
14906 commit 264a9ec74ddd56f6ff367054df10ae7bc7d2512e
14907 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14908 Date:   Tue Jun 9 19:37:55 2015 +0900
14909
14910     [WIN32][FM7] Fix wrong aspect.
14911
14912 commit ecb03683b0acbee60d49336c1aaff06b482338c7
14913 Merge: faf4e870 a70cfe3b
14914 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14915 Date:   Mon Jun 8 00:53:40 2015 +0900
14916
14917     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7 into 019938ffef77b5918e7d520970db8ddeb1230126
14918
14919 commit faf4e87045e72ca949fa9574873e242cfadd0346
14920 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14921 Date:   Mon Jun 8 00:49:00 2015 +0900
14922
14923     [VM][MC6809] Use RM16_PAIR() instead of RM16().
14924
14925 commit a70cfe3bf90062d9181cfc770b5522f692c1aab2
14926 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14927 Date:   Mon Jun 1 00:03:08 2015 +0900
14928
14929     [WIN32]
14930
14931 commit 58ca2c2692a29e24f82fac892ab441a099467199
14932 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14933 Date:   Mon Jun 1 00:01:54 2015 +0900
14934
14935     [WIN32][Gereral] Add MS VS2013's project for X1 Turbo Z.
14936
14937 commit ee95167144fece505f32dc970ca43a239ef73ab7
14938 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14939 Date:   Sun May 31 23:55:56 2015 +0900
14940
14941     [WIN32] Windows: Revert before commits.
14942
14943 commit 7ae82e0041fc1a21c63f1527db89967abed76fcf
14944 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14945 Date:   Sun May 31 23:04:42 2015 +0900
14946
14947     [VM][FM7] Keyboard: Adjust FIRQ sequence.
14948
14949 commit 561ba8e5716553b42bab9e6e2d68db3398ff0622
14950 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14951 Date:   Sun May 31 23:03:28 2015 +0900
14952
14953     [WIN32][MSVC] Track upstream 2015-04-29.
14954
14955 commit ffa9c2171f53745655a9ff3fb511c65447d6dbe5
14956 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14957 Date:   Sun May 31 04:08:19 2015 +0900
14958
14959     [VM][FM7] Fix memory leak. Not using MEMORY:: class.
14960
14961 commit 0c723b853c883b1389e93139f0ea0b84d1117b6c
14962 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
14963 Date:   Sun May 31 02:53:02 2015 +0900
14964
14965     [VM][YM2203] Fix compilation error with MSVC 2013.
14966
14967 commit 2759d8902bed15160bd86cd7f1904d4c0cc69186
14968 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14969 Date:   Sat May 30 01:39:25 2015 +0900
14970
14971     [VM][YM2203][OPN] Apply left/right volume even using MAME FMDLL.
14972
14973 commit d6d0533b6bcc91c226fc1e79902804c4b2f6fab6
14974 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14975 Date:   Sat May 30 01:38:58 2015 +0900
14976
14977     [VM][FM7] Mute unused board to reduce CPU usage.
14978
14979 commit a65b2e2574509e4e44faea0911ca06ad4c59e1b5
14980 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14981 Date:   Fri May 29 23:18:03 2015 +0900
14982
14983     [VM][YM2203] mix(): More optimize to except SIMD (SSE2/NEON etc).
14984
14985 commit 2740246682b59c8f8c6b1b81c6d2f98c4b44bf31
14986 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14987 Date:   Fri May 29 22:48:20 2015 +0900
14988
14989     [VM][FM7][YM2203] Add stereo volume feature for YM2203 (OPN/OPNA) w/o MAME DLL.
14990     See vm/ym2203.h and vm/fm7/sound.cpp .
14991
14992 commit 2e7bb411e863d9ef2270d1e076777d7be4f1edcc
14993 Author: K.Ohta <whatisthis.sowhat@gmail.com>
14994 Date:   Fri May 29 21:15:08 2015 +0900
14995
14996     [VM][FM7] Use "KANJI" key to ESC, not using "PAUSE/BREAK".
14997
14998 commit 2d86f5180d9d40f7c3514a95186d143443c8bcbc
14999 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15000 Date:   Fri May 29 21:14:28 2015 +0900
15001
15002     [UI][Qt] Enable VK_KANJI on 106 mode.
15003
15004 commit 8762b37edfdb2ddcddcd7d736c67536a53259a8a
15005 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15006 Date:   Fri May 29 02:18:09 2015 +0900
15007
15008     [Qt][General] Fix indent : replace space to ^I.
15009
15010 commit e0b4c972bc6ddcd78c17574354ac606fb5297d54
15011 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15012 Date:   Thu May 28 05:24:09 2015 +0900
15013
15014     [VM][FM7][Display]
15015
15016 commit 4b541ab619571c7af93f3c2c2f732b7efad2a266
15017 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15018 Date:   Thu May 28 05:23:04 2015 +0900
15019
15020     [VM][Qt][General] emu.[cpp|h] : Use QThread::msleep() instead of SDL_Delay().
15021
15022 commit 7541baf4a0d5dbcbd6f27bf47739543bcdfd52c8
15023 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15024 Date:   Wed May 27 22:23:21 2015 +0900
15025
15026     [VM][MC6809] Stack : Use pair for push/pull.
15027
15028 commit 6bdaaf8b5459611cae326c117029115d8b38a33e
15029 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15030 Date:   Wed May 27 20:53:14 2015 +0900
15031
15032     [UI][Qt] Joystick : Fix freezing on some situations.
15033
15034 commit 082994ad8ce48b9064098304c131e5905ab7358f
15035 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15036 Date:   Wed May 27 20:32:46 2015 +0900
15037
15038     [VM][FM77] Pass build eFM77. But works not well.
15039
15040 commit ee4a9c2851c0389eed0ad4d468ac6fb812fb7960
15041 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15042 Date:   Wed May 27 19:38:40 2015 +0900
15043
15044     [VM][FM7] Re-order reset timing : Display -> MainIO -> MainMem.
15045
15046 commit 5b20ebef7e4a48d4274373e620268216d312ea94
15047 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15048 Date:   Mon May 25 05:28:39 2015 +0900
15049
15050     [VM][FM7] More re-order whose object are constructed.
15051
15052 commit 2f9aae17d17dc2bb7b0bb5fa65ea0e04b4ecad81
15053 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15054 Date:   Mon May 25 04:54:12 2015 +0900
15055
15056     [VM][FM7][KEYBOARD] Re-order who constructed faster.
15057
15058 commit 088bb8ddcb003d5608923b2d9474aaeddb88a69b
15059 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15060 Date:   Mon May 25 04:29:09 2015 +0900
15061
15062     [VM][FM7][DISPLAY][KEYBOARD] Reset both main's irq and sub's firq when read key data.
15063     [VM][FM77AV] Mostly fixed tetris.
15064
15065 commit 2351f98310af34ef2d3c859699da3dd8b4dec9a5
15066 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15067 Date:   Mon May 25 03:35:45 2015 +0900
15068
15069     [VM][FM7] remove unneeded variables.
15070
15071 commit f561d69563e7cce0ec68996ee142f5128b6edc8d
15072 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15073 Date:   Sun May 24 16:32:24 2015 +0900
15074
15075     [EMU][General] Fix a security issue.
15076
15077 commit 16e22313a4aa7b0f898292de07e9243675f3c7f8
15078 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15079 Date:   Sun May 24 16:07:26 2015 +0900
15080
15081     [VM][EVENT] Fix freezing.
15082
15083 commit c7c88b9c186be9b2223884a8f601257b72d71b15
15084 Merge: d2b1be93 353cc99d
15085 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15086 Date:   Sun May 24 15:57:23 2015 +0900
15087
15088     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7 into 019938ffef77b5918e7d520970db8ddeb1230126
15089
15090 commit d2b1be93841011eae0cc5cfd45f546e44da1d30f
15091 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15092 Date:   Sun May 24 15:55:52 2015 +0900
15093
15094     [.]
15095
15096 commit ea84f0cb85163a6f61466fca6bf029c7b87693b6
15097 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15098 Date:   Sun May 24 05:03:37 2015 +0900
15099
15100     [VM][FM7] BEEP: Reduce calling event.
15101     [VM][FM7] Fix wrong commit.
15102
15103 commit 353cc99db01e53064385a7705f8c7ad585e039bd
15104 Merge: ee38e9c7 019938ff
15105 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
15106 Date:   Sun May 24 15:25:27 2015 +0900
15107
15108     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
15109
15110 commit ee38e9c77fdffe37ae489287e49c0f2e6ed4f1d4
15111 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
15112 Date:   Sun May 24 15:23:30 2015 +0900
15113
15114     [General] Fix some security issues related from code analyser of MSVC2013.
15115
15116 commit 019938ffef77b5918e7d520970db8ddeb1230126
15117 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15118 Date:   Sun May 24 05:03:37 2015 +0900
15119
15120     [VM][FM7] BEEP: Reduce calling event.
15121
15122 commit 4a6db6c27f35908ef0b29579a3a662bec66eab34
15123 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
15124 Date:   Sun May 24 04:15:45 2015 +0900
15125
15126     [Build][FM7][VM] Reduce warnig when compiling (with VC2013).
15127
15128 commit d270df8c33027ce05d641132e702cdfee3ac829b
15129 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15130 Date:   Sat May 23 21:06:42 2015 +0900
15131
15132     [VM][FM7] gcc-5 -O3 is too radical to build.
15133
15134 commit f0be273dd9f77baa0599c4472d8a948d33745da1
15135 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15136 Date:   Sat May 23 18:30:31 2015 +0900
15137
15138     [VM][FM7][FM77AV] Remove duplicate entries.
15139
15140 commit 8d9f22c52343489d139e665e362846900991fb78
15141 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15142 Date:   Fri May 22 23:18:05 2015 +0900
15143
15144     [VM][FM7] Remove unneeded comment outs.
15145
15146 commit 629ba7d613b5480f0bd5ec8d086bc1335e090665
15147 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15148 Date:   Fri May 22 22:47:11 2015 +0900
15149
15150     [VM][FM7] Drop polling event via main and sub.
15151
15152 commit ddbb0510de1c920687929e49f4be2aad68201ada
15153 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15154 Date:   Fri May 22 22:10:01 2015 +0900
15155
15156     [VM][FM7] Fix routing when subcpu was halted.
15157
15158 commit 9a692f4db8abe5270bea57e83077d7f72f84a1c0
15159 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15160 Date:   Fri May 22 10:32:21 2015 +0900
15161
15162     [Draw][Qt]
15163
15164 commit 6411c3d0c5d03397dc3aa890276bb5c07b6dd0c3
15165 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15166 Date:   Fri May 22 10:31:50 2015 +0900
15167
15168     [VM][MC6809] Fix ignored sync/cwai insn.
15169
15170 commit 2c59bdc206a3b2affc0a116b2b679c2bfd5a7db7
15171 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15172 Date:   Wed May 20 19:57:05 2015 +0900
15173
15174     [UI][Qt] Looping draw thread.
15175
15176 commit 566426379aac18d3503bd815312ed52ceb99fdf9
15177 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15178 Date:   Wed May 20 19:56:26 2015 +0900
15179
15180     [VM][FM77AV] Fix reset sequence of changing subsystem monitor.
15181
15182 commit 4fb672a001fe650041d55ed72361e513fccfa4ad
15183 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15184 Date:   Wed May 20 18:09:46 2015 +0900
15185
15186     [VM][FM7] Floppy : Fix rotation, 300 to 360 RPM.
15187
15188 commit d0dee9fbcb00b1b74441514f4bf0f346af3b35f0
15189 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15190 Date:   Wed May 20 18:06:22 2015 +0900
15191
15192     [VM][UI][Qt][FM7] Add extra ram feature for FM-77/AV.
15193
15194 commit 9dafa50c00b939d7707d8e455886aeb06cd39995
15195 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15196 Date:   Wed May 20 16:17:32 2015 +0900
15197
15198     [VM][UI][Qt] Both running and resetting do within same thread, not separate.
15199     Maybe not freeze on reset.
15200
15201 commit 9dc2ab1bd537f108dca304c10a31a114de6b032d
15202 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15203 Date:   Wed May 20 04:53:05 2015 +0900
15204
15205     [VM][FM7] Fix communication SUB <-> MAIN. Fixed Flicky.
15206
15207 commit ea47ca5193b5a7d4f386834b858cd8d2781f56b6
15208 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15209 Date:   Wed May 20 03:29:58 2015 +0900
15210
15211     [VM][FM7][MAINIO][MAINMEM] Re-order calling.Faster a bit.
15212
15213 commit 4d85d1642c86350d097009f4002304c40133472c
15214 Merge: 6b87c761 dfe25af4
15215 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15216 Date:   Tue May 19 22:03:39 2015 +0900
15217
15218     Merge branch 'master' of github.com:Artanejp/common_source_project-fm7
15219     [VM][FM7] Merge for Win32 changes.
15220
15221 commit 6b87c7610f91348264c25a106f961346c7b31a9f
15222 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15223 Date:   Tue May 19 22:03:16 2015 +0900
15224
15225     [VM][FM7][DISPLAY] Temp:
15226
15227 commit dfe25af47509fd894726e543152eef0508c85a9e
15228 Author: Kyuma Ohta <whatisthis.sowhat@gmail.com>
15229 Date:   Tue May 19 21:52:19 2015 +0900
15230
15231     [General][WIN32][FM77AV] Build with MS Visual Studio 2013.
15232
15233 commit 738c62189ca17602b7e59d15b53df1ca93e65a8a
15234 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15235 Date:   Tue May 19 10:03:53 2015 +0900
15236
15237     [VM][MC6809] Fix? around sync insn.
15238
15239 commit 1f548ff29c4148059b263daf3090ee25ad506929
15240 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15241 Date:   Tue May 19 07:16:45 2015 +0900
15242
15243     [VM][FM77AV][DISPLAY] Fix NMI MASK.
15244
15245 commit 11225a82e24cb1b75e8a005aeab926350ef96ca4
15246 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15247 Date:   Fri May 15 02:46:19 2015 +0900
15248
15249     [VM][MC6809] Fix LSR insn.
15250
15251 commit e3e0193f87c238c23c2f8c95e8bcbdbe38415d3e
15252 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15253 Date:   Fri May 8 18:51:26 2015 +0900
15254
15255     [VM][FM7] Fix un update rare case, Fixed demonstration of FM-NEW7.
15256
15257 commit 83282cd99163c373f985a92f90b88c942e94c0c7
15258 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15259 Date:   Fri May 8 00:37:19 2015 +0900
15260
15261     [BUILD][CMAKE] Improbe batch script.
15262
15263 commit 2bdca6780f9aeb1d92caa6bad067b9ca32d6c27b
15264 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15265 Date:   Fri May 8 00:36:44 2015 +0900
15266
15267     [VM][FM7] Fix sync timing.
15268
15269 commit 6556473864132e9b5e5e2d2a4ccef1d7b86abe25
15270 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15271 Date:   Fri May 8 00:36:08 2015 +0900
15272
15273     [VM][MC6809] Fix MUL insn.(maybe)
15274
15275 commit dcbdc664ac7ff3fc879a31e1ac5dea98a2e10930
15276 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15277 Date:   Thu May 7 21:29:37 2015 +0900
15278
15279     [Qt][VM][Draw] Fix too much frame skipping.
15280
15281 commit f11296bd5f0cd705d839b3d93afd12cd67ae0ef6
15282 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15283 Date:   Thu May 7 20:03:54 2015 +0900
15284
15285     [General][Qt] Add support Casio FP-200.
15286
15287 commit dcd4358b169e87f34d43d4aa57de6aa97146014f
15288 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15289 Date:   Thu May 7 19:52:14 2015 +0900
15290
15291     [Build][CMake][FM16PI] Fix error definition.
15292
15293 commit 3e9a30e8a1a9a4c67b2135d87b0cc39672f56eb8
15294 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15295 Date:   Thu May 7 19:44:00 2015 +0900
15296
15297     [BUILD][CMAKE][BATCH] Stop building when compilation error(s).
15298
15299 commit 95c6ceadafcdcc4c02dd234712858c3b2973446f
15300 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15301 Date:   Thu May 7 19:22:05 2015 +0900
15302
15303     [VM][General][Qt] Merge upstream 2015-04-29.
15304
15305 commit 95e41cd7007cbe19f35a0f5d2dfa851f0528bbd0
15306 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15307 Date:   Thu May 7 19:18:47 2015 +0900
15308
15309     [BUILD][CMAKE][Qt] Fix some link errors.
15310
15311 commit 48c8a1b22254e4fea390348b099f19d8f4dab396
15312 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15313 Date:   Thu May 7 19:09:12 2015 +0900
15314
15315     [BUILD][General][BATCH] Fix weird directory.
15316
15317 commit 8d6462059464c731e84d485c5db09873e9f0845d
15318 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15319 Date:   Thu May 7 18:40:01 2015 +0900
15320
15321     [BUILD][General][CMAKE] Add bash script for batch-building.
15322
15323 commit 66e148415c56f7bbd101a55c84a2e09e72039d3b
15324 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15325 Date:   Thu May 7 07:23:41 2015 +0900
15326
15327     [VM][MC6809] WIP: Fixing insns.
15328
15329 commit 363886b1b3e4796a5a56180b70cfc71748a826e3
15330 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15331 Date:   Thu May 7 07:22:19 2015 +0900
15332
15333     [VM][FM7] Sync via sub and main to 500uS, reduce usage of HOST CPU.
15334     [VM][FM77AV] Fix timing of HSYNC and HBLANK.
15335
15336 commit d8728cf0af5a0f97f972699afd241a7ee3cea723
15337 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15338 Date:   Sat Apr 25 00:49:11 2015 +0900
15339
15340     [VM][FM77AV][DISPLAY] Fix reset sequences.
15341
15342 commit a97bd3073fa688f2fd7c0c829d5b1cdfac6371b7
15343 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15344 Date:   Fri Apr 24 23:57:50 2015 +0900
15345
15346     [VM][MC6809] Fix flags on LSR_MEM / LSR_REG.
15347     [VM][MC6809] Include CC_C flag when setting flags on ADC8 / SBC8 .
15348
15349 commit d678abdbb3a28f0e39c78b83fd917e7f856ae7aa
15350 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15351 Date:   Fri Apr 24 21:32:50 2015 +0900
15352
15353     [VM][FM77AV] Fixing hand-shake lines for keyboard-encoder.
15354
15355 commit eac8c8113cc4b51fe0e251e6f55b702949c83505
15356 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15357 Date:   Fri Apr 24 19:57:36 2015 +0900
15358
15359     [VM][FM7] Invert mask status of keyboard via main and sub.Penguinkun-Wars works.
15360     See also : http://www23.tok2.com/home/fm7emu/ysm7/ysm72/fm7h018a.gif .
15361
15362 commit 9b76127cdbb83a074f56f3b6ff1df4503fe72fa2
15363 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15364 Date:   Fri Apr 24 07:55:15 2015 +0900
15365
15366     [VM][FM77AV][WIP] Fixing real-time-key-scanning , WIP.
15367
15368 commit 7018059a16e0d80e99b2e3a41f5d4d7e31936c24
15369 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15370 Date:   Fri Apr 24 07:37:17 2015 +0900
15371
15372     [VM][FM7][KEYBOARD] Do not clear key-irq, on reading from sub.
15373                         Fixed OS-9.
15374
15375 commit 4fbcb1fc6e31e6ba7e4e5994e0db97c8a98ffc86
15376 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15377 Date:   Fri Apr 24 07:36:42 2015 +0900
15378
15379     [UI][Qt] KEyboard: DO not auto-repeat from Qt.
15380
15381 commit 04c287cb6c86b75dc95c9f19bef5e847bcd25f1d
15382 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15383 Date:   Fri Apr 24 03:05:33 2015 +0900
15384
15385     [VM][FM7] Full sync to 1uS.
15386
15387 commit a73a418e6f932b41afd354382be8f2ca0dde8c04
15388 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15389 Date:   Fri Apr 17 02:52:07 2015 +0900
15390
15391     [VM][FM77AV][DISPLAY][4096COLORS] Unroll planes -> pixel conversion.
15392
15393 commit 88bd12948f37bcf506342fffe8a0f564b6bedf8f
15394 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15395 Date:   Fri Apr 17 02:51:25 2015 +0900
15396
15397     [UI][Qt] D88:Cleaning work area.
15398
15399 commit d0ad19675496b30522fd5cd4ce6c127a896a55e4
15400 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15401 Date:   Fri Apr 17 01:42:07 2015 +0900
15402
15403     [UI][Qt][Draw] Fix unterminated Draw thread.
15404
15405 commit e775b227c4d45bf82fdf56f1cdd205f2fe4b75e2
15406 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15407 Date:   Fri Apr 17 01:41:11 2015 +0900
15408
15409     [VM][FM77AV][DISPLAY][4096COLORS] More faster drawing.
15410
15411 commit 7677b1ede9e3c161fe7b97b7d861bde35af20f15
15412 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15413 Date:   Fri Apr 17 00:29:57 2015 +0900
15414
15415     [VM][FM7] More sync to 1uS.
15416     [VM][FM77AV][DISPLAY][4096COLORS] Faster a bit.
15417
15418 commit cd2224f71b45a3d9595026e4870876b36006183d
15419 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15420 Date:   Thu Apr 16 22:41:03 2015 +0900
15421
15422     [VM][FM7] Sync <1uS both Ssub-system and main-system.
15423
15424 commit ea3820fe82058b54235e8ae131c95fc9e0c41a17
15425 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15426 Date:   Wed Apr 15 05:56:09 2015 +0900
15427
15428     [VM][FM7][WIP] Change sequence of SUB-MAIN handshake, this is Work-In-Progress.
15429
15430 commit 5ca46b81dd52f080a85597b753657a2f8d6ae1bb
15431 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15432 Date:   Wed Apr 15 05:55:02 2015 +0900
15433
15434     [Qt][Draw] Move drawing sequence to separate thread.
15435
15436 commit 468176fcb3a3324820a6ae06febf2b9e192dd0d7
15437 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15438 Date:   Wed Apr 15 04:57:24 2015 +0900
15439
15440     [Qt][Draw][EMU] Separate EMU, Joystick, Draw : Using QThread.
15441
15442 commit 4b9d8228e3a571dfe0f76d8c93cb9936a04c6b52
15443 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15444 Date:   Wed Apr 15 04:01:32 2015 +0900
15445
15446     [Qt][General] Use classes from QThread and run separate thread, not using timer.
15447
15448 commit b31d369b0fc1477f10652d3d78a15324094ae05d
15449 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15450 Date:   Tue Apr 14 23:52:56 2015 +0900
15451
15452     [VM][FM7] Not clear timer-int automatically.
15453
15454 commit f43cbb58a5d1fb6ec3bf4f6d07850437e3494bc5
15455 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15456 Date:   Tue Apr 14 05:49:39 2015 +0900
15457
15458     [DEBUG][Qt][SDL][SOUND] Do not sound when debugging.
15459
15460 commit 82e874621f1b37623e82da25744616af7b835da6
15461 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15462 Date:   Tue Apr 14 05:48:29 2015 +0900
15463
15464     [VM][FM7][IO][DISPLAY] Try to push out hand-shake lines via SUB-MAIN to event_vline();
15465
15466 commit 9cd8a86dc5cad8cafb386b1c07da15412f591c2c
15467 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15468 Date:   Mon Apr 13 06:20:32 2015 +0900
15469
15470     [General][Qt] Scheduler : Wait 1ms at least, expect to reduce HOST CPU USAGE.
15471
15472 commit f880cd800d29489f1bb00e68e0f67e94e8a8393a
15473 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15474 Date:   Mon Apr 13 06:19:37 2015 +0900
15475
15476     [VM][FM7][GENERAL][SOUND] Build with pcm1bit.cpp, not beep.cpp.
15477
15478 commit b275ac1dff8fc9d25c51453ec67351b3993e9bc3
15479 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15480 Date:   Mon Apr 13 06:17:41 2015 +0900
15481
15482     [VM][FM7][SOUND] Fix correct event handling for BEEP.
15483     [VM][FM7][SOUND] Use PCM1BIT() as beep, not using BEEP().
15484
15485 commit 2299764d72296a769adef639065ab86b960b2681
15486 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15487 Date:   Mon Apr 13 04:49:08 2015 +0900
15488
15489     [VM][DISK] Check CRC-ERROR with upper 4bit of status field.
15490
15491 commit 1e0e4bb7f130ecb1def6071bd1662a8e83fcc559
15492 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15493 Date:   Mon Apr 13 04:01:58 2015 +0900
15494
15495     [VM][FM7][MAINIO] Revert : set irqmasks to true, not false.
15496
15497 commit 25f94ea95eebe6c7835a55c223b455d07586fb60
15498 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15499 Date:   Mon Apr 13 03:20:27 2015 +0900
15500
15501     [VM][DEBUGGER][MC6809] Display interrupt status on command "R".
15502
15503 commit e417fe3ae959c1f932e588a979a5e2b4d3684c4f
15504 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15505 Date:   Mon Apr 13 03:07:02 2015 +0900
15506
15507     [VM][FM7][KEYBOARD] Keyboard : Zap internal variable within mainio / display, only keyboard.
15508
15509 commit 933065e78c0034dfb66158059cee763ce754f661
15510 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15511 Date:   Mon Apr 13 02:11:30 2015 +0900
15512
15513     [VM][FM7][SUB] (MAYBE) Fixed bugs around sub attention firq.
15514
15515 commit 45e569a86a32bdcae37043f24dbe08685cce91e1
15516 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15517 Date:   Mon Apr 13 00:55:38 2015 +0900
15518
15519     [VM][FM7] Fix not able to compile with FM-7.
15520
15521 commit 3c879de815a46ba2f49cea59407af62c71805691
15522 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15523 Date:   Sun Apr 12 17:48:08 2015 +0900
15524
15525     [VM][FM77AV][DISPLAY] Fix more corrct drawing.
15526
15527 commit 9ae24286845ac281b1d63164c6810587d5635150
15528 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15529 Date:   Sun Apr 12 17:23:43 2015 +0900
15530
15531     [VM][MC6809] Add read_io8(). Using for debug MMIOs.
15532
15533 commit d0e74db5a6e9b80e773f286c1680b63941c82eb4
15534 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15535 Date:   Sun Apr 12 17:23:02 2015 +0900
15536
15537     [VM][MB61VH010][FM77AV] ALULINE : More correct line-style.
15538
15539 commit 48c7cdcab614c029a6c9bdc07c21a0fe26d1cd3a
15540 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15541 Date:   Sun Apr 12 16:52:02 2015 +0900
15542
15543     [VM][FM77AV][DISPLAY] Fix wrong VRAM writing across 4096 colors and 8 colors.
15544
15545 commit 4edf0d135b1bddcd7a9b1957a9d9808f55fde6f8
15546 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15547 Date:   Sun Apr 12 03:52:12 2015 +0900
15548
15549     [VM][MC6809]
15550
15551 commit 065a044b854bbbf6920eba7a705e5e898b87a1da
15552 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15553 Date:   Sun Apr 12 03:51:40 2015 +0900
15554
15555     [VM][FM77AV] More correct vsync/vblank/hblank.
15556
15557 commit f87d30e99bf03289810e2257078d339e6fecc25d
15558 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15559 Date:   Sun Apr 12 00:42:52 2015 +0900
15560
15561     [VM][FM7][WIP] Fixing more accurate main-sub arbitation, WIP.
15562
15563 commit 68df9a736ab1b9aa3356b156f1c8107d9ee71213
15564 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15565 Date:   Sun Apr 12 00:42:21 2015 +0900
15566
15567     [VM][FM77AV][MB61VH010] More accurate lines.
15568
15569 commit d5208591452f0a56a20e382aef0dc3f0cc3d5c13
15570 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15571 Date:   Sat Apr 11 23:58:48 2015 +0900
15572
15573     [VM][FM77AV][MB61VH010] Fix wrong dot on line.
15574
15575 commit ea1117857e4cd07584803975cedbef79abbbce27
15576 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15577 Date:   Sat Apr 11 22:03:50 2015 +0900
15578
15579     [Build][Qt] Add forgotten symlinks.
15580
15581 commit d4288c829b350eacb6f403e75884554d14ab8249
15582 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15583 Date:   Sat Apr 11 00:48:03 2015 +0900
15584
15585     [VM][FM7][DISPLAY] Fixing bus arbitation both main cpu & sub cpu.
15586
15587 commit 80ad571a92f40d3c569ac0f5f4e45389b4bf68fd
15588 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15589 Date:   Sat Apr 11 00:04:10 2015 +0900
15590
15591     [VM][FM7] WIP.
15592
15593 commit f89d438b196435323101eead1d2b29e80911498c
15594 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15595 Date:   Fri Apr 10 23:56:47 2015 +0900
15596
15597     [VM][6809] Improve insns.
15598
15599 commit f9449ec924472772d33d7c3d3cc8ba6bc34435a7
15600 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15601 Date:   Fri Apr 10 23:01:15 2015 +0900
15602
15603     [VM][MC6809] Zap of wrong SET_V8(hoge,huga,geshi).
15604
15605 commit 18abd7b7018713e431a371781ae280c45a67f9eb
15606 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15607 Date:   Fri Apr 10 04:31:03 2015 +0900
15608
15609     [VM][DISK] Selective whether CRC error is ignored, please see src/qt/fm7/ .
15610
15611 commit 6921f765821c0c5977c5535f9abf79a36d3fcbdc
15612 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15613 Date:   Fri Apr 10 03:55:10 2015 +0900
15614
15615     [VM][MC6809] Disassembler : Add undefined instructions/index-post-bytes .
15616
15617 commit 961d67bf494cc1d1c0137ed27d46be48cd4e67e5
15618 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15619 Date:   Fri Apr 10 03:33:41 2015 +0900
15620
15621     [General][VM] Merge upstream, 2015-04-10.
15622
15623 commit 061006c8252be74365ad2a84eb641289f2b4e4ec
15624 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15625 Date:   Thu Apr 9 20:00:57 2015 +0900
15626
15627     [UI][Debugger][Qt] Using SDL_Thread for debugger.
15628
15629 commit d65739f24855ed6c11e7676a7ff5a50618a28929
15630 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15631 Date:   Thu Apr 9 18:15:07 2015 +0900
15632
15633     [UI][Debugger][Qt] Debugger working partly.
15634
15635 commit 4ccead5f6bd6441e71c246ddd44742dce32f2671
15636 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15637 Date:   Thu Apr 9 16:16:06 2015 +0900
15638
15639     [UI][Debugger][Qt] Add using QTermWidget.
15640
15641 commit c093835354abd67fe838b35144c52400f702fc74
15642 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15643 Date:   Thu Apr 9 15:29:19 2015 +0900
15644
15645     [Debugger][Qt] Add QtermWidget.
15646
15647 commit 38344c8db93441baf153131e947a171529ad1f64
15648 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15649 Date:   Thu Apr 9 03:25:34 2015 +0900
15650
15651     [Qt][DEBUGGER] Implement first , this is still not working.
15652
15653 commit aeeba7119e0ef42c45ba0d029f692b225859ea33
15654 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15655 Date:   Thu Apr 9 00:19:06 2015 +0900
15656
15657     [VM][FM7]
15658
15659 commit dcbedd09a096157a87aa93fd11177388002a8a5f
15660 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15661 Date:   Thu Apr 9 00:18:28 2015 +0900
15662
15663     [VM][MC6809] Implementing Dis assembler, needed from FM-77AV.
15664
15665 commit 4e4a23cf9b2416fd245c5ade5925c5b423d4b588
15666 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15667 Date:   Wed Apr 8 22:38:42 2015 +0900
15668
15669     [VM][FM7] Fixing tilepaint problems, WIP.
15670
15671 commit 4e8405a01acba9e0c82eac40455e3a615123f107
15672 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15673 Date:   Wed Apr 8 20:41:07 2015 +0900
15674
15675     [VM][MB61VH010][WIP] Fixing ALU.WIP.
15676
15677 commit 2ea322d9ddcd7532f610378775dd4fd9ffa3d5fe
15678 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15679 Date:   Wed Apr 8 04:37:44 2015 +0900
15680
15681     [VM][FM7] Fix pointing outs from Mr.Takeda.
15682     [VM][General] Fix compilation errors.
15683
15684 commit 2c128cfc91edff65477c8dbb2122523444eb53b7
15685 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15686 Date:   Wed Apr 8 03:42:12 2015 +0900
15687
15688     [General] Remove unneeded files.
15689
15690 commit 27a172ceb355adbaa7060c7f1902bdc73e33391e
15691 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15692 Date:   Wed Apr 8 03:40:37 2015 +0900
15693
15694     [General] Merge upstream 2015-04-07.
15695     [VM][FM7] Fix memory leak of keyboard. Thanks to Takeda san.
15696
15697 commit efedf66063e9bf58344de469d690016b4b2ce187
15698 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15699 Date:   Tue Apr 7 16:57:57 2015 +0900
15700
15701     [VM][6809] Do not loop on CWAI.
15702
15703 commit 6e1966126ef67a6cbdffdfce83fbf1fab052ea7d
15704 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15705 Date:   Tue Apr 7 16:15:46 2015 +0900
15706
15707     [VM][MC6809] Fix flags, instruction cycles...
15708
15709 commit d1ca8d1c7a68c42de0bf80c40dc940f21cccbe51
15710 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15711 Date:   Tue Apr 7 14:06:30 2015 +0900
15712
15713     [VM][FM7] Keyboard : Fix memory leak.
15714
15715 commit 0502cb1b86e681c40be42fbe9f6e97f3d7d09e99
15716 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15717 Date:   Mon Apr 6 21:04:40 2015 +0900
15718
15719     [VM][FM7][FM77AV] Set sub clock.
15720
15721 commit 7867aecc2d9493aae7d4d87a86bbf0b33a11aca4
15722 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15723 Date:   Mon Apr 6 20:11:16 2015 +0900
15724
15725     [VM][FM77AV][FM77] Fix faster clock when enabled MMR.
15726
15727 commit c63b53f3225cc7bc64ec508a3dd301175fd5c05f
15728 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15729 Date:   Mon Apr 6 20:02:02 2015 +0900
15730
15731     [VM][MC6809] More integrated instructions.
15732
15733 commit 37d689e6a60d8b637da29725953c1a3836797cb3
15734 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15735 Date:   Mon Apr 6 18:19:14 2015 +0900
15736
15737     [VM][MC6809] Integrate duplicate functions. This is WIP.
15738
15739 commit 56c18af2935b9fbb0a2d7d234bea68299cdf812c
15740 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15741 Date:   Mon Apr 6 06:56:34 2015 +0900
15742
15743     [VM][MC6809][FM77AV] Fix setting CC_V flag for some instructions.
15744
15745 commit 0d300e26d8924ddb8122ebfb82c27f7761376098
15746 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15747 Date:   Mon Apr 6 02:20:56 2015 +0900
15748
15749     [MB61VH010] Bug: Fix line style problem.
15750
15751 commit 840ee75e628576eeba55da72c5abae8d8167dfbf
15752 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15753 Date:   Mon Apr 6 00:41:01 2015 +0900
15754
15755     [VM][FM77AV][MB61VH010] Fix line putting.
15756
15757 commit 365556d7766e7ef80e484eb9e0e682c253727ed7
15758 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15759 Date:   Sat Apr 4 00:03:15 2015 +0900
15760
15761     [VM][FM77AV] Implementing kanjirom accesses from sub-system.
15762
15763 commit 4c538d8fc6a2a3c405bd3a099aef46af60efe536
15764 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15765 Date:   Fri Apr 3 23:17:41 2015 +0900
15766
15767     [VM][FM7] Fix memory leak.Thanks Takeda-San!
15768     [VM][FM77AV] Add extra ram (64K). If you wish to use this, set bit1 of config.dipswitch.
15769                  UI implementaition will do later.
15770
15771 commit f7fc825bbe2d6d8ccbd27bbfdd0e9d456d5b337a
15772 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15773 Date:   Fri Apr 3 22:35:25 2015 +0900
15774
15775     [General][FM7] Fix weird prefix "0b". This disables compiling on M$ VC (2008 or earlier?) .
15776     [VM][FM77AV] Fix real time key input.
15777
15778 commit ab7839b870e4e1451506205f019f5e97fbb5ab9d
15779 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15780 Date:   Thu Apr 2 22:32:07 2015 +0900
15781
15782     [VM][FM77AV] Implement RTC.
15783     [VM][FM77AV] Reset keymode to standard ("FM-7") when reset.
15784
15785 commit 47aa9c67a1ca9687d8cca4a8e2dc40975f8c7ace
15786 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15787 Date:   Thu Apr 2 21:36:54 2015 +0900
15788
15789     [VM][FM77AV][MB61VH010][ALU] ALU: Fix address handling correctness.
15790
15791 commit 39041f0f01b5ab62831e826c02b963f0cecdced7
15792 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15793 Date:   Thu Apr 2 20:20:38 2015 +0900
15794
15795     [VM][FM77AV][ALU] Write correct line, aritmetic per dot.
15796
15797 commit 9af4a1c255af2dbe92a539ea83364c7c918fb059
15798 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15799 Date:   Thu Apr 2 18:21:00 2015 +0900
15800
15801     [VM][FM7][KEYBOARD][WIP] Implementeing real-time scan mode.
15802
15803 commit ef7d361e8a7a4d04ce1193764e539a73ba97cb0c
15804 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15805 Date:   Thu Apr 2 08:16:24 2015 +0900
15806
15807     [VM][FM7] Rename FMALU -> MB61VH010 .
15808
15809 commit f4fb3b557ff0f2affac5f3d3f965d6396eb32ad0
15810 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15811 Date:   Thu Apr 2 07:22:46 2015 +0900
15812
15813     [VM][FM77AV][DISPLAY] VRAM : Use alu before read/write , if enabled.
15814
15815 commit b1a07d7be17ce8442856f1c19d785e65aad67905
15816 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15817 Date:   Thu Apr 2 07:02:30 2015 +0900
15818
15819     [VM][DISPLAY][FM77AV] 4096 colors mode: Fix color order.
15820
15821 commit cc51ce8df0ac58a12b48f27394bf55cc0c8d79dc
15822 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15823 Date:   Thu Apr 2 05:34:39 2015 +0900
15824
15825     [VM][FM77AV] Do offset register per bank.
15826
15827 commit 52ba2f3c09216969e22b99879152f5eba90013bb
15828 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15829 Date:   Thu Apr 2 04:39:16 2015 +0900
15830
15831     [VM][FM77AV][DISPLAY] Fix correct scroll on 640x200@8color and FM-7
15832     compatible mode.
15833
15834 commit 00f5abebde1c79e95a9f972f1b663743e2295b1a
15835 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15836 Date:   Thu Apr 2 03:42:52 2015 +0900
15837
15838     [VM][FM77AV] Run initiator rom once, do not run when pressed reset button.
15839
15840 commit 53a724b730dc3259e6ce18f4eb00fe6b0df760b6
15841 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15842 Date:   Thu Apr 2 03:07:10 2015 +0900
15843
15844     [VM][FM77AV] Fix boot sequence:
15845     * If statoe of initiator rom  whether enabled/disabled, mainmem->reset().
15846     * Patch boot_ram[0x1fe][1ff] = 'fe 00'.
15847
15848 commit 823a382ebf6b519e316fb5a3abc0b689098f8d07
15849 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15850 Date:   Thu Apr 2 01:13:40 2015 +0900
15851
15852     [VM][FM7][FM77AV] Build only FM7 supports, again.
15853
15854 commit a39b65d4000ac3bf5aba7a04522b5df9a9394f14
15855 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15856 Date:   Thu Apr 2 00:17:20 2015 +0900
15857
15858     [VM][FM77AV] SUBROM : Fix not loading SUBROM_A.
15859
15860 commit 2ac902014c27c369fbb0637e008b73747d40939d
15861 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15862 Date:   Tue Mar 31 15:57:44 2015 +0900
15863
15864     [WIP][VM][FM77AV] Implement are
15865
15866 commit c1ed4147861e37db605c92bd2a291894e352cdac
15867 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15868 Date:   Tue Mar 31 06:59:40 2015 +0900
15869
15870     [FM7][WIP][ALU] FM77AV:
15871
15872 commit f9e7761a8fb785b84a0543c110aec6342ac18177
15873 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15874 Date:   Tue Mar 31 05:19:03 2015 +0900
15875
15876     [VM][FM7] 77AV : ALU. WIP.
15877
15878 commit b3b8e66bdfa9c72d4bde0e40c8bbe01088136aab
15879 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15880 Date:   Mon Mar 30 14:24:13 2015 +0900
15881
15882     [VM][FM77AV][WIP] Implementing subsystem and mmr, WIP.
15883
15884 commit 2ceede81b904f30819e40fe13d5d0005ebc52cb4
15885 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15886 Date:   Mon Mar 30 12:01:11 2015 +0900
15887
15888     [VM][FM77AV] Initial build.Some of FM7's softwares (not for 77AV or later) are working.
15889
15890 commit ed6c5ecad795e7ab382113425ecbf2fe90bc5fc8
15891 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15892 Date:   Mon Mar 30 02:27:15 2015 +0900
15893
15894     [DOC][Qt] Update suppoted machines.
15895
15896 commit 1b83e6431c2d198aaaf6c1136a847cb74779563e
15897 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15898 Date:   Mon Mar 30 02:17:51 2015 +0900
15899
15900     [VM][General][Qt] Add FM-R50.
15901
15902 commit 371d17a6287e7f9f7157958d7f20b9acae974fd2
15903 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15904 Date:   Mon Mar 30 01:43:39 2015 +0900
15905
15906     [VM][Qt] Add FM16PI.
15907
15908 commit 9f88ad3fd8d67788029262c79348b600a1b1a861
15909 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15910 Date:   Sun Mar 29 23:46:42 2015 +0900
15911
15912     [VM][General][Qt] Add Sega GameGear and Master System.
15913
15914 commit f2b921cbcb784dc98ecab93be13613656a216d22
15915 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15916 Date:   Sun Mar 29 23:00:14 2015 +0900
15917
15918     [General][Qt] Document: Update supported list.
15919
15920 commit 27dcde59b7c1ea8026276ca03b69fbcc01a081e8
15921 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15922 Date:   Sun Mar 29 22:56:49 2015 +0900
15923
15924     [UI][Qt] Add support to load/save binary file.
15925     [Qt][General] Add support to build for TK-80 BS.
15926
15927 commit d8fe054d493b3c063ac1cf697d328b0561354876
15928 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15929 Date:   Sun Mar 29 21:04:36 2015 +0900
15930
15931     [VM][TK80BS][Qt] Add tk80bs.
15932
15933 commit e4f0a4cd56a7a547b9d90cad0553357e8d578df6
15934 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15935 Date:   Sun Mar 29 20:48:21 2015 +0900
15936
15937     [BUILD][FP1100] Add forgotten commited file.
15938
15939 commit e2a2998040f4960c1de38ffec4148a30654553d6
15940 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15941 Date:   Sun Mar 29 20:46:56 2015 +0900
15942
15943     [General][Qt] Enable to build even not support counter of CMT.
15944     [General][Qt] Add Casio FP1100.
15945     [General][Qt][FM7] Fix bug of soundcard selection.
15946
15947 commit 04abc7ea59323bc5d2e737bb85a469258bc16ef1
15948 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15949 Date:   Sun Mar 29 20:13:38 2015 +0900
15950
15951     [UI][MSX][Qt] Add support floppies.
15952
15953 commit c18e7c8e3492a99e2c8a037b8b553e6c1dc84e0c
15954 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15955 Date:   Sun Mar 29 20:13:03 2015 +0900
15956
15957     [UI][Qt] Build even not supported write protection of FDs.
15958
15959 commit ffc6d44feb56675aba2de41a783f2f971281f0b2
15960 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15961 Date:   Sun Mar 29 19:20:52 2015 +0900
15962
15963     [VM][MSX2][Qt] Add min() function for v99x8, build without Visual Studio.
15964
15965 commit ae68ba9b91f5dcee9ca0db4b3600604b40ff6a46
15966 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15967 Date:   Sun Mar 29 19:07:08 2015 +0900
15968
15969     [General][Qt] Merge upstream 2015-03-28.
15970
15971 commit c3d2dad4eaa7a937a2442c20210a10f47c4c9619
15972 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15973 Date:   Sun Mar 29 18:20:58 2015 +0900
15974
15975     [Doc][Qt] Delete contaminated text.
15976
15977 commit e48cdfae6a84d9c2e53812b1b438ee463b945132
15978 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15979 Date:   Sun Mar 29 18:16:08 2015 +0900
15980
15981     [Qoc][Qt] I found more typo ('A)
15982
15983 commit abeafd4a8f1a8898a84c8503ad2672c14971e6ba
15984 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15985 Date:   Sun Mar 29 18:14:50 2015 +0900
15986
15987     [Doc][Qt] I forgot needs OpenGL (>_<)
15988
15989 commit b50adfa6ee0b33438dddf8f9f80612419b919459
15990 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15991 Date:   Sun Mar 29 18:12:30 2015 +0900
15992
15993     [DOC][Qt] Add "4.Qt specified notice:" .
15994
15995 commit a60b5a23c599d800ea7c1bbad59f76a42bef0ec3
15996 Author: K.Ohta <whatisthis.sowhat@gmail.com>
15997 Date:   Sun Mar 29 18:07:53 2015 +0900
15998
15999     [DOC][Qt] Fix some typos (^_^;
16000
16001 commit 3c875fb911e484c15bfdad2f67dadb9bdedd5e75
16002 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16003 Date:   Sun Mar 29 18:05:09 2015 +0900
16004
16005     [Qt][FM7][DOC] Fix some weird riterals
16006
16007 commit 3f4a52dcd698db7e8f0566e6025f2a6696b67254
16008 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16009 Date:   Sun Mar 29 18:00:24 2015 +0900
16010
16011     [General][Document] Add documentations from ME.
16012
16013 commit 22a0c0ea42df11c00493442e44fb155ee8502037
16014 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16015 Date:   Sat Mar 28 22:21:37 2015 +0900
16016
16017     [WIP][VM][FM7] FM77AV : Temporally implement ALU / LINE.
16018
16019 commit efae3a6207c32faaf1701b7bb9a5b7980fce7598
16020 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16021 Date:   Sat Mar 28 10:07:48 2015 +0900
16022
16023     [VM][FM7][WIP] FM77AV: Implementing ALU.
16024
16025 commit 98887a7621bab48dc8d78d2de09a15036cd60fd6
16026 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16027 Date:   Sat Mar 28 06:44:16 2015 +0900
16028
16029     [VM][FM7] Not sparsed GVRAM.
16030
16031 commit 51d92a7aa1f5646583bc3761d508b87acd884787
16032 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16033 Date:   Tue Mar 24 00:42:17 2015 +0900
16034
16035     [DISK][MB8877] Write Track: Trim buffer per write.
16036
16037 commit cb6c2707fd511c2bf07b868f5ffdee99b6469fb2
16038 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16039 Date:   Sat Mar 21 20:52:54 2015 +0900
16040
16041     [VM][FM7][SOUND] OPN: Clear data-register when accessing prescaler(s).
16042
16043 commit 56e0ed2f133f68db17968c190a1a4929ed832d1a
16044 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16045 Date:   Sat Mar 21 19:47:16 2015 +0900
16046
16047     [VM][MC6809][MB8877] Comment out debug printouts.
16048
16049 commit 030a04dfcea18db369db04646d17275219eae13f
16050 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16051 Date:   Sat Mar 21 19:46:06 2015 +0900
16052
16053     [VM][FM7][SUBSYSTEM] MAINIO: Get busy flag from display directly.WORKING 1942.
16054
16055 commit 0247a46aa020fd89fb041cc5e23792c9e9592811
16056 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16057 Date:   Sat Mar 21 06:01:57 2015 +0900
16058
16059     [VM][FM7][WIP] Floppy: Embed debugging codes to work 1942.
16060
16061 commit a339244f2917f7acbe574a88f31ef3aca3d17487
16062 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16063 Date:   Sat Mar 21 02:26:24 2015 +0900
16064
16065     [VM][FDC][MB8877] D77/D88 : Make dummy track data when seeking to un format track.
16066
16067 commit fc14e822aa6f629a35be03d5c89d4932e2116ca0
16068 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16069 Date:   Fri Mar 20 08:00:42 2015 +0900
16070
16071     [WIP][VM][FM7] Check heavily when using OS-9 L1.
16072
16073 commit 730308023d0382ce7c2837816e18f54ad5e6726d
16074 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16075 Date:   Fri Mar 20 04:40:34 2015 +0900
16076
16077     [VM][FM7][SOUND][OPN] WIP: Fixing CSM mode is not working.
16078
16079 commit c845df8429b9b1ef162a1b7fa8cd794b7733296f
16080 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16081 Date:   Fri Mar 20 03:00:33 2015 +0900
16082
16083     [VM][FM7][MAINIO] Fix IRQ handling ; I was wrong (;´Д`)
16084
16085 commit 35fd2d11d842a42e4cb693eb98f06669c151f53b
16086 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16087 Date:   Thu Mar 19 22:12:19 2015 +0900
16088
16089     [VM][FM7][FDC] Bug: Fix flags correctness.
16090
16091 commit b7758ccaeb783f7ea30a1fae9c4f99aa4faa81bb
16092 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16093 Date:   Thu Mar 19 22:10:47 2015 +0900
16094
16095     [VM][DISK] Not set crc-error at sector_data[0x0a] == 0x00 or 0x10, this is temporally work around.
16096
16097 commit c389ae9487166080cc575544235f1113ebd3be1f
16098 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16099 Date:   Thu Mar 19 21:27:18 2015 +0900
16100
16101     [VM][FM7][MAINIO] Split around sound, floppy to separate file.
16102
16103 commit a539085dfc5774fd4f7a19522d817cbd6bd82e91
16104 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16105 Date:   Thu Mar 19 15:24:17 2015 +0900
16106
16107     [VM][FM7] WIP: Trying to fix unreadable some D77 images.
16108
16109 commit 56cbc93af07b68a5382c21f45ed0409ce2df88de
16110 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16111 Date:   Thu Mar 19 15:23:19 2015 +0900
16112
16113     [VM][HC20][Qt] memory.cpp : Implement lacked function : min().
16114
16115 commit a2aad309879762be29abaa0709ec4043cfbf2e49
16116 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16117 Date:   Wed Mar 18 17:26:03 2015 +0900
16118
16119     [Build][General][FM7] Using beep instead of pcm1bit.
16120
16121 commit 969e6a96172e9e69d933b8b4f6401f8e44a511bf
16122 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16123 Date:   Wed Mar 18 16:50:14 2015 +0900
16124
16125     [VM][FM7] Using logger.
16126
16127 commit fe97dc23b3812a3681516dc18bd614e8b083ebd4
16128 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16129 Date:   Wed Mar 18 16:35:53 2015 +0900
16130
16131     [General][Qt] Use AGAR_LoggerFoo() to log messages.
16132
16133 commit d2103826de09e415750c60d5003d464a678cffbb
16134 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16135 Date:   Wed Mar 18 15:33:44 2015 +0900
16136
16137     [VM][FM7] MainIO : Fix interrupt registers ($FD03) ワーイヽ(゚∀゚)メ(゚∀゚)メ(゚∀゚)ノワーイ
16138
16139 commit cc9813daab990b3bc1b773b733463b6937a42f1b
16140 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16141 Date:   Wed Mar 18 15:01:32 2015 +0900
16142
16143     [VM][MC6809] I merged forgotten save_state/load_state X-)
16144
16145 commit bc43b8173603462328ae517d0930c299e79c64b7
16146 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16147 Date:   Wed Mar 18 14:51:04 2015 +0900
16148
16149     [General][Qt] Merge upstream 2015-03-15.
16150
16151 commit 3d90012bc55983a5051a7196abc4c6da40320134
16152 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16153 Date:   Wed Mar 18 05:51:57 2015 +0900
16154
16155     [WIP]
16156
16157 commit a1325d3e68d0f13590261acf583e1431754c65b1
16158 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16159 Date:   Wed Mar 18 05:51:28 2015 +0900
16160
16161     [WIP][MC6809] Trim indents.
16162
16163 commit afa75db5223332d734216f0344bb070ff2b375a5
16164 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16165 Date:   Wed Mar 18 04:50:44 2015 +0900
16166
16167     [VM][MC6809] Fix clear of irq/firq on new interrupt checker.
16168
16169 commit dcf0aef6e58eac8f67fd049fdd3ae8d732102390
16170 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16171 Date:   Wed Mar 18 04:34:15 2015 +0900
16172
16173     [VM][MC6809] IRQ HANDLING : Import from XM7/SDL.
16174
16175 commit f4c917586a29ace5fb7740875e61b2e8c175826f
16176 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16177 Date:   Wed Mar 18 04:13:31 2015 +0900
16178
16179     [VM][MC6809] Import XM7/SDL's instruction routines (m6809ops.h / m6809tbl.h)to mc6809.cpp.
16180     [VM][MC6809] Separate some definitions to mc6809_consts.h
16181
16182 commit 37fde59fe2a2fe9682169b02f8ff43f2f598e215
16183 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16184 Date:   Wed Mar 18 01:45:53 2015 +0900
16185
16186     [VM][FM7][WIP][PSG] Fixing not sound on PLAY statement.
16187
16188 commit 752acf58904902f72c34df5db4368b3ec4c28ade
16189 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16190 Date:   Tue Mar 17 22:02:06 2015 +0900
16191
16192     [VM][FM7][WIP] MainIO: Fixing around interrupts.
16193
16194 commit c7ef830b09ff2e6384f51166bcf08caf91b9269f
16195 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16196 Date:   Tue Mar 17 18:54:05 2015 +0900
16197
16198     [VM][FM7]MainIO : NEVER change irq flags when masked keyboard irq.
16199
16200 commit a49ecfaef26612181e3a756f54c96570e44e8dac
16201 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16202 Date:   Tue Mar 17 03:08:43 2015 +0900
16203
16204     [VM][FM7][WIP] Fixing some softwares (i.e.Sonic BOOM) were frozen with cyclesteal = off.
16205
16206 commit e7e6702a02515880d651f2e73667cfaa66c7db10
16207 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16208 Date:   Mon Mar 16 23:20:12 2015 +0900
16209
16210     [VM][FM7][DISPLAY] Apply befor MC6809's changing.
16211
16212 commit d28749e280e2b99a0d4e811a5edaece6de007bf3
16213 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16214 Date:   Mon Mar 16 23:07:17 2015 +0900
16215
16216     [VM][MC6809] Do not clear interrupt automatically, excepts NMI.
16217
16218 commit 12ae94120f98e363af47c1157aaff128149588cc
16219 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16220 Date:   Mon Mar 16 22:02:00 2015 +0900
16221
16222     [VM][FM7] SUBSYSTEM/DISPLAY : Add clr()_foo features to clear any bus.
16223
16224 commit c441a68032009cea9a6cd4bba0894f28b926ef86
16225 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16226 Date:   Mon Mar 16 19:48:33 2015 +0900
16227
16228     [FM7][DISPLAY] Force SYNC submemory and mainmemory to SUBCPU.
16229
16230 commit 9b3d46b2d8b6b229b33226620b6bd9546955ed87
16231 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16232 Date:   Mon Mar 16 19:34:57 2015 +0900
16233
16234     [VM][FM7][MC6809] Add BUSLINE determines MPU is (not) halted.
16235
16236 commit 93d095c8a3d46c26c57af3c3202f32aa7dfd3ff5
16237 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16238 Date:   Mon Mar 16 06:00:52 2015 +0900
16239
16240     [VM][FM7] WIP: Implementing correct subsystem, yet.
16241
16242 commit d61b09e54ea042cc453a7fbe9acb9e3fd2d723ef
16243 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16244 Date:   Mon Mar 16 04:44:31 2015 +0900
16245
16246     [VM][FM7] WIP: Implementing correct subsystem.
16247
16248 commit ae8328ef68db8cf2f6f306060285f95beb7e64c3
16249 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16250 Date:   Mon Mar 16 02:48:08 2015 +0900
16251
16252     [VM][FM7][DISPLAY] Correct halt of SUBCPU.
16253
16254 commit 98100d8e1740b0173276dd99350180c3f274b314
16255 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16256 Date:   Mon Mar 16 02:47:39 2015 +0900
16257
16258     [VM][MC6809] Re-implement correct BUSREQ.
16259
16260 commit bb6adb7d9a228bb570efda1f1398d9dbb2d8e383
16261 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16262 Date:   Fri Mar 13 23:28:09 2015 +0900
16263
16264     [VM][MC6809] Fix wrong MUL instruction.Re-Enter.
16265     
16266     Conflicts:
16267             source/src/vm/mc6809.cpp
16268             source/src/vm/mc6809.h
16269
16270 commit 4dec4d45c361ca26129c0fbf48f0ff72fce28614
16271 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16272 Date:   Mon Mar 16 00:11:09 2015 +0900
16273
16274     [VM][6809][WIP]
16275
16276 commit 27e7029b2d12c69fa910bc95c0ebc17df02fb2d2
16277 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16278 Date:   Sun Mar 15 23:28:45 2015 +0900
16279
16280     [VM][MC6809] Improve implements.
16281
16282 commit 7ea5260a0c301e6a0669fa5f67b7523e8a2dbc91
16283 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16284 Date:   Sun Mar 15 15:19:03 2015 +0900
16285
16286     [VM][MC6809] Clear H flag on SUB/SBC.
16287     [VM][MC6809] Using SET_HNZVC on any insns.
16288
16289 commit ec402312bfed075d26953f6f20115938eafd8d47
16290 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16291 Date:   Sun Mar 15 13:35:34 2015 +0900
16292
16293     [FM7][DISPLAY] Fix not resetting multi-page after reset().
16294
16295 commit 1c13c5efa51e76cc5965950fe21cb1f61dc6cd64
16296 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16297 Date:   Sun Mar 15 13:28:17 2015 +0900
16298
16299     [VM][MC6809] Fixing some instructions. Sounds RELICS, not sound play instruction.
16300
16301 commit c073c20e13921ff1d72028f6c9ed0bb6d237968e
16302 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16303 Date:   Sat Mar 14 11:40:39 2015 +0900
16304
16305     [VM][MC6809] Implement faster index addressing postbyte.
16306
16307 commit d39fc37eca27d25118a2f67808074fd0199d62a0
16308 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16309 Date:   Sat Mar 14 04:25:21 2015 +0900
16310
16311     [VM][MC6809] Faster interpret instructions.
16312
16313 commit ffd42e8a5aaf01265ead2e96d90cbeb9501d306a
16314 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16315 Date:   Sat Mar 14 02:57:14 2015 +0900
16316
16317     [VM][MC6809] Remove volatile definition.
16318
16319 commit 93f2b8bed5943dafdcabe2c9c19ca972ef423b90
16320 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16321 Date:   Sat Mar 14 02:56:31 2015 +0900
16322
16323     [VM][FM7] Display : ON demand drawing.
16324     [General][Build][FM7] Ready to build with llvm clang.
16325
16326 commit cfb4d2cebb44b828a88af6d6b81f0ced5f9905f9
16327 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16328 Date:   Sat Mar 14 02:12:09 2015 +0900
16329
16330     [VM][MC6809] Clear all registers on reset.
16331
16332 commit 6763f6a64730e67673b36e7e7310a3cd10ae3e1c
16333 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16334 Date:   Sat Mar 14 02:11:32 2015 +0900
16335
16336     [VM][FM7][Sound] Clearly beep(WIP).
16337
16338 commit 20a76dc3b1999368fa97a6a425f07ecddce1ef2f
16339 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16340 Date:   Sat Mar 14 01:41:30 2015 +0900
16341
16342     [VM][FM7] Disable basic-rom excepts basic boot mode.
16343
16344 commit d9bb39f5f085074dd70ae58f7f59aebb43137e37
16345 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16346 Date:   Sat Mar 14 01:10:39 2015 +0900
16347
16348     [VM][FM7] FDC: DO NOT interrupt on DRQ.
16349
16350 commit 29f40e83e2bd7b59d753ba99d079d36bb3d018e9
16351 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16352 Date:   Sat Mar 14 00:50:48 2015 +0900
16353
16354     [VM][FM7] Improbe implementation of MAIN::$FD03 and interrupts.
16355
16356 commit 1361f8f062b8f19d9b6b67903813f37c1742c869
16357 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16358 Date:   Sat Mar 14 00:20:50 2015 +0900
16359
16360     [VM][FM7] Fix reading from MAIN:FD04.
16361     [VM][FM7] Count IRQ/FIRQ/NMI.
16362
16363 commit 85b2c7c6b0c60d5cd7a386f24833c750d62107fc
16364 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16365 Date:   Fri Mar 13 23:28:09 2015 +0900
16366
16367     [VM][MC6809] Fix wrong MUL instructionb.
16368
16369 commit 6597b432f276cd850c7ed53aa705fa2543d9e851
16370 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16371 Date:   Fri Mar 13 05:40:39 2015 +0900
16372
16373     [VM][EVENT]
16374
16375 commit cac403472385f2cfe4d693e94ba0730ab6fc7bfa
16376 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16377 Date:   Fri Mar 13 05:39:48 2015 +0900
16378
16379     [VM][FM7][UI] Improve quality of HOT-START(special reset) implementation.
16380
16381 commit a3468408b21a1d9499d5e5cc7430d94723133236
16382 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16383 Date:   Fri Mar 13 04:53:08 2015 +0900
16384
16385     [VM][FM7][SND] Sounds PSG and OPN, enable to use JoyStick, but something is wrong.
16386
16387 commit 68f0d9cf6510c730f550df0eb268668a89f5c356
16388 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16389 Date:   Fri Mar 13 00:40:24 2015 +0900
16390
16391     [VM][FM7] Sounds BEEP and CMT. Still not sounds PSG/OPN...
16392
16393 commit a5e988820fe4b47dd6f9450db131a2276379111f
16394 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16395 Date:   Thu Mar 12 23:17:38 2015 +0900
16396
16397     [VM][FM7] Add cyclesteal features.
16398     [VM][FM7] Fix correct clock changing.
16399
16400 commit 45db0cd31e8f71b9b70516826e537b60fa9cbffd
16401 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16402 Date:   Thu Mar 12 22:29:44 2015 +0900
16403
16404     [VM][FM7] Add timer interrupt @ main.2.0345msec.
16405
16406 commit 16ae699886a3da8049e65dc0ccb8a266859a47af
16407 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16408 Date:   Thu Mar 12 22:29:21 2015 +0900
16409
16410     [UI][FM7][Qt] Modify menus.
16411
16412 commit 5eada99e4cb6e5ad1b9cc4120585323825a50430
16413 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16414 Date:   Thu Mar 12 19:29:44 2015 +0900
16415
16416     [VM][MC6809] Fix wrong some instructions.
16417
16418 commit 4ae9333636b9348f04268e0eff94a58daa10d976
16419 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16420 Date:   Thu Mar 12 16:54:55 2015 +0900
16421
16422     [VM][FM7] Kanjirom: fix memory size.
16423
16424 commit eafdfbdcbaf6ff5177a056c863f2c4b11d86698c
16425 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16426 Date:   Thu Mar 12 16:50:04 2015 +0900
16427
16428     [VM][FM7][MAINIO] Fix kanji rom, some characters (i.e."待") are not displayed.
16429
16430 commit 0f88b6349efd23794e8dc47c4e1eab18f69bc0f6
16431 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16432 Date:   Thu Mar 12 16:36:01 2015 +0900
16433
16434     [VM][FM7][Display] Fix around scroll register.
16435     [FM7][Display] Faster drawing.
16436
16437 commit 3c785c87296229a02577c147bb74107fdad0aede
16438 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16439 Date:   Thu Mar 12 16:11:17 2015 +0900
16440
16441     [VM][FM7] Floppy working(at least reading).
16442
16443 commit 37de3b5e20bb16013b3bb1a333b4a7218fa55f9b
16444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16445 Date:   Thu Mar 12 13:32:47 2015 +0900
16446
16447     [VM][FM7] Main BASIC ROM WORKS. Datarec, fdc, and sound still now work.
16448
16449 commit f6108ab8a28b70d9ad6238ac1c70cf8c485f1ae4
16450 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16451 Date:   Thu Mar 12 13:08:44 2015 +0900
16452
16453     [VM][FM7] SUBMONITOR SEEMS TO WORKING.
16454
16455 commit 65fe797cd5a681ba25c14a88566d7c80d0a8cd9a
16456 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16457 Date:   Wed Mar 11 21:44:18 2015 +0900
16458
16459     [VM][FM7] Passed linking. Keyboard part is working, others are still not working.
16460
16461 commit e89e568f88aa435691fac0eae57bdcbde76ea627
16462 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16463 Date:   Wed Mar 11 18:50:25 2015 +0900
16464
16465     [VM][FM7][General] Passed to link.
16466
16467 commit cdf4d55356a8d5c7aea43a37a29e73c792efd16b
16468 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16469 Date:   Wed Mar 11 18:11:17 2015 +0900
16470
16471     [VM][FM7] EMUFM7: passed compilation, still not link.
16472
16473 commit 8654f6a565106954db14f90d77e1e27129452e47
16474 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16475 Date:   Wed Mar 11 06:39:02 2015 +0900
16476
16477     [VM][FM7] Implementing keyboard.cpp .
16478
16479 commit bfde4cd582fd70d2c311a020c0fc39ed276c5d74
16480 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16481 Date:   Wed Mar 11 05:08:19 2015 +0900
16482
16483     [VM][PC8801] Apply cpufreq changing features.
16484
16485 commit 3afa3ffc757251a062aea9e9bddad82934d06ca1
16486 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16487 Date:   Wed Mar 11 04:15:54 2015 +0900
16488
16489     [VM][FM7] Passed compilation excepts keyboard.cpp.
16490
16491 commit b67ef435a106f245cad549c02312a58fc46a13a5
16492 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16493 Date:   Wed Mar 11 01:04:46 2015 +0900
16494
16495     [VM][FM-7] Implement more IOs.
16496
16497 commit 2cd6b5393953de9f993dda3c375de337275d9a73
16498 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16499 Date:   Tue Mar 10 17:48:48 2015 +0900
16500
16501     [VM][FM7] More implementing DISPLAY. WIP.
16502
16503 commit e0b8b19e7ca699756a64cb25f7006a45100f6628
16504 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16505 Date:   Tue Mar 10 14:29:45 2015 +0900
16506
16507     [General][Qt] Merge upstream, datarecorder with sound.
16508     [VM] Datarec: Fix loading T77 image.
16509
16510 commit 79495aab7bf3fd24c343fac70bf6d7423ff9cea9
16511 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16512 Date:   Sun Mar 8 20:25:30 2015 +0900
16513
16514     [WIP][VM][FM7] Display : still implementing.
16515
16516 commit 0f9bc6371c26f23447aa0f17a6329b5e9dd39acf
16517 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16518 Date:   Sun Mar 8 19:34:54 2015 +0900
16519
16520     [VM][FM7] Delete Machine specified definitions.
16521
16522 commit 3a3fb18fe59dc193c3e7d338f88e4f970db61730
16523 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16524 Date:   Sun Mar 8 17:23:34 2015 +0900
16525
16526     [VM][FM7][WIP] Implementing mainmemory.
16527
16528 commit 107660690e947ffac578565f7abde0ce3bfa40bf
16529 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16530 Date:   Fri Mar 6 04:15:08 2015 +0900
16531
16532     [UI][Qt] CART: Update display of recent list on download cart.
16533
16534 commit a3ad8c3e091f4cd1ae2cab38506477f5cde58a3b
16535 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16536 Date:   Fri Mar 6 03:19:42 2015 +0900
16537
16538     [General][Build][Qt] Build even using LLVM CLANG. I tested on clang/clang++-3.5 .
16539
16540 commit 5971cf4aff81bcc0186856937c920bf462e9b6ed
16541 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16542 Date:   Tue Mar 3 05:02:36 2015 +0900
16543
16544     [General] Merge from Upstream: 2015-03-03.
16545
16546 commit f2762ba504f31f376e908bdc03d4b3f31b6e6ceb
16547 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16548 Date:   Tue Mar 3 05:00:47 2015 +0900
16549
16550     [BUG][VM][Qt] upd765a.h : Fix wrapper functions for Qt/Agar/SDL.
16551
16552 commit b6ae95f7a8c2e8908ad3d9de14ba7b7b8b010623
16553 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16554 Date:   Mon Mar 2 18:04:44 2015 +0900
16555
16556     [VM][FM7] Add skelton of ALU.
16557
16558 commit 87a5ebf80bc91deefbf2146326677a92ca14d68a
16559 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16560 Date:   Sat Feb 28 22:22:07 2015 +0900
16561
16562     [VM][FM-7] Implement Main Memory, excepts around 77AV.
16563
16564 commit 235963d1c84453e46e5e798e7591b06c711375a5
16565 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16566 Date:   Fri Feb 27 21:58:40 2015 +0900
16567
16568     [VM][PC88] Tape: more accurate (but not complete) sound of CMT.
16569
16570 commit 140b1f91d251df8809ba3774843c9b663900829d
16571 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16572 Date:   Fri Feb 27 20:21:23 2015 +0900
16573
16574     [VM][FM7] Implement machine flags.
16575
16576 commit 632bb72b49fe2749327ef3ec9879fddd72e45fd3
16577 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16578 Date:   Fri Feb 27 20:04:17 2015 +0900
16579
16580     [VM][FM7][WIP] Implementing mainio.
16581
16582 commit a2f544d676423f8c6ee08a2f6ee99db0b9b11de5
16583 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16584 Date:   Fri Feb 27 18:52:56 2015 +0900
16585
16586     [UI][CMT] Add cmt-sound.
16587
16588 commit 292b01a4fd39cc36a7223cace078d6b059040aa4
16589 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16590 Date:   Fri Feb 27 17:50:50 2015 +0900
16591
16592     [UI][Qt][CMT] MZ : Apply playing status to menu.
16593
16594 commit 09ddc4b9cf0e1e0ce3f9edd102111e0efc250df9
16595 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16596 Date:   Fri Feb 27 16:42:22 2015 +0900
16597
16598     [VM][General] Add support T77 image ,XM7-Tape-Image.
16599
16600 commit f112586f71ee37437b8c876e80081ff0fd13c152
16601 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16602 Date:   Fri Feb 27 05:16:36 2015 +0900
16603
16604     [VM][FM7] Update any.
16605
16606 commit dfb4e907e8d4e486e3bc6869ec51e74bea3a9ba0
16607 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16608 Date:   Fri Feb 27 05:15:12 2015 +0900
16609
16610     [VM][Sound][Qt] CMT: Enable sound of casette tape, if enabled.
16611
16612 commit 43c401d8d38b8cf7a040a530536d5ac172bae790
16613 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16614 Date:   Wed Feb 25 03:07:58 2015 +0900
16615
16616     [VM][PC98] Implement clock-changing.
16617
16618 commit 07c06cf9b9fab3ef4d1c2c7b6bee21898267aa0f
16619 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16620 Date:   Wed Feb 25 01:56:05 2015 +0900
16621
16622     [VM][Event] Apply changing cpu-clock immidiately. See pc8801/pc8801.cpp and event.[h|cpp].
16623
16624 commit ad3867146ebdc9fdf765fb44f9e7e65c8bf70dee
16625 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16626 Date:   Tue Feb 24 20:10:34 2015 +0900
16627
16628     [General][Qt] Add PC-98LT/HA. Seems to working, but not checked.
16629
16630 commit a3a9a434d964aa02f680b4ae53d2c624edfd1975
16631 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16632 Date:   Tue Feb 24 19:25:56 2015 +0900
16633
16634     [UI][PC98][Qt] Fix disk menu.
16635
16636 commit 36ddda12b63b3d743634f5cab4482b39a69ebd83
16637 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16638 Date:   Tue Feb 24 18:02:13 2015 +0900
16639
16640     [VM][FM7] Display sub system : more improve implement.
16641
16642 commit 968a4d5f22569c51fa99059b78f30936745979e3
16643 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16644 Date:   Tue Feb 24 06:53:18 2015 +0900
16645
16646     [UI][Qt] Keyboard: Fix shift-key : NEED to Fix.
16647
16648 commit 9a1fde4b37c1c40315354275e758226bf3d78685
16649 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16650 Date:   Tue Feb 24 04:37:43 2015 +0900
16651
16652     [General[Qt] Add PC9801U and PC-Engine.
16653
16654 commit 6160bc86bb32b71cf0c61c70661dbd04306cc41c
16655 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16656 Date:   Tue Feb 24 01:43:22 2015 +0900
16657
16658     [General][Build] Reflesh vcproj and resources.
16659
16660 commit e4592b73d0d7c7fe62bd932f1df5b0e96bf572e0
16661 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16662 Date:   Tue Feb 24 01:15:32 2015 +0900
16663
16664     [General] Merge upstream : 2015-02-21.
16665
16666 commit b7e6087e7a0dc5ab6a0c57178faea5225c68a6b8
16667 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16668 Date:   Tue Feb 24 01:12:11 2015 +0900
16669
16670     [UI][Keyboard][Qt] I forgot implement [ESC] key. I added.
16671
16672 commit b9c8cbe418fc7cd27c9527792e6aeb1b05162602
16673 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16674 Date:   Tue Feb 24 00:42:31 2015 +0900
16675
16676     [VM][FM7][Draw] Implement 8colors mode.
16677
16678 commit c9288f11cc74a2c9dd6ebbb4bd1c4b90fdc18975
16679 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16680 Date:   Sun Feb 15 18:46:12 2015 +0900
16681
16682     [VM][FM7] keyboard.cpp : Add implementation ofd RTC, includes within keyboard.
16683
16684 commit b5d682ec9bfd35210ffe9f7e35a52e388ce4e2dd
16685 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16686 Date:   Sat Feb 14 23:35:57 2015 +0900
16687
16688     [UI][Keyboard] WIP.
16689
16690 commit 3d73cf268c0d22eab861a7f05c5c9fb9513e6f2f
16691 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16692 Date:   Sat Feb 14 23:35:12 2015 +0900
16693
16694     [WIP][VM][FM7] Implementing keyboard, more...
16695
16696 commit 5fb92d23f9df35d47b0a1f8f1e08c4fd5631cc17
16697 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16698 Date:   Thu Feb 12 04:21:48 2015 +0900
16699
16700     [VM][FM-7] Keyboard : implement convert table : VK to scancode.
16701
16702 commit 7938242dd37cb932d11e8da587cf8a531a1f38c0
16703 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16704 Date:   Thu Feb 12 03:18:28 2015 +0900
16705
16706     [VM][FM7][WIP] Start to implement keyboard.
16707
16708 commit ad9ee16a70d387763ea5eb20c3955d4cf78b208d
16709 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16710 Date:   Wed Feb 11 03:14:09 2015 +0900
16711
16712     [VM][FM-7] Incl. memory emulation.
16713
16714 commit 8a491fb506252b2c7c7240dc55b74880b4ce04c4
16715 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16716 Date:   Wed Feb 11 02:13:46 2015 +0900
16717
16718     [WIP][FM-7] Reshape signals.
16719
16720 commit 2e83185ef0c20787c68dbacc089adb9b97563328
16721 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16722 Date:   Mon Feb 2 01:16:14 2015 +0900
16723
16724     [VM]Add PC6001/6601.
16725
16726 commit ed40e06c7d2fb72a0b425e2b232fbc9cc2cc3316
16727 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16728 Date:   Sun Feb 1 23:41:07 2015 +0900
16729
16730     [VM][PC98] Improve support PC9801x, still not working.
16731
16732 commit 3b776d540ffcf5c5ab9540b6ba35e80962abee41
16733 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16734 Date:   Sun Feb 1 22:44:46 2015 +0900
16735
16736     [PC88][QT] Regist screen-aspect.
16737
16738 commit 49434aa50b2d583f80e67e087768a59f12c0d3e4
16739 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16740 Date:   Sun Feb 1 22:34:23 2015 +0900
16741
16742     [Sund][Qt][SDL] Fix stopping sound some situation.
16743
16744 commit bd92063c62dd84da740d7e94c93b5cc937ea935c
16745 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16746 Date:   Sun Feb 1 19:32:37 2015 +0900
16747
16748     [General][VM][BUGFIX] Disk: Upstream 20150131 may break some D88 Images, fixed by upstream 20150201.
16749
16750 commit 324e6c57e376ad9ab919867d9ac2b091f2186106
16751 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16752 Date:   Sat Jan 31 20:39:54 2015 +0900
16753
16754     [General] Merge upstream 2015-01-31 , pc8801ma is still not working correct.
16755
16756 commit 91d7b0d1a14f40ebe8743ef59dc543c38d22d401
16757 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16758 Date:   Fri Jan 30 07:52:57 2015 +0900
16759
16760     [General] Merge upstream, 2015-01-30 Writetrk.test.
16761
16762 commit 9dfb87a88b20c31ab1e579f675aadd27eb1fc687
16763 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16764 Date:   Fri Jan 30 04:37:04 2015 +0900
16765
16766     [General] Merge from upstream version, 2015-01-28.
16767
16768 commit 4294098c36f987b886a27cdcb87723fc58e17d84
16769 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16770 Date:   Wed Jan 28 23:57:53 2015 +0900
16771
16772     [Emu][FDC] MB8877: Fix lacked process F5/F6/F7 with track writing, disk side is still not implemented.
16773
16774 commit ce574213769b2685ead0df84c81f193e519d3906
16775 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16776 Date:   Wed Jan 28 07:06:08 2015 +0900
16777
16778     [VM][FM-7][WIP] WIP: writing main I/O.
16779
16780 commit 17acf723f77dea50ea937001fc274c97872606ff
16781 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16782 Date:   Tue Jan 27 22:16:16 2015 +0900
16783
16784     [Build][General] Needs CMAKE >= v2.8 .
16785
16786 commit 837d38d3231b2577ea2536cd089524f5e472e8ab
16787 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16788 Date:   Tue Jan 27 22:12:59 2015 +0900
16789
16790     [Build][Qt][CMake] Use ccache if installed.
16791
16792 commit c388d0acff636c7c0c02e27602744e32a42b2429
16793 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16794 Date:   Tue Jan 27 22:12:25 2015 +0900
16795
16796     [General][Qt] Add NEC HE's PC Engine.
16797
16798 commit 3509c23ca682c2eee153ff5b0a1135655bb9967f
16799 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16800 Date:   Tue Jan 27 05:32:34 2015 +0900
16801
16802     [VM][EMU][Qt] Test: Using QTimer to emulation main loop.
16803
16804 commit 49ef3b4ad20ef88a71b5ab733f283a633bb05e70
16805 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16806 Date:   Tue Jan 27 03:42:33 2015 +0900
16807
16808     [UI][Qt] FileDialog: Fix warning on compilation.
16809
16810 commit 32726b395791fff1bbeb7969b3d8ada324d41533
16811 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16812 Date:   Tue Jan 27 03:27:45 2015 +0900
16813
16814     [UI][Qt][Menu] Fix issues of Inserting/Ejecting floppy-disk(s).
16815
16816 commit 115de1c3fb2d6e9aa5634f68526b4b40f3284a87
16817 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16818 Date:   Tue Jan 27 01:39:25 2015 +0900
16819
16820     [VM][Thread] QThread is too weird to use (-_-#) , I discard QThread, using SDL_Thread.
16821     [Qt][PC8801] I forgot sound device menu on PC8801MA.Added.
16822
16823 commit f450a314ccea122314dce2b41332f5a89cfe481c
16824 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16825 Date:   Tue Jan 27 01:38:23 2015 +0900
16826
16827     [Z80][PC8801] Sync to *real* upstream, 2015-01-24.
16828
16829 commit 11c4631a305f1e7903ecdfac92927be911833f42
16830 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16831 Date:   Mon Jan 26 05:49:01 2015 +0900
16832
16833     [PC8801][Qt][CMAKE] Configurable PCG, OPN(A).
16834
16835 commit 361173b42da424ee67bedd237c9b9449c0858034
16836 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16837 Date:   Mon Jan 26 04:27:48 2015 +0900
16838
16839     [General] Convert format of text: DOS to Unix.
16840
16841 commit cd5f69302544ab614108083a02f852ad8cfbc040
16842 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16843 Date:   Mon Jan 26 04:26:59 2015 +0900
16844
16845     [General][Qt] Add prepare to build PC9801VM. Maybe still not working.
16846
16847 commit 8a16b499f0bd16c9fe0f62449e9f851b6e2dedce
16848 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16849 Date:   Mon Jan 26 02:24:25 2015 +0900
16850
16851     [Qt][HC20] Sorry, I forgot to add a file.
16852
16853 commit 1b9eda44095fc0033f1057b89b5f71451730b61e
16854 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16855 Date:   Mon Jan 26 02:23:52 2015 +0900
16856
16857     [General][Qt] Add emuhc20.
16858
16859 commit b79c20fe19521df13fcb7aff72172b09ed3c3df5
16860 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16861 Date:   Sun Jan 25 04:14:10 2015 +0900
16862
16863     [General] Tracking to upstream, 2015-01-24.
16864
16865 commit 6e5fce336fd11988c4ce4b667bd453b08fc2949a
16866 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16867 Date:   Sun Jan 25 03:39:49 2015 +0900
16868
16869     [General] Convert sourcecode's CRLF format: DOS(WINDOWS) to Unix, to apply patches easily.
16870
16871 commit cd7306aed0ec801cc73097c79a1b7e6953bb6350
16872 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16873 Date:   Sat Jan 24 19:27:25 2015 +0900
16874
16875     [UI][Qt] Thread: more safer (maybe :-)
16876
16877 commit e52e1225984c5b625229ecd9767f8742e6c0b500
16878 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16879 Date:   Sat Jan 24 18:46:36 2015 +0900
16880
16881     [Sch][Qt] Threads without infinity loop, emit per end of process.
16882
16883 commit f2c29fe44fa133ab47abc61121ba0545d9efae42
16884 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16885 Date:   Sat Jan 24 06:48:53 2015 +0900
16886
16887     []
16888
16889 commit e2a0bbcf428b79a6934d5d77aa9c3f8174e7d061
16890 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16891 Date:   Sat Jan 24 06:48:17 2015 +0900
16892
16893     [UI][Qt] Fix? segfault on exiting.
16894
16895 commit a9d87f3891481774b9618361c197b63eebe0b943
16896 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16897 Date:   Sat Jan 24 04:04:08 2015 +0900
16898
16899     [CMT][Qt] Fix wrongs around config::direct_load_mzt.
16900
16901 commit d6d52decaec93df5e1344d548537072484fe1449
16902 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16903 Date:   Sat Jan 24 03:58:17 2015 +0900
16904
16905     [VM][General] Add *plain* MSX1 build, not PX7.
16906     ** Laser disk is still not working **
16907
16908 commit 0f23dfc6927a790873845197e2047eb33337f5f0
16909 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16910 Date:   Sat Jan 24 01:52:53 2015 +0900
16911
16912     [UI][Qt] Menu: Add cartridge(s).
16913
16914 commit ec3cd27359e2227354275fe70a48a5a8962b589b
16915 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16916 Date:   Sat Jan 24 00:56:02 2015 +0900
16917
16918     [UI][Qt] Separate soiurce file : Reactions of menus.
16919
16920 commit 5d33a6e0b35a831d461c74003c6964c47dc4d269
16921 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16922 Date:   Fri Jan 23 23:59:36 2015 +0900
16923
16924     [UI][Qt][Screen] Add setting monitor type.
16925
16926 commit fc51fe5a31fb4ef9c8f7be79bec1b969c7899a92
16927 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16928 Date:   Fri Jan 23 23:58:28 2015 +0900
16929
16930     [Screen][X1TURBOZ][Qt] I forgot high/stanmdard resolution modes on X1turboz, I appended m(_ _)m
16931
16932 commit 746dcf2f1facc9a912652a72f7787a51813dd09d
16933 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16934 Date:   Fri Jan 23 23:22:04 2015 +0900
16935
16936     [VM][General] Track to upstream, 2015-01-21.
16937
16938 commit 96adb4bff98e8eaa5f2700047cd7283f0b1c21b3
16939 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16940 Date:   Fri Jan 23 16:04:19 2015 +0900
16941
16942     [UI][Qt] Improve screen resizing feature.
16943
16944 commit 7a336a41061c9f024f47ee5d2bfb982a005622c0
16945 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16946 Date:   Fri Jan 23 05:02:13 2015 +0900
16947
16948     [UI][MZ700][MZ80][Qt] Track to new menu.
16949
16950 commit 8280714c33d6b3418dfaaa777566d78f5a20ce66
16951 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16952 Date:   Fri Jan 23 04:58:15 2015 +0900
16953
16954     [UI][X1] Apply UI updating.
16955
16956 commit 7f2531d943dd83f4a226012428c57f86c534668c
16957 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16958 Date:   Fri Jan 23 04:57:24 2015 +0900
16959
16960     [VM][Z80SIO] I missed to apply patch. X-)
16961
16962 commit 3330819fa0274cdb2c97b20c51a82f777de27fed
16963 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16964 Date:   Fri Jan 23 04:46:32 2015 +0900
16965
16966     [VM][General][WIP] Syncing to UPSTREAM 2015-01-21 , work-in-progress.
16967
16968 commit 52e29fb7a36aed9ac911aa379d2bf9eedbc223fa
16969 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16970 Date:   Fri Jan 23 03:00:14 2015 +0900
16971
16972     [UI][Qt] Menu : Add Screen size setting.
16973
16974 commit 943d2def03042cfdf98ab92ff95d6d847f644a75
16975 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16976 Date:   Mon Jan 19 02:21:00 2015 +0900
16977
16978     [Qt][Draw] Implement Aspect type.
16979
16980 commit 429c069b41d000485dcfbb93ca32af57d1dc962a
16981 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16982 Date:   Sun Jan 18 18:44:58 2015 +0900
16983
16984     [General[Qt] ADD MZ-80A.
16985     [General][Qt] Fix falldown in some situations.
16986
16987 commit 0e6db8dfa6c14ecd2bdb251d903be1637575f1e6
16988 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16989 Date:   Sun Jan 18 15:55:49 2015 +0900
16990
16991     [Thread][Qt] Fix segfault on quiting.
16992
16993 commit 323129d076044fc8a0c415370869d2a0304b8a81
16994 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16995 Date:   Sun Jan 18 00:52:05 2015 +0900
16996
16997     [OOPs] I forgot commit header... X-)
16998
16999 commit 26f61109e518f130887470c5b14b3464022bf9ba
17000 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17001 Date:   Sun Jan 18 00:50:57 2015 +0900
17002
17003     [OSD][Qt] Add displaying futures on status bar.
17004     [General][Qt] Launch threads via Qt::QThread, not SDL.
17005
17006 commit a924dce4321f253498cd0f2b231c1ce65d3644f3
17007 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17008 Date:   Sat Jan 17 04:04:53 2015 +0900
17009
17010     [UI][Qt] Fix keycode un-pushed.
17011
17012 commit 53c5e104e56aefe75e56d585e196d42ef230e72c
17013 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17014 Date:   Sat Jan 17 03:25:53 2015 +0900
17015
17016     [VM] Datarecord:: (I forgot, sorry...).
17017
17018 commit 7b0fe7df984dd4fba41c476020f793dd65db06cb
17019 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17020 Date:   Sat Jan 17 03:25:10 2015 +0900
17021
17022     [Build][MZ1500] Fix build vars.
17023
17024 commit bdf3e82f171ec9ba8c841c79dbdb64dd9b1240fa
17025 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17026 Date:   Sat Jan 17 03:23:42 2015 +0900
17027
17028     [UI][Input][Qt] Using native scan code to get keycode, not portable (maybe...).
17029
17030 commit 88c82589125be42689a650717932955733d8f10f
17031 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17032 Date:   Fri Jan 16 06:56:21 2015 +0900
17033
17034     [VM][MC6809] Add note by K.Ohta in header of mc6809.cpp
17035
17036 commit 13196f582ef3f885640ee1e5fcdd2169303167b4
17037 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17038 Date:   Fri Jan 16 04:42:55 2015 +0900
17039
17040     [UI][Qt] Quick Disk: Fix weird history.
17041
17042 commit b202b3433935b9036eb0859addca704fb4971a9e
17043 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17044 Date:   Fri Jan 16 01:32:26 2015 +0900
17045
17046     [Qt][UI][CMT] Fix fault when open new CMT image already reading CMT.
17047
17048 commit 50effc711a994a53ee0fe71dc82efa1767dcf8cd
17049 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17050 Date:   Fri Jan 16 00:43:15 2015 +0900
17051
17052     [UI][Qt] Add supporting of QuickDIsk.
17053     [UI][Qt] Fix some bugs on CMT.
17054
17055 commit 2b70bc7288e6c0c305ec57199c217c7fd81ccc9c
17056 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17057 Date:   Thu Jan 15 20:26:45 2015 +0900
17058
17059     [General][Qt] MZ-1500 without QD Added. And, check_file_extension works correct,without workarounds.
17060
17061 commit 4af56fc2b2ec28405a9c161023d25c500921c1ca
17062 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17063 Date:   Thu Jan 15 19:38:52 2015 +0900
17064
17065     [Qt][MZ700] MZ700: Fix reversed bit order of CG.
17066
17067 commit 3d23ac67ece704ab1598a646c240b13e918a5119
17068 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17069 Date:   Thu Jan 15 19:28:57 2015 +0900
17070
17071     [Qt] Add MZ-700.
17072
17073 commit 633011a2c4a89b451e155ae8c364fd8e143708a1
17074 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17075 Date:   Thu Jan 15 17:57:10 2015 +0900
17076
17077     [General] Tracking to upstream, rev 2015-01-14.
17078
17079 commit b6915e4625b2f583db5e5cb2b08a45f8b9c3947f
17080 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17081 Date:   Thu Jan 15 07:19:47 2015 +0900
17082
17083     [UI][Joystick][SDL] Fix wrong input-handling.
17084
17085 commit c5e3b5d83cf284e6cebe5843ca4af7576da7da6c
17086 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17087 Date:   Thu Jan 15 06:45:03 2015 +0900
17088
17089     [UI][Joystick][Qt][SDL] Add support for joystick with separate thread (via SDL2).
17090
17091 commit 7ac70fcd67e52f46b650801b2433a108feabdb75
17092 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17093 Date:   Thu Jan 15 04:38:30 2015 +0900
17094
17095     [UI][Qt][CONFIG] D88 Image names: Make longer buffer: UTF8 string is longer than SJIS(CP932) string, in spite of same spell.
17096
17097 commit 6a220d88cdebcbed93bb9f849b4bde3566ab7a92
17098 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17099 Date:   Thu Jan 15 04:32:55 2015 +0900
17100
17101     [UI][Qt] PC8801: Fix incorrect boot mode.
17102
17103 commit d6abb9788ce146220c81d77427ba7b29b74978e1
17104 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17105 Date:   Thu Jan 15 04:04:08 2015 +0900
17106
17107     [General][Qt] Add PC8801MA.
17108
17109 commit b49c0f54ed15b1de086e36ed1bdf088146d2e95c
17110 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17111 Date:   Thu Jan 15 02:17:02 2015 +0900
17112
17113     [General][Qt] Add emux1 build.
17114
17115 commit 40edb43f84b5f2075f92d46017f9c797da2dcb42
17116 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17117 Date:   Thu Jan 15 02:16:11 2015 +0900
17118
17119     [UI][Qt] Implement Machine specified menu. Examples are qt/x1turboz/ .
17120
17121 commit c37c36d50467f0be340171f636a07e0f5b34aab4
17122 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17123 Date:   Thu Jan 15 00:18:55 2015 +0900
17124
17125     [UI][Qt] Add "Sound" Menu.
17126
17127 commit c35f4fd08e58839188ea22f216de4fd57737b9c4
17128 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17129 Date:   Wed Jan 14 22:28:41 2015 +0900
17130
17131     [General][Qt] Cleanup sourcecode of GUI; made abstraction.
17132
17133 commit 545a8ba03b55377273670c5f31c8f4443305bbff
17134 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17135 Date:   Wed Jan 14 17:44:52 2015 +0900
17136
17137     [General][Config][Qt] Fix *.ini saving problem with long value string.
17138
17139 commit bc4cdd28d1ba070597e9407aa7b2204fdfdc2e14
17140 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17141 Date:   Wed Jan 14 06:54:46 2015 +0900
17142
17143     [UI][StatusBar][EMU][Qt] Add FDD Accesslamps and display on status bar.
17144
17145 commit 9544e54a3d9643d82fb7d750b086de0ec6c72258
17146 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17147 Date:   Wed Jan 14 04:12:48 2015 +0900
17148
17149     [Qt][Input] Rename WindowsKey*[] to QtKey*[].
17150
17151 commit aaa1eb4d45803e240c38c1605820799f1462c85a
17152 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17153 Date:   Wed Jan 14 04:02:17 2015 +0900
17154
17155     [Build][Qt][General] SDL: Link to SDL2, not SDL1.2.
17156
17157 commit d8ebbb6b9deac84b82dd21ca0e497528f3a7efd8
17158 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17159 Date:   Wed Jan 14 03:37:18 2015 +0900
17160
17161     [Qt][INPUT] Fix infinit loop when key input to use semaphore (a.k.a. emu->LockVM() and UnlockVM()).
17162
17163 commit 02f5471196e84179d811bb8047cfb5c599f3e80f
17164 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17165 Date:   Wed Jan 14 01:55:30 2015 +0900
17166
17167     [UI][Qt] Fix "FD->Write protection" worked not correct.
17168
17169 commit 3a4fc28ac88eb9ae849c6496b86ed025fe9f0597
17170 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17171 Date:   Wed Jan 14 01:38:41 2015 +0900
17172
17173     [UI][Qt] Keyboard: code mostly okay. See qt/common/qt_input.cpp .
17174
17175 commit 066926db00c726de6c164425e0228a2b4b7ddd4e
17176 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17177 Date:   Tue Jan 13 23:34:32 2015 +0900
17178
17179     [VM] Floppy / CMT : Add Write protection feature, but testing is not enough X-)
17180     [UI][Qt] Add CMT menu.
17181
17182 commit ebcd9dec18723f42dd0b6ec3d25e87c375a4bba4
17183 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17184 Date:   Tue Jan 13 17:54:37 2015 +0900
17185
17186     [UI][Qt] File extension filter is working correct.
17187
17188 commit c78aba1bdcb01a088d39d44ab50413b5d9ef2cd8
17189 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17190 Date:   Tue Jan 13 17:22:33 2015 +0900
17191
17192     [General][UI][Qt] Cleanup sourcecodes.
17193
17194 commit 73f81c6c0aa75ecc53113e95ba0d7547e0896585
17195 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17196 Date:   Tue Jan 13 05:43:13 2015 +0900
17197
17198     [VM][BUild] Partly trackig to upstream 20150111 version, device/event VM only.
17199
17200 commit b74a854e13f67e2a9b7395b7083001327384278a
17201 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17202 Date:   Tue Jan 13 04:44:04 2015 +0900
17203
17204     [UI][Qt] Disk:
17205
17206 commit c722a3b68b118174e55048a15ca1b8d7029db091
17207 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17208 Date:   Tue Jan 13 03:59:09 2015 +0900
17209
17210     [Ui][Qt] Coplete(maybe..) floppy menu.
17211
17212 commit 6deec5abac027eca1a71fa89e485650d3c9735da
17213 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17214 Date:   Tue Jan 13 00:44:23 2015 +0900
17215
17216     [UI][Qt] Implement keyboard. But, JP102/109 only, maybe.
17217     [GRPH] assigned to [MUHENKAN], [KANA] assigned to [KATAKAN/HIRAGANA], CAPSLOCK
17218     assigned to HENKAN
17219
17220 commit e1d2dba913ccf279d743d699ae88fecabe1ab96d
17221 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17222 Date:   Mon Jan 12 22:41:33 2015 +0900
17223
17224     [Draw][Qt] I forgot deleting textures . lol (T_T) in addition, Sound is okay.
17225
17226 commit 877e9bbc9a709a3c1133fc6b66b11bd0ed6cddbf
17227 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17228 Date:   Mon Jan 12 22:29:02 2015 +0900
17229
17230     [File][Qt] Stop using Qt's File I/O.
17231
17232 commit 774cc1566cfb9598ea41fb6cdc524a563dea362d
17233 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17234 Date:   Mon Jan 12 22:15:10 2015 +0900
17235
17236     [UI][Qt] Disk: dialog implemented.
17237
17238 commit e5887aa7464c7276eef9d2578ea880988f3da60d
17239 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17240 Date:   Mon Jan 12 18:37:43 2015 +0900
17241
17242     [Draw][GL][UI][Qt] Okay, signal and Painting via Opengl is enabled now, You must MOC. see, qt/common/CMakeLists.txt.
17243
17244 commit 2e2891ed53e46204fe932ccdcb82560eb41835cf
17245 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17246 Date:   Mon Jan 12 04:47:56 2015 +0900
17247
17248     [Qt][Draw] Include glView into Main Window.
17249
17250 commit 125c855e6099f6479d3fcaefa377027d181e6c2e
17251 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17252 Date:   Mon Jan 12 04:36:12 2015 +0900
17253
17254     [Build][Qt] Build passed, and start okay, but don't display, something wrongs :-(
17255
17256 commit 0e1109263d1a7824d95c46068fa93719d859e910
17257 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17258 Date:   Sun Jan 11 17:41:47 2015 +0900
17259
17260     [Build][UI][Qt] Building has passed from compiler.
17261
17262 commit 1033cc86e36b8e1d38771ef404e7d43ad07ebb39
17263 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17264 Date:   Sun Jan 11 13:47:45 2015 +0900
17265
17266     [Build][Qt] Compiler passed to build qt/gui ワーイヽ(゚∀゚)メ(゚∀゚)メ(゚∀゚)ノワーイ
17267
17268 commit a0df7ed26fbfc216fbd0e8d36d35e574d7aa9cde
17269 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17270 Date:   Sun Jan 11 03:04:02 2015 +0900
17271
17272     [WIP][Qt] Start to compilation, not pass yet :(
17273
17274 commit a1ee01d54bf7a5426a802137fe8822d1ebaf6470
17275 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17276 Date:   Sun Jan 11 00:27:50 2015 +0900
17277
17278     [WIP][Qt]
17279
17280 commit 8eab0c81df72bbdf9e7a55cdab681c63590aeb26
17281 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17282 Date:   Sun Jan 11 00:27:11 2015 +0900
17283
17284     [Qt][WIP]
17285
17286 commit 8ebcc4b4f2ee8b74c8bf6724826ac66198338d18
17287 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17288 Date:   Sun Jan 11 00:26:31 2015 +0900
17289
17290     [Qt][WIP] Add some files for Qt.
17291
17292 commit 98ac2645ec6a3798072445ac003f08d529d6065c
17293 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17294 Date:   Sat Jan 10 22:30:06 2015 +0900
17295
17296     [Qt] Initial files, I'll discard libAgar :-(
17297
17298 commit e747045afa77aa5d4fca0899f0444c8e605084eb
17299 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17300 Date:   Sat Jan 10 03:49:23 2015 +0900
17301
17302     [Build][PC8801MA] Add config: PCG8801/OPNA.
17303
17304 commit 295c22a598668c6c850588fa3010ef8e9c9b49b8
17305 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17306 Date:   Sat Jan 10 03:36:56 2015 +0900
17307
17308     [VM][Z80] Fix min(),max().
17309
17310 commit 6dcbd6deb88d900b382ae98e7e356e1b97ae9a7e
17311 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17312 Date:   Sat Jan 10 03:36:00 2015 +0900
17313
17314     [Disk][VM] D88/D77 : Catchup on upper case extension.
17315
17316 commit 18c8c6aa7cdfe4cc55aa5264d861a335ec8191fc
17317 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17318 Date:   Sat Jan 10 02:25:32 2015 +0900
17319
17320     [PC88] Try to checkbox.
17321
17322 commit 9d7c8963c5f27c6ff6a60420e324ee653bd6d3cb
17323 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17324 Date:   Sat Jan 10 01:25:47 2015 +0900
17325
17326     [UI][Agar] D88: Fix handling of unicode.
17327
17328 commit 755a51061f3158cf84a5b70b8ed3b02e1ae6a9d7
17329 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17330 Date:   Fri Jan 9 22:40:27 2015 +0900
17331
17332     [VM][Agar] Add PC88MA.
17333
17334 commit 461267c6bce29371bbd7e0383b1aa74346d06ec0
17335 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17336 Date:   Fri Jan 9 22:39:36 2015 +0900
17337
17338     [UI][Agar][Menu] Add NEW ENTRies: Sound, machine-specific setup.
17339
17340 commit 4c741258ea006afd7906d654aa1a51978b0615b0
17341 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17342 Date:   Fri Jan 9 22:34:42 2015 +0900
17343
17344     [VM][SDL] Thread-safety RESET.
17345
17346 commit 1c2f19ee132a1437662353447741dd4b0b1bb87c
17347 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17348 Date:   Fri Jan 9 18:10:15 2015 +0900
17349
17350     [General][Agar] PC8801MA Build.
17351     [Build][Agar] compile with leastest files.
17352
17353 commit 34043bdcc0d083d37610c9dcf2ff8cdfec725710
17354 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17355 Date:   Fri Jan 9 16:37:29 2015 +0900
17356
17357     [UI][Agar] Fix auto repeating problems.
17358
17359 commit 405b2cd4220fb9940bd306bea2ef9bba7e5628a5
17360 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17361 Date:   Fri Jan 9 06:30:33 2015 +0900
17362
17363     [UI][Agar]
17364
17365 commit 47e3787c9ac67b0ee4977ed1131f35527b5fc2c6
17366 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17367 Date:   Fri Jan 9 06:30:10 2015 +0900
17368
17369     [SND][Agar][SDL] Sound works fine.
17370
17371 commit 688ce9d428d914ce4ce73052b64bee8b3fabe36d
17372 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17373 Date:   Fri Jan 9 03:36:06 2015 +0900
17374
17375     [GL][Agar] Add supporting of resize, tmp.
17376
17377 commit cd2af7d46612653428ff9e29e6eb02364cd503b9
17378 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17379 Date:   Fri Jan 9 02:55:01 2015 +0900
17380
17381     [UI][Agar][Keyboard] Keyboard prototype.
17382
17383 commit 45fa9238ed5236d73100aa2adcc08b6e687b9904
17384 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17385 Date:   Fri Jan 9 01:11:50 2015 +0900
17386
17387     [Draw][Agar][GL] Add GL Renderer.
17388
17389 commit 041a609fe468c5df6836c44c3d563c0770845d3c
17390 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17391 Date:   Thu Jan 8 20:54:04 2015 +0900
17392
17393     [Agar][Debug] Using agar_logger.h to display debugging log, on some features.
17394
17395 commit 0e5afaba223ab1318525dc6c2f2b1c3b953d5dfd
17396 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17397 Date:   Thu Jan 8 20:52:49 2015 +0900
17398
17399     [Draw][Agar] Make right byte orders on rendering.
17400
17401 commit 2d397c37c164cef03c9d081924aeaa059ac572b0
17402 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17403 Date:   Thu Jan 8 19:03:29 2015 +0900
17404
17405     [CFG][Agar] Fix making unreadable config file.
17406
17407 commit ef64c7717b2f59333aa5dac8783b511590bf54e5
17408 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17409 Date:   Thu Jan 8 04:54:43 2015 +0900
17410
17411     [X1TURBOZ][Agar] Setup same with plain X1.
17412
17413 commit 7d4c1e21b699558817e47f936b2f425d9d59eb4e
17414 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17415 Date:   Thu Jan 8 04:43:43 2015 +0900
17416
17417     [Agar][X1][SND] Sounds.But choppy:-(
17418
17419 commit fc894319809e05692fd447a5f232a46ebdf17c7c
17420 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17421 Date:   Thu Jan 8 02:10:57 2015 +0900
17422
17423     [VM][Agar][X1] Seems to working, except keyboard and joystick and sound.
17424
17425 commit 129755248e632ec02f8f4a364f275f0179b413cf
17426 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17427 Date:   Thu Jan 8 00:57:16 2015 +0900
17428
17429     [Build][X1] Enable to build.
17430
17431 commit c9e6343d217f38dadb9946caff11f02d9281baf2
17432 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17433 Date:   Wed Jan 7 19:32:09 2015 +0900
17434
17435     [UI][Agar][X1] Implement some menues.
17436
17437 commit e23aba13dd61baacea8f0f51e412bf2568408ca6
17438 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17439 Date:   Wed Jan 7 05:55:26 2015 +0900
17440
17441     [FM7][WIP]
17442
17443 commit f76211b25f8ce52a792c367ffa62d4010c73c696
17444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17445 Date:   Wed Jan 7 05:26:36 2015 +0900
17446
17447     [Build][X1] Link ok without unimplemented functions.
17448
17449 commit c10a22f6fe21972c23a071834350d455acf6c156
17450 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17451 Date:   Wed Jan 7 02:48:40 2015 +0900
17452
17453     [BUG][WIP] Fitting agar_sdlscaler to CSP.
17454
17455 commit 44fd7fccb494105685375aba011799c030906221
17456 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17457 Date:   Wed Jan 7 02:45:14 2015 +0900
17458
17459     [VM] ZAP EVIL __assume() MACRO (-_-#
17460
17461 commit 615ae5031d97280ae4164ba6472e2c3bcd142607
17462 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17463 Date:   Wed Jan 7 01:42:55 2015 +0900
17464
17465     [FMGEN] Ready to build.
17466
17467 commit 6b336026db768552f2295c3baf3f8eafbd6c9828
17468 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17469 Date:   Wed Jan 7 01:39:44 2015 +0900
17470
17471     [Build][VM][Agar][General] Compilation of common routines.
17472
17473 commit f85fea67775e979522266125b2e97acff131357d
17474 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17475 Date:   Tue Jan 6 23:26:00 2015 +0900
17476
17477     [UI][Agar] Fix compilation (of some files).
17478
17479 commit 9830b1b08f40a8e799445ee2b31f4e4b220f625a
17480 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17481 Date:   Tue Jan 6 23:15:08 2015 +0900
17482
17483     [UI][Agar] Add agar_main.cpp/.h.
17484
17485 commit 54b6eb35085b0047a65dae55c598b3e51241592f
17486 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17487 Date:   Tue Jan 6 00:23:59 2015 +0900
17488
17489     [WIP][Build][Agar] Prepare to build with Agar.
17490
17491 commit 147ae1c5825e841df6aca078f43a303dae26ec97
17492 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17493 Date:   Tue Jan 6 00:07:06 2015 +0900
17494
17495     [WIP][Agar] Build fit to CSP.
17496
17497 commit 5de516bd449836b6b5642b9492745d50e3dced6b
17498 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17499 Date:   Mon Jan 5 20:39:53 2015 +0900
17500
17501     [VM][6809]
17502
17503 commit ee42abdee0c982744f4e457283a08664c5398402
17504 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17505 Date:   Mon Jan 5 20:39:28 2015 +0900
17506
17507     [VM][FM7] Implement many of IOs.
17508
17509 commit 25bc46ec377528991f292cd417f9125efd5ba324
17510 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17511 Date:   Mon Jan 5 19:15:50 2015 +0900
17512
17513     [VM][6809] Add set/get_extra_icount().
17514
17515 commit f965184391e90610211ed768a177f776ae5425a6
17516 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17517 Date:   Mon Jan 5 19:13:16 2015 +0900
17518
17519     [VM][6809] Add implementation of extra_icount, useful for wait.
17520
17521 commit 647ff97a79a2fbacd7cb73d6326dfb2ec9cdf4a7
17522 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17523 Date:   Mon Jan 5 18:41:18 2015 +0900
17524
17525     [MPU][6809] Implement BUSREQ, usable for FM-7's SUBCPU.
17526
17527 commit b182b45d9ea17af5736bf87d474244d2cb656718
17528 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17529 Date:   Mon Jan 5 18:40:50 2015 +0900
17530
17531     [VM][FM7] Add more definitions of FM7's I/O.
17532
17533 commit f4126c519a95afd754ac7fffcc74239ed7aca0e2
17534 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17535 Date:   Sun Jan 4 01:40:17 2015 +0900
17536
17537     [VM][FM7] Add I/O entries, psg is imcomplete.
17538
17539 commit 93d01860d56c57c5d3036817bb0c854fa1822c43
17540 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17541 Date:   Sun Jan 4 01:00:53 2015 +0900
17542
17543     [VM][FM7] Add fm7_mainio.h, temporally dirty file.
17544
17545 commit 770f2055394b0ca8891380e68af8ddd579e99c1d
17546 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17547 Date:   Fri Jan 2 21:02:11 2015 +0900
17548
17549     [VM][FM7] Implement dipsw.
17550
17551 commit bb53f857e224a1f742348dce67f877578aff5b69
17552 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17553 Date:   Fri Jan 2 20:47:52 2015 +0900
17554
17555     [VM][FM7] MainMem: temporally implement FM7/77/AV/AV40.
17556
17557 commit fda42a4d2bee1a590963583bfe26b371e6b151e6
17558 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17559 Date:   Thu Jan 1 04:25:51 2015 +0900
17560
17561     [VM][FM7] Add memory, OpenCL renderer.
17562
17563 commit 633d582e7c22663ea9a1e78ba14cb008df69ed3a
17564 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17565 Date:   Wed Dec 31 02:49:53 2014 +0900
17566
17567     [VM][FM7] Add temporally machine-definition files.
17568
17569 commit 6e8bdfe53061985890b955aa1ef1eedf30b6148b
17570 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17571 Date:   Wed Dec 31 01:39:46 2014 +0900
17572
17573     [VM][FMGEN][WIP] Fit to non-WIN32.
17574
17575 commit 41646728af8ed4edcf04e1f7f8f587bad3842a94
17576 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17577 Date:   Wed Dec 31 01:30:12 2014 +0900
17578
17579     [Build][FM7][Agar] Fix : Pass to compiling.
17580
17581 commit e409be1add5f6b9ddf76bada7c24469cb35ae2bc
17582 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17583 Date:   Wed Dec 31 01:29:22 2014 +0900
17584
17585     [VM][FM7][VRAM] Fix to pass compiling.
17586
17587 commit d6bc85f4f9b2842cc08f765f13c2e8befc56d108
17588 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17589 Date:   Wed Dec 31 01:16:19 2014 +0900
17590
17591     [Build][CMAKE] commonconfig: more fitting.
17592
17593 commit 3d96e9b3960341b18949e545087d5bf298a05058
17594 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17595 Date:   Wed Dec 31 01:15:33 2014 +0900
17596
17597     [COMMON][Agar] Start to apply to libAgar.
17598
17599 commit 9fe499bc5b82fc6008701feef33589b0bf231c12
17600 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17601 Date:   Wed Dec 31 00:26:23 2014 +0900
17602
17603     [Build][CMAKE][FM7] Initial Setup.
17604
17605 commit c524ee5748d0396a6478ae30954821c14d073ccf
17606 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17607 Date:   Wed Dec 31 00:24:33 2014 +0900
17608
17609     [General][Build] At first.
17610
17611 commit 8d9db03ee476abecc59b57d58371fa37053dcd78
17612 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17613 Date:   Tue Dec 30 15:03:16 2014 +0900
17614
17615     [Build] Add CMakeLists.txt .
17616
17617 commit 10619a4e409322d3c1da2d39d8c5d338c33343fe
17618 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17619 Date:   Tue Dec 30 14:49:54 2014 +0900
17620
17621     [Emu][6809] Implement undefined opcodes, import from XM7/SDL.
17622
17623 commit b686d0cd5eb59b928f86b6ee6cb82a1646ceb066
17624 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17625 Date:   Tue Dec 30 13:20:46 2014 +0900
17626
17627     [Agar][General] Move important file(s) from XM7/SDL, these are Ohta's original written files.
17628
17629 commit ab81d13639a41d1ea69db10b745a8b53e7bcaaa7
17630 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17631 Date:   Tue Dec 30 07:16:31 2014 +0900
17632
17633     [SND] Initial SDL driver, expects okay (^_^;
17634
17635 commit a06141a85aa38892032c5e6f8b9ad4b7323c939f
17636 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17637 Date:   Tue Dec 30 04:25:01 2014 +0900
17638
17639     [General] Remove duplicate COPYING.txt, move to LICENSE.
17640
17641 commit 5c5e7c581fb82e64c81869a60173d542be165225
17642 Author: K.Ohta <whatisthis.sowhat@gmail.com>
17643 Date:   Tue Dec 30 04:22:13 2014 +0900
17644
17645     [INITIAL] Import 20141226 version of http://homepage3.nifty.com/takeda-toshiya/common/index.html .
17646
17647 commit 19d971c6ebe0a8bb33db522af585df6562a164c3
17648 Author: Artanejp <whatisthis.sowhat@gmail.com>
17649 Date:   Tue Dec 30 04:17:51 2014 +0900
17650
17651     Initial commit