• R/O
  • HTTP
  • SSH
  • HTTPS

common_source_project-fm7: Commit

Common Source Code Project for Qt (a.k.a for FM-7).


Commit MetaInfo

Revisión476cc15de79bd595fccb5436e288fd20fad193d1 (tree)
Tiempo2019-02-21 20:08:28
AutorK.Ohta <whatisthis.sowhat@gmai...>
CommiterK.Ohta

Log Message

[DOC] Updated.

Cambiar Resumen

Diferencia incremental

--- a/source/000_gitlog.txt
+++ b/source/000_gitlog.txt
@@ -1,3 +1,349 @@
1+commit 2b63380cd185d2d16b05723aaea7b50371ef5d7c
2+Author: K.Ohta <whatisthis.sowhat@gmail.com>
3+Date: Thu Feb 21 19:56:41 2019 +0900
4+
5+ [VM][MC6809][OOPS] Fix FTBFS.
6+
7+commit aca1273d5fb316f2a3958efc2717cde90a2859d6
8+Author: K.Ohta <whatisthis.sowhat@gmail.com>
9+Date: Thu Feb 21 18:38:18 2019 +0900
10+
11+ [VM][MZ2800] Fix crash ending of emulation.
12+
13+commit abc042d99fa609ebc9088312a2b5b0b69acc9f23
14+Author: K.Ohta <whatisthis.sowhat@gmail.com>
15+Date: Thu Feb 21 18:33:10 2019 +0900
16+
17+ [VM][JX][J3100] (Temporally?) stop to use I86:: using insetad of I286::.Fix FTBFS of JX.
18+ [VM][J3100][DEBUGGER][EMU] Some functions at debugger.cpp moved (and modified) to emu.cpp. This workaround needed by libCSPcommon .
19+
20+commit 380e532f0e7da420367df8ca883c1e37d2f97cbb
21+Author: K.Ohta <whatisthis.sowhat@gmail.com>
22+Date: Thu Feb 21 18:07:03 2019 +0900
23+
24+ [VM] Fix crash when end of emulation at various(!) VMs.
25+ [VM][I8080] I8085: Fix around SID instruction.FP200 works.
26+ [VM][I386] Fix crash some VMs using after i386 cpu series.This also fixes FTBFS.
27+ [VM] Fix crash when starting with some devices.
28+
29+commit 37621805de11031c659a4bb991ed1608d2419dcc
30+Author: K.Ohta <whatisthis.sowhat@gmail.com>
31+Date: Thu Feb 21 04:34:44 2019 +0900
32+
33+ [VM][PCENGINE][ADPCM] Reset written_size per resuming DMA transfer.
34+ [VM][PCENGINE][ADPCM] Halt ADPCM sound same BANK (mask = $8000) both DMA transferring and read from ADPCM.
35+
36+commit d20281b920a909a622262df57f42bd6dfe872a3f
37+Author: K.Ohta <whatisthis.sowhat@gmail.com>
38+Date: Thu Feb 21 03:39:38 2019 +0900
39+
40+ [VM][PCENGINE][ADPCM] Partly remove a Ootake's hack.Expect to improve ADPCM's quality.
41+
42+commit ef764de9c45da00b5d07f78f0251020a3c75c513
43+Author: K.Ohta <whatisthis.sowhat@gmail.com>
44+Date: Thu Feb 21 03:25:29 2019 +0900
45+
46+ [VM][MZ80K] Update to upstream 2019-02-19.Enable to build and works.
47+
48+commit 11a2b9d113b2e8a9c129709396466cbc326d6ef4
49+Author: K.Ohta <whatisthis.sowhat@gmail.com>
50+Date: Thu Feb 21 03:25:08 2019 +0900
51+
52+ [VM][EVENT] .
53+
54+commit 1c3c6d3350514a18759292f2e4134af4e524b568
55+Author: K.Ohta <whatisthis.sowhat@gmail.com>
56+Date: Thu Feb 21 03:24:27 2019 +0900
57+
58+ [VM][PCENGINE][ADPCM] Fix around ADPCM (more).
59+
60+commit 4f9cd2ca0f99e27224c5387e385c4c98e2c75d1c
61+Author: K.Ohta <whatisthis.sowhat@gmail.com>
62+Date: Thu Feb 21 02:32:43 2019 +0900
63+
64+ [VM] Pertially commit upstream's changes.May be not buildable or enable to build.
65+ [OSD][EMU][PC9801][PC8801] Fix choppy sound with non-regular frequency.
66+
67+commit 004adfe3bc765ac07986f99f24e6441755dd61b4
68+Author: K.Ohta <whatisthis.sowhat@gmail.com>
69+Date: Thu Feb 21 02:29:27 2019 +0900
70+
71+ [Qt][OSD][Sound] Update OSD API, initialize_sound() has 4 args, not 2.
72+ [Qt][OSD][Sound] SDL_MixAudioFormat() *MUST* use for SDL2, shouldm't use SDL_MixAudio for SDL2.
73+ [Qt][UI] Select sound output devices.
74+
75+commit 6dd01447f7f921b3a65897ce2a38bf5a75bc4559
76+Author: K.Ohta <whatisthis.sowhat@gmail.com>
77+Date: Wed Feb 20 22:06:28 2019 +0900
78+
79+ [VM][FM7][X1] Buildable with upstream 2019-02-19.
80+
81+commit 7adaf5381581ec03d0de694fea3b096dd8be6ea2
82+Author: K.Ohta <whatisthis.sowhat@gmail.com>
83+Date: Wed Feb 20 22:03:58 2019 +0900
84+
85+ [UI][Qt][VM][PC8801] Update to Upstream.
86+
87+commit f52183d41261215b20f6d0fd93ed45a3d24c59b6
88+Author: K.Ohta <whatisthis.sowhat@gmail.com>
89+Date: Wed Feb 20 22:03:25 2019 +0900
90+
91+ [UI][Qt] Update.
92+
93+commit 32fbb46978e4a0e0523a5ba66fe1327c452ee4df
94+Author: K.Ohta <whatisthis.sowhat@gmail.com>
95+Date: Wed Feb 20 22:02:24 2019 +0900
96+
97+ [OSD][Qt] Update APIs upstream 2019-02-19.
98+
99+commit 7ae149676fc56e8ca4d4877080d9973cbbb550fd
100+Author: K.Ohta <whatisthis.sowhat@gmail.com>
101+Date: Wed Feb 20 22:01:02 2019 +0900
102+
103+ [VM] Merge Upstream 2019-02-19.Only for DEVICES, not MACHINES YET.
104+
105+commit 7e2e4683ae79950f89cf8202fafae51bbd618e8f
106+Author: K.Ohta <whatisthis.sowhat@gmail.com>
107+Date: Wed Feb 20 05:38:39 2019 +0900
108+
109+ [Qt][OSD][WIN32] Fix FTBFS for MinGW.
110+ [Qt][EMUUTIL][WIN32] Temporally disable SSE2.
111+
112+commit 7ee06737df882878716d8ed8dba1e338055531e8
113+Author: K.Ohta <whatisthis.sowhat@gmail.com>
114+Date: Wed Feb 20 02:10:43 2019 +0900
115+
116+ [Qt][OSD][OpenGL][AVIO] Fix wrong color at one-board-computers.
117+ [Qt][OpenGL] Fix not save screenshot with OpenGL renderers.(This issue didn't happen with OpenGL ES).
118+
119+commit 1b1517bda5cbc13b870a0f0264912196023ce2d6
120+Author: K.Ohta <whatisthis.sowhat@gmail.com>
121+Date: Wed Feb 20 00:55:28 2019 +0900
122+
123+ [Qt][Draw][OpenGL] Asynchronous pixel transfer with OpenGL 4.5 (and Core profile renderer).
124+
125+commit 363ca36d791ceb0fb6afc7ed40738e1beb690d14
126+Author: K.Ohta <whatisthis.sowhat@gmail.com>
127+Date: Tue Feb 19 23:00:39 2019 +0900
128+
129+ [Draw][Qt] Now, core profile needs less than OpenGL 4.5.
130+ [Draw][Qt] Prepare to immutable texture buffer.
131+
132+commit fdd910ec85cc746c0c3d41a12f46e3f5a92376e1
133+Author: K.Ohta <whatisthis.sowhat@gmail.com>
134+Date: Mon Feb 18 18:15:44 2019 +0900
135+
136+ [VM][SCSI_CDROM] CDDA: Fix around repeat sequence.
137+ [VM][SCSI_CDROM] CDDA: Update end_frame ewhen setting start_frame.
138+
139+commit f561e39546dca1cf807fea8db4f63e9cb824023c
140+Author: K.Ohta <whatisthis.sowhat@gmail.com>
141+Date: Mon Feb 18 17:38:50 2019 +0900
142+
143+ [VM][PCENGINE][ADPCM] Don't appear read_buf flag to REG $180C.
144+
145+commit 91f9a53cb1835b917e7a3ef9fc3abb935543f110
146+Author: K.Ohta <whatisthis.sowhat@gmail.com>
147+Date: Mon Feb 18 17:37:41 2019 +0900
148+
149+ [VM][PCENGINE][SCSI_CD] CDDA: Fix interpreting cue sheet.Lasersoft's brand softwares may works.
150+
151+commit 0b1f08392a77893a357f3832de0cc99413c7ea21
152+Author: K.Ohta <whatisthis.sowhat@gmail.com>
153+Date: Mon Feb 18 15:36:58 2019 +0900
154+
155+ [VM][PCENGINE] .
156+
157+commit 4303f03bbce8ec7fa494945d4bee6f383a4d1edd
158+Author: K.Ohta <whatisthis.sowhat@gmail.com>
159+Date: Mon Feb 18 15:35:07 2019 +0900
160+
161+ [VM][PCENGINE][SCSI_CDROM] Stop CDDA at NEC Extend command $D8 ARG="xx 00 00 00"(Set Audio Playback Start Position).
162+
163+commit 3ca95e18901366fb5162190aeb66b6faac3b0037
164+Author: K.Ohta <whatisthis.sowhat@gmail.com>
165+Date: Sun Feb 17 23:35:44 2019 +0900
166+
167+ [VM][HuC6280] Fix debug calling.
168+
169+commit c542747f3bd514b664eedfa820cbc7e93da1e944
170+Author: K.Ohta <whatisthis.sowhat@gmail.com>
171+Date: Sun Feb 17 23:35:28 2019 +0900
172+
173+ [VM][SCSI_CDROM] .
174+
175+commit f318d690c145021d153cf03dc7bc01329ceb379b
176+Author: K.Ohta <whatisthis.sowhat@gmail.com>
177+Date: Sun Feb 17 23:34:18 2019 +0900
178+
179+ [VM][PCENGINE][CDROM] Fix READ COMMAND $1801().Not reply any signals.
180+
181+commit 0af5192917187e22e1f8a66c6b827192b08de2b4
182+Author: K.Ohta <whatisthis.sowhat@gmail.com>
183+Date: Sun Feb 17 20:47:06 2019 +0900
184+
185+ [VM][PCENGINE][ADPCM] .
186+
187+commit 8c9c1cb2cd6831a94daa9b58d746eea61172a4e8
188+Author: K.Ohta <whatisthis.sowhat@gmail.com>
189+Date: Sun Feb 17 20:43:59 2019 +0900
190+
191+ [VM][SCSI_CDROM][PCENGINE] CDDA:Don't update track when setting end position.
192+
193+commit 328665d6d75f339bb08866192a1755dda1a46754
194+Author: K.Ohta <whatisthis.sowhat@gmail.com>
195+Date: Sun Feb 17 18:49:31 2019 +0900
196+
197+ [VM][PCENGINE] .
198+
199+commit a18bc79bcf9cec4cb2ebef827e7c5ebf0b5a37f4
200+Author: K.Ohta <whatisthis.sowhat@gmail.com>
201+Date: Sat Feb 16 04:04:22 2019 +0900
202+
203+ [VM][MSM5205] Add new API: pause_w().
204+ [VM][PCENGINE][ADPCM] Mostly fixed around playing.(Excepts Gradius II?).
205+
206+commit be6c19d4bf4478740dc8cdaa96ceccb289a68a8a
207+Author: K.Ohta <whatisthis.sowhat@gmail.com>
208+Date: Fri Feb 15 09:43:21 2019 +0900
209+
210+ [VM][PCENGINE][ADPCM] Improve DMA handling.
211+
212+commit 785161fd7625d03ad263fbdf415c4b3b462fe31d
213+Author: K.Ohta <whatisthis.sowhat@gmail.com>
214+Date: Tue Feb 12 22:18:36 2019 +0900
215+
216+ [VM][PCENGINE][ADPCM] Remove unused parts.
217+
218+commit a05dfe7fe4aa00f9dfdb0fe5488a94ac68d09e3c
219+Author: K.Ohta <whatisthis.sowhat@gmail.com>
220+Date: Tue Feb 12 22:17:39 2019 +0900
221+
222+ [VM][MSM5205] Adjust ADPCM's sound level due to be too small sound.
223+ [VM][SCSI_CDROM][WIP] .
224+
225+commit c9125ba37261275e58b94d288e739b56e3a51a07
226+Author: K.Ohta <whatisthis.sowhat@gmail.com>
227+Date: Tue Feb 12 21:43:30 2019 +0900
228+
229+ [VM][PCENGINE][ADPCM] adpcm.cpp : improve around DMA, but still not complete.
230+
231+commit 37a8482023afcef297b027c569d712cbc287d6a4
232+Author: K.Ohta <whatisthis.sowhat@gmail.com>
233+Date: Tue Feb 12 19:21:48 2019 +0900
234+
235+ [VM][PCENGINE][ADPCM] Re-Implement adpcm.[cpp|h] . Partly useful.
236+
237+commit acabbae71fa23288634e7531a67acfc300016c5d
238+Author: K.Ohta <whatisthis.sowhat@gmail.com>
239+Date: Tue Feb 12 07:48:32 2019 +0900
240+
241+ [VM][PCENGINE][ADPCM] pce.cpp : porting logics from mednafen and Ootake.
242+
243+commit 98618d9f958e032b88a3199a7c1ddedebfc61ca8
244+Author: K.Ohta <whatisthis.sowhat@gmail.com>
245+Date: Mon Feb 11 04:00:23 2019 +0900
246+
247+ [VM][PCENGINE][ADPCM][WIP] Porting from mednafen.WIP.
248+
249+commit 758326a113d01d94b53a9f9204a73201f48f8cf2
250+Author: K.Ohta <whatisthis.sowhat@gmail.com>
251+Date: Mon Feb 11 02:40:55 2019 +0900
252+
253+ [VM][PCENGINE][ADPCM] .
254+
255+commit 64675fff11aa2bfeed70ddbf7bb254daf9873a30
256+Author: K.Ohta <whatisthis.sowhat@gmail.com>
257+Date: Sun Feb 10 05:29:04 2019 +0900
258+
259+ [VM][PCENGINE][ADPCM] Separate around ADPCM to ADPCM:: .
260+
261+commit 50819a1bb1c25149b1b10215d2065a6895a1f6fd
262+Author: K.Ohta <whatisthis.sowhat@gmail.com>
263+Date: Sat Feb 9 19:12:22 2019 +0900
264+
265+ [VM][PCENGINE][ADPCM] .
266+
267+commit ae635e10427995af8c898754fa9dc78189c15e0a
268+Author: K.Ohta <whatisthis.sowhat@gmail.com>
269+Date: Sat Feb 9 03:41:02 2019 +0900
270+
271+ [VM][PCENGINE][ADPCM] Improve around IRQ handling from Ootake.Fix hangup on demo of LINDA^3 (but still incorrect PCM sound).
272+
273+commit 58908b435eaddf0066a72856db2ac47d379070ba
274+Author: K.Ohta <whatisthis.sowhat@gmail.com>
275+Date: Fri Feb 8 16:29:05 2019 +0900
276+
277+ [VM][UPD71071] Fix OOPs of FTBFS.
278+
279+commit 0974c71a877389dfe32058fa46e5d8cebd9ef285
280+Author: K.Ohta <whatisthis.sowhat@gmail.com>
281+Date: Fri Feb 8 16:22:19 2019 +0900
282+
283+ [VM][COMMON_VM] Update SOVERSION.
284+
285+commit 6a2eefe5a5133dcc4d9bd8242b93f04ecae6e5c9
286+Author: K.Ohta <whatisthis.sowhat@gmail.com>
287+Date: Fri Feb 8 16:20:53 2019 +0900
288+
289+ [VM][SCSI_CDROM] Make public members to virtual attribute.This is prepare of FM-Towns.
290+
291+commit 4282570713165a5add65166f209455e1b3f6da59
292+Author: K.Ohta <whatisthis.sowhat@gmail.com>
293+Date: Fri Feb 8 16:20:24 2019 +0900
294+
295+ [VM][FMTOWNS][CDROM] Add headers around CDC/CDROM.
296+
297+commit 6dcd7266c615b445e807e2ad7df8deb0f6e8b3fb
298+Author: K.Ohta <whatisthis.sowhat@gmail.com>
299+Date: Fri Feb 8 03:07:10 2019 +0900
300+
301+ .
302+
303+commit a4a6f67a2f673e0187f97c2a20b41d65357f6de9
304+Author: K.Ohta <whatisthis.sowhat@gmail.com>
305+Date: Fri Feb 8 02:57:37 2019 +0900
306+
307+ [VM][FMTOWNS][CDROM] .
308+
309+commit 303f8a4716ee48ddd6fba719e31365e04c81d433
310+Author: K.Ohta <whatisthis.sowhat@gmail.com>
311+Date: Thu Feb 7 17:18:12 2019 +0900
312+
313+ [VM][FMTOWNS][WIP] Implementing CDROM.Still not buildable.
314+
315+commit 7713436f1232161cceab5def39ea84813d0a8915
316+Author: K.Ohta <whatisthis.sowhat@gmail.com>
317+Date: Thu Jan 31 19:26:50 2019 +0900
318+
319+ [VM][FMTOWNS][WIP] Adding CD-ROM/CD controller.This still be not completed.
320+ [VM][UPD71071] Add 16bits transfer mode.
321+
322+commit 2bdfaf5e3b57630ffd595dcdaf999e5ee8fb8463
323+Author: K.Ohta <whatisthis.sowhat@gmail.com>
324+Date: Tue Jan 29 21:44:19 2019 +0900
325+
326+ [VM][FMTOWNS] Add audio ADC and DAC.Please read ad7820kr.h to see proposed new APIs.
327+
328+commit 825bf2ca6d1fdd3b866e72eaf7e6db32a4a704c4
329+Author: K.Ohta <whatisthis.sowhat@gmail.com>
330+Date: Thu Jan 17 19:40:18 2019 +0900
331+
332+ [COMMON] Fix unaligned SIMD variables.Fix crash built with "-msse2" at Win32.
333+ [BUILD][Win32] Adjust optimize parameter for MinGW/Win32.
334+
335+commit b1f6fe01cc089c2eb2045a55b42b7be47f27cc9c
336+Author: K.Ohta <whatisthis.sowhat@gmail.com>
337+Date: Sun Jan 13 04:38:19 2019 +0900
338+
339+ [OOPS] Update installer.
340+
341+commit e03a2d0b831c83a5d0c2ba9935be94f5bd6566e8
342+Author: K.Ohta <whatisthis.sowhat@gmail.com>
343+Date: Sun Jan 13 02:03:14 2019 +0900
344+
345+ [DOC] Update to release.
346+
1347 commit c2d34b15d4c1d374e61a3ab8f66e1cca2ac926bd
2348 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3349 Date: Sun Jan 13 01:15:44 2019 +0900
--- a/source/ChangeLog
+++ b/source/ChangeLog
@@ -1,5 +1,28 @@
11 *** If you want to know full changes, please read 000_gitlog.txt and history.txt. ***
22
3+* SNAPSHOT February 22, 2019
4+ * Upstream 2019-02-19.
5+ * [VM] Fix crash when end of emulation at various(!) VMs.
6+ * [DEBUGGER/EMU] Some functions at debugger.cpp moved (and modified) to emu.cpp. This workaround needed by libCSPcommon .
7+ * [EMUUTIL/WIN32] Temporally disable SSE2.
8+ * [VM/I8080] I8085: Fix around SID instruction.FP200 works.
9+ * [VM/MSM5205] Add new API: pause_w().
10+ * [VM/MSM5205] Adjust ADPCM's sound level due to be too small sound.
11+ * [VM/UPD71071] Add 16bits transfer mode (needs to emulate FM-Towns).
12+ * [VM/PCENGINE] Separate around ADPCM from pce.cpp.
13+ * [VM/PCENGINE] Mostly works CD-ROM^2 softwares, excepts (at least) Valis2 and R-TYPE. Some softwares still contain wrong working.
14+ * [VM/SCSI_CDROM] CDDA: Fix interpreting cue sheet.Lasersoft's brand softwares may works.
15+ * [VM/SCSI_CDROM] CDDA:Don't update track when setting end position.
16+ * [OSD/Sound] Update OSD API, initialize_sound() has 4 args, not 2.
17+ * [OSD/Sound] SDL_MixAudioFormat() *MUST* use for SDL2, shouldn't use SDL_MixAudio for SDL2.
18+ * [Qt/OpenGL] Asynchronous pixel transfer with OpenGL 4.5 (and Core profile renderer).
19+ * [Qt/OpenGL] Now, core profile needs less than OpenGL 4.5.
20+ * [Qt/OpenGL] Fix not save screenshot with OpenGL renderers.(This issue didn't happen with OpenGL ES).
21+ * [Qt/AVIO] Fix wrong color at one-board-computers.
22+ * Built with WILL-SET (or later).
23+
24+-- February 21, 2019 xx:xx:xx +0900 K.Ohta <whatisthis.sowhat@gmail.com>
25+
326 * SNAPSHOT January 13, 2019
427 * Upstream 2019-01-11 .
528 * [UI/Qt] OSD: Joystick-To-Keyboard: Add "1235" feature.Useful for DELPHIS (for FM-8/7) etc.
--- a/source/revision.txt
+++ b/source/revision.txt
@@ -1,3 +1,3 @@
11 <B><FONT SIZE=-1>Upstream 2019-02-19<BR>
2-Qt Port and FM7 series 2019-02-20<BR>
2+Qt Port and FM7 series 2019-02-22BR>
33 </FONT></B>
Show on old repository browser