OSDN Git Service

csp-qt/common_source_project-fm7.git
3 years ago[DOC][OOPS] Fix TYPO (;_;)
K.Ohta [Tue, 15 Dec 2020 16:51:56 +0000 (01:51 +0900)]
[DOC][OOPS] Fix TYPO (;_;)

3 years ago[UNIX] Update installer.
K.Ohta [Tue, 15 Dec 2020 16:40:52 +0000 (01:40 +0900)]
[UNIX] Update installer.

3 years ago[DOC] Update for release.
K.Ohta [Tue, 15 Dec 2020 15:53:29 +0000 (00:53 +0900)]
[DOC] Update for release.

3 years ago[VM][FMTOWNS][CDROM] Fix wrong response at PAUSE/RESUME CDDA (85h/87h).
K.Ohta [Tue, 15 Dec 2020 14:46:27 +0000 (23:46 +0900)]
[VM][FMTOWNS][CDROM] Fix wrong response at PAUSE/RESUME CDDA (85h/87h).

3 years ago[VM][FMTOWNS][SPRITE] .
K.Ohta [Sun, 13 Dec 2020 20:11:03 +0000 (05:11 +0900)]
[VM][FMTOWNS][SPRITE] .

3 years ago[VM][FMTOWNS][SPRITE] Apply SIMD to rotation.
K.Ohta [Sun, 13 Dec 2020 13:24:25 +0000 (22:24 +0900)]
[VM][FMTOWNS][SPRITE] Apply SIMD to rotation.

3 years ago[UI][Qt][I18N][OOPs] I missed update a entry, fixed X-)
K.Ohta [Sun, 13 Dec 2020 11:57:08 +0000 (20:57 +0900)]
[UI][Qt][I18N][OOPs] I missed update a entry, fixed X-)

3 years ago[VM][FMTOWNS][SPRITE] Fix around rotation.
K.Ohta [Sun, 13 Dec 2020 11:56:53 +0000 (20:56 +0900)]
[VM][FMTOWNS][SPRITE] Fix around rotation.

3 years ago[Qt][OSD][EMU][INPUT] Fix duplicated key in with one-board-computers.
K.Ohta [Sun, 13 Dec 2020 06:45:56 +0000 (15:45 +0900)]
[Qt][OSD][EMU][INPUT] Fix duplicated key in with one-board-computers.

3 years ago[UI][Qt][MOUSE][WIP] Fixing mouse clicking on one-board-computers.
K.Ohta [Sat, 12 Dec 2020 21:37:26 +0000 (06:37 +0900)]
[UI][Qt][MOUSE][WIP] Fixing mouse clicking on one-board-computers.

3 years ago[DRAW][OpenGLES] Fix double delete some objects, Fix crash on quit.
K.Ohta [Sat, 12 Dec 2020 20:08:49 +0000 (05:08 +0900)]
[DRAW][OpenGLES] Fix double delete some objects, Fix crash on quit.

3 years ago[UI][Qt] Update Japanese translates.
K.Ohta [Sat, 12 Dec 2020 19:24:12 +0000 (04:24 +0900)]
[UI][Qt] Update Japanese translates.

3 years ago[UI][Qt] Change orders of "Emulator Menu".
K.Ohta [Sat, 12 Dec 2020 19:06:51 +0000 (04:06 +0900)]
[UI][Qt] Change orders of "Emulator Menu".

3 years ago[UI][Qt] Integrate to single MainWindow object.Fix https://matsuri.5ch.net/test/read...
K.Ohta [Sat, 12 Dec 2020 18:59:21 +0000 (03:59 +0900)]
[UI][Qt] Integrate to single MainWindow object.Fix https://matsuri.5ch.net/test/read.cgi/i4004/1601147054/80 .

[UI][Qt] Add confirm on quitting emulator.
[OSD][Qt][LOGGER] Add mutex locking to some functions called from logger.Fix crash on quitting a emulator.

3 years ago[CONFIG][OOPS] I missed initial value of MOUSE SENSITIVITY.
K.Ohta [Sat, 12 Dec 2020 07:10:19 +0000 (16:10 +0900)]
[CONFIG][OOPS] I missed initial value of MOUSE SENSITIVITY.

3 years ago[VM][AD7820KR][RF5C68][YM2612] Fix linkage error for eFM-Towns.
Kyuma Ohta [Sat, 12 Dec 2020 07:08:17 +0000 (16:08 +0900)]
[VM][AD7820KR][RF5C68][YM2612] Fix linkage error for eFM-Towns.

3 years ago[UI][Qt] Add a mouse sensitivity dialog.Adjust mouse cursor handling.
K.Ohta [Fri, 11 Dec 2020 07:03:53 +0000 (16:03 +0900)]
[UI][Qt] Add a mouse sensitivity dialog.Adjust mouse cursor handling.

3 years ago[Qt][JOYSTICK] Remove duplicated lines from joydb.ini .
K.Ohta [Thu, 10 Dec 2020 18:27:35 +0000 (03:27 +0900)]
[Qt][JOYSTICK] Remove duplicated lines from joydb.ini .

3 years ago[VM][FMTOWNS][JOYPAD] .
K.Ohta [Thu, 10 Dec 2020 17:53:57 +0000 (02:53 +0900)]
[VM][FMTOWNS][JOYPAD] .

3 years ago[UI][Qt][JOYSTICK] Add mapping gamecontroller settings.Read from $CONFIG_DIR/joydb...
K.Ohta [Thu, 10 Dec 2020 17:52:02 +0000 (02:52 +0900)]
[UI][Qt][JOYSTICK] Add mapping gamecontroller settings.Read from $CONFIG_DIR/joydb.ini as SDL_GAMECONTROLLER format.See https://wiki.libsdl.org/SDL_GameControllerAddMapping .

3 years ago[Qt][JOYSTICK][UI] .
K.Ohta [Thu, 10 Dec 2020 14:07:50 +0000 (23:07 +0900)]
[Qt][JOYSTICK][UI] .

3 years ago[VM][FMTOWNS][CRTC] Fix crash at render_16() with Super Street Fighter II truely.
K.Ohta [Wed, 9 Dec 2020 19:27:53 +0000 (04:27 +0900)]
[VM][FMTOWNS][CRTC] Fix crash at render_16() with Super Street Fighter II truely.

3 years ago[BUILD][CMAKE] Update sample scripts.
K.Ohta [Wed, 9 Dec 2020 18:56:47 +0000 (03:56 +0900)]
[BUILD][CMAKE] Update sample scripts.

3 years ago[VM][FMTOWNS][CRTC] Fix memory leak of render_16().Will improve rendering speed.
K.Ohta [Wed, 9 Dec 2020 18:49:08 +0000 (03:49 +0900)]
[VM][FMTOWNS][CRTC] Fix memory leak of render_16().Will improve rendering speed.

3 years ago[VM][FMTOWNS][SPRITE] Fix around zooming.Re-write around rotating(still somthing...
K.Ohta [Wed, 9 Dec 2020 16:53:30 +0000 (01:53 +0900)]
[VM][FMTOWNS][SPRITE] Fix around zooming.Re-write around rotating(still somthing wrong).

3 years ago[VM][FMTOWNS][CRTC] Update status.
K.Ohta [Wed, 9 Dec 2020 15:01:45 +0000 (00:01 +0900)]
[VM][FMTOWNS][CRTC] Update status.

3 years ago[VM][FMTOWNS][COMMON_VM] Move AD78820KR::, RF6C68::, YM2612:: to libCSPcommon_vm.
K.Ohta [Wed, 9 Dec 2020 15:00:51 +0000 (00:00 +0900)]
[VM][FMTOWNS][COMMON_VM] Move AD78820KR::, RF6C68::, YM2612:: to libCSPcommon_vm.

3 years ago[VM][FMTOWNS] Rename some files.
K.Ohta [Wed, 9 Dec 2020 14:45:26 +0000 (23:45 +0900)]
[VM][FMTOWNS] Rename some files.

3 years ago[VM][FMTOWNS][CRTC] Fix not rendering at width > TOWNS_CRTC_MAX_PIXELS.
K.Ohta [Wed, 9 Dec 2020 13:57:03 +0000 (22:57 +0900)]
[VM][FMTOWNS][CRTC] Fix not rendering at width > TOWNS_CRTC_MAX_PIXELS.

3 years ago[VM][FMTOWNS] Update status DOC.
K.Ohta [Wed, 9 Dec 2020 13:56:51 +0000 (22:56 +0900)]
[VM][FMTOWNS] Update status DOC.

3 years ago[VM][FMTOWNS][CRTC] Change VSYNC api and timing.Fix not rendering if display width...
K.Ohta [Wed, 9 Dec 2020 13:22:24 +0000 (22:22 +0900)]
[VM][FMTOWNS][CRTC] Change VSYNC api and timing.Fix not rendering if display width == 1024 pixels.

3 years ago[VM][I386_NP21] Improve CPU registers information.
K.Ohta [Sun, 29 Nov 2020 16:51:26 +0000 (01:51 +0900)]
[VM][I386_NP21] Improve CPU registers information.

3 years ago[VM][FMTOWNS][VRAM] TRY: Don't wrap around boundary of VRAM (i.e.8107ffff).
K.Ohta [Thu, 26 Nov 2020 17:52:27 +0000 (02:52 +0900)]
[VM][FMTOWNS][VRAM] TRY: Don't wrap around boundary of VRAM (i.e.8107ffff).

3 years ago[VM][FMTOWNS][SPRITE] Adjust rendering timing.
K.Ohta [Thu, 26 Nov 2020 17:52:06 +0000 (02:52 +0900)]
[VM][FMTOWNS][SPRITE] Adjust rendering timing.

3 years ago[VM][FMTOWNS][MOUSE] .
K.Ohta [Thu, 26 Nov 2020 17:03:04 +0000 (02:03 +0900)]
[VM][FMTOWNS][MOUSE] .

3 years ago[VM][FMTOWNS][MOUSE] Fix mouse moving limit.
K.Ohta [Thu, 26 Nov 2020 16:33:32 +0000 (01:33 +0900)]
[VM][FMTOWNS][MOUSE] Fix mouse moving limit.

3 years ago[VM][FMTOWNS][MEMORY] Disable shadow write at F8000h-FFFFFh.
K.Ohta [Thu, 26 Nov 2020 15:54:59 +0000 (00:54 +0900)]
[VM][FMTOWNS][MEMORY] Disable shadow write at F8000h-FFFFFh.

3 years ago[VM][FMTOWNS][JOYSTICK] .
K.Ohta [Thu, 26 Nov 2020 15:54:44 +0000 (00:54 +0900)]
[VM][FMTOWNS][JOYSTICK] .

3 years ago[BUILD][CROSS-BUILD] Update scripts to build Win32/64 version of Qt.
K.Ohta [Wed, 25 Nov 2020 20:40:44 +0000 (05:40 +0900)]
[BUILD][CROSS-BUILD] Update scripts to build Win32/64 version of Qt.

3 years ago[VM][I386_NP21][DEBUGGER] Improve register message.Print PC address on PANIC.
K.Ohta [Mon, 23 Nov 2020 08:29:47 +0000 (17:29 +0900)]
[VM][I386_NP21][DEBUGGER] Improve register message.Print PC address on PANIC.

3 years ago[VM][FMTOWNS][CDROM] Rename delay/status methods to unique name.
K.Ohta [Sun, 22 Nov 2020 15:36:08 +0000 (00:36 +0900)]
[VM][FMTOWNS][CDROM] Rename delay/status methods to unique name.

[VM][FMTOWNS][CDROM] Don't occure duplicated EOT.

3 years ago[BUILD][CMAKE][WIN32] Add bootstrap and toolchain for i686-w64-mingw64-gcc .
K.Ohta [Sun, 22 Nov 2020 06:31:54 +0000 (15:31 +0900)]
[BUILD][CMAKE][WIN32] Add bootstrap and toolchain for i686-w64-mingw64-gcc .

3 years ago[VM][FMTOWNS][CDC] Remove FMTOWNS::CDC:: Class already not be used.
K.Ohta [Mon, 16 Nov 2020 18:05:37 +0000 (03:05 +0900)]
[VM][FMTOWNS][CDC] Remove FMTOWNS::CDC:: Class already not be used.

3 years ago[VM][FMTOWNS][ADPCM][OOPs] I forgot to implement MUTE register (04d5:R) X-)
K.Ohta [Mon, 16 Nov 2020 18:02:06 +0000 (03:02 +0900)]
[VM][FMTOWNS][ADPCM][OOPs] I forgot to implement MUTE register (04d5:R) X-)

3 years ago[VM][FMTOWNS] .
K.Ohta [Mon, 16 Nov 2020 17:55:42 +0000 (02:55 +0900)]
[VM][FMTOWNS] .

3 years ago[VM][FMTOWNS][CDROM] Revert before commit.
K.Ohta [Mon, 16 Nov 2020 17:54:44 +0000 (02:54 +0900)]
[VM][FMTOWNS][CDROM] Revert before commit.

3 years ago[VM][FMTOWNS][CDROM] .
K.Ohta [Mon, 16 Nov 2020 17:23:46 +0000 (02:23 +0900)]
[VM][FMTOWNS][CDROM] .

3 years ago[VM][FMTOWNS][CDROM] Maybe working with CCD image.Still be imcomplete.
K.Ohta [Mon, 16 Nov 2020 11:02:55 +0000 (20:02 +0900)]
[VM][FMTOWNS][CDROM] Maybe working with CCD image.Still be imcomplete.

[VM][FMTOWNS][CDROM] Fix around playing CDDA.

3 years ago[VM][FMTOWNS][TOWNS_DMAC] Add debug messages.
K.Ohta [Mon, 16 Nov 2020 11:02:28 +0000 (20:02 +0900)]
[VM][FMTOWNS][TOWNS_DMAC] Add debug messages.

3 years ago[VM][UPD71071] Works without SINGLE_MODE_DMA.
K.Ohta [Mon, 16 Nov 2020 11:01:56 +0000 (20:01 +0900)]
[VM][UPD71071] Works without SINGLE_MODE_DMA.

3 years ago[VM][FMTOWNS][CDROM] Implement ISO file feature, MODE1/2/RAW read feature.
K.Ohta [Mon, 16 Nov 2020 08:00:08 +0000 (17:00 +0900)]
[VM][FMTOWNS][CDROM] Implement ISO file feature, MODE1/2/RAW read feature.

[VM][FMTOWNS][CDROM] check sector status per sector.

3 years ago[VM][FMTOWNS][CDROM] Fix wrong sector size with single track.
K.Ohta [Sun, 15 Nov 2020 19:20:41 +0000 (04:20 +0900)]
[VM][FMTOWNS][CDROM] Fix wrong sector size with single track.

3 years ago[VM][FMTOWNS][CDROM] Fix not play CDDA with command SPAM.
K.Ohta [Sun, 15 Nov 2020 12:25:45 +0000 (21:25 +0900)]
[VM][FMTOWNS][CDROM] Fix not play CDDA with command SPAM.

3 years ago[VM][FMTOWNS][CRTC] Available to display LOW RESOLUTION.This still be imcompleted.
K.Ohta [Sun, 15 Nov 2020 12:25:04 +0000 (21:25 +0900)]
[VM][FMTOWNS][CRTC] Available to display LOW RESOLUTION.This still be imcompleted.

3 years ago[VM][UPD71071][TOWNS_DMAC] More correctness addressing on R/W.
K.Ohta [Sun, 15 Nov 2020 08:17:03 +0000 (17:17 +0900)]
[VM][UPD71071][TOWNS_DMAC] More correctness addressing on R/W.

3 years ago[VM][FMTOWNS][MEMORY] Reset memory map when reset from CPU (i.e.Triple fault).
K.Ohta [Sun, 15 Nov 2020 08:16:23 +0000 (17:16 +0900)]
[VM][FMTOWNS][MEMORY] Reset memory map when reset from CPU (i.e.Triple fault).

3 years ago[VM][UPD71071][TOWNS_DMAC] Add debug message for issues, i.e.Bubble Bobble for FM...
K.Ohta [Sun, 15 Nov 2020 05:51:31 +0000 (14:51 +0900)]
[VM][UPD71071][TOWNS_DMAC] Add debug message for issues, i.e.Bubble Bobble for FM-Towns.

3 years ago[VM][FMTOWNS][CDROM] Comment out waiting for buffer empty after seek.
K.Ohta [Sun, 15 Nov 2020 05:50:59 +0000 (14:50 +0900)]
[VM][FMTOWNS][CDROM] Comment out waiting for buffer empty after seek.

3 years ago[VM][I366_NP21] .
K.Ohta [Sat, 14 Nov 2020 18:31:27 +0000 (03:31 +0900)]
[VM][I366_NP21] .

3 years ago[VM][FMTOWNS][CDROM][WIP] Adjusting transfer timings.
K.Ohta [Sat, 14 Nov 2020 18:03:02 +0000 (03:03 +0900)]
[VM][FMTOWNS][CDROM][WIP] Adjusting transfer timings.

3 years ago[VM][FMTOWNS][SPRITE] Event driven sprite.
K.Ohta [Sat, 14 Nov 2020 17:33:29 +0000 (02:33 +0900)]
[VM][FMTOWNS][SPRITE] Event driven sprite.

3 years ago[VM][FMTOWNS][DOC] Update 00_status.ja.md.
K.Ohta [Sat, 14 Nov 2020 16:51:52 +0000 (01:51 +0900)]
[VM][FMTOWNS][DOC] Update 00_status.ja.md.

3 years ago[VM][FMTOWNS][SPRITE] Implement correct offset handling and clipping feature.
K.Ohta [Sat, 14 Nov 2020 16:35:19 +0000 (01:35 +0900)]
[VM][FMTOWNS][SPRITE] Implement correct offset handling and clipping feature.

3 years ago[VM][FMTOWNS][CRTC] (Maybe) Fix around offset.Fix Kyukyoku Tiger, but some softwares...
K.Ohta [Sat, 14 Nov 2020 14:39:44 +0000 (23:39 +0900)]
[VM][FMTOWNS][CRTC] (Maybe) Fix around offset.Fix Kyukyoku Tiger, but some softwares still be wrong.

3 years ago[VM][FMTOWNS][CDROM] .
K.Ohta [Sat, 14 Nov 2020 05:36:06 +0000 (14:36 +0900)]
[VM][FMTOWNS][CDROM] .

3 years ago[VM][FMTOWNS][CDROM] Reply status immediately with PLAY/PAUSE/UNPAUSE without STATUS...
K.Ohta [Fri, 13 Nov 2020 07:48:11 +0000 (16:48 +0900)]
[VM][FMTOWNS][CDROM] Reply status immediately with PLAY/PAUSE/UNPAUSE without STATUS BIT (44h/C5h/C7h).

3 years ago[VM][FMTOWNS][SPRITE][WIP] Fix not alignment Via background and sprite.This still...
K.Ohta [Fri, 13 Nov 2020 07:46:46 +0000 (16:46 +0900)]
[VM][FMTOWNS][SPRITE][WIP] Fix not alignment Via background and sprite.This still be imcomplete.

3 years ago[VM][FMTOWNS][RF5C68] Reload data pointer when re-enable a channel. Fix not voice...
K.Ohta [Thu, 12 Nov 2020 17:54:13 +0000 (02:54 +0900)]
[VM][FMTOWNS][RF5C68] Reload data pointer when re-enable a channel. Fix not voice at SUPER REAL MAHJONG PIV.

3 years ago[DRAW][GL][OOPS] I FORGOT ADD qt_glutil_gl_tmpl.cpp TO GIT (T_T) Sorry for https...
K.Ohta [Thu, 12 Nov 2020 05:23:43 +0000 (14:23 +0900)]
[DRAW][GL][OOPS] I FORGOT ADD qt_glutil_gl_tmpl.cpp TO GIT (T_T) Sorry for https://matsuri.5ch.net/test/read.cgi/i4004/1601147054/62 .

3 years ago[UI][Qt][MOUSE] Add mouse sensitivities config.Still not implement GUIs.
K.Ohta [Wed, 11 Nov 2020 04:19:56 +0000 (13:19 +0900)]
[UI][Qt][MOUSE] Add mouse sensitivities config.Still not implement GUIs.

[UI][Qt][MOUSE] Send global position when capturing.

3 years ago[OSD][Qt][MOUSE] Calculate delta only in update_input().Stop to calculate per move_mo...
K.Ohta [Wed, 11 Nov 2020 03:17:35 +0000 (12:17 +0900)]
[OSD][Qt][MOUSE] Calculate delta only in update_input().Stop to calculate per move_mouse() event.

3 years ago[VM][FMTOWNS][CDROM] Command A0h: TOWNS_CD_ACCEPT_WAIT must be only after CDROM_COMMA...
K.Ohta [Tue, 10 Nov 2020 11:27:55 +0000 (20:27 +0900)]
[VM][FMTOWNS][CDROM] Command A0h: TOWNS_CD_ACCEPT_WAIT must be only after CDROM_COMMAND_STOP_CDDA.

3 years ago[VM][FMTOWNS][CDROM] Re-Enable fast DMA transfer.
K.Ohta [Tue, 10 Nov 2020 10:51:59 +0000 (19:51 +0900)]
[VM][FMTOWNS][CDROM] Re-Enable fast DMA transfer.

3 years ago[VM][FMTOWNS][CDROM] Fix TYPOs on comment.
K.Ohta [Tue, 10 Nov 2020 10:41:10 +0000 (19:41 +0900)]
[VM][FMTOWNS][CDROM] Fix TYPOs on comment.

3 years ago[VM][FMTOWNS][CDROM] Remove unused comments.
K.Ohta [Tue, 10 Nov 2020 10:40:28 +0000 (19:40 +0900)]
[VM][FMTOWNS][CDROM] Remove unused comments.

3 years ago[VM][FMTOWNS][CDROM] Fix around command 80h (SET STATE).May work RANCE III and SUPER...
K.Ohta [Tue, 10 Nov 2020 10:33:42 +0000 (19:33 +0900)]
[VM][FMTOWNS][CDROM] Fix around command 80h (SET STATE).May work RANCE III and SUPER REAL MAHJONG PIV.

3 years ago[VM][FMTOWNS][CDROM] towns_cdrom.cpp: Revert to cdfc81b7398812d0f9206d5b978808fcbc5eb...
K.Ohta [Tue, 10 Nov 2020 07:07:20 +0000 (16:07 +0900)]
[VM][FMTOWNS][CDROM] towns_cdrom.cpp: Revert to cdfc81b7398812d0f9206d5b978808fcbc5ebf0e and fit to new APIs.

3 years ago[VM][FMTOWNS][CDROM] towns_cdrom.cpp: Prepare to revert commit cdfc81b7398812d0f9206d...
K.Ohta [Tue, 10 Nov 2020 06:51:13 +0000 (15:51 +0900)]
[VM][FMTOWNS][CDROM] towns_cdrom.cpp: Prepare to revert commit cdfc81b7398812d0f9206d5b978808fcbc5ebf0e.

3 years ago[DRAW][OpenGL][Qt] Move more methods to GLDraw_Tmpl::.
K.Ohta [Mon, 9 Nov 2020 15:42:31 +0000 (00:42 +0900)]
[DRAW][OpenGL][Qt] Move more methods to GLDraw_Tmpl::.

3 years ago[DRAW][Qt] Move more methods to GLDraw_Tmpl:: .
K.Ohta [Mon, 9 Nov 2020 14:44:50 +0000 (23:44 +0900)]
[DRAW][Qt] Move more methods to GLDraw_Tmpl:: .

3 years ago[Qt][DRAW][OpenGL] Move duplicated methods to GLDraw_Tmpl::.Make GLDraw_3_0:: to...
K.Ohta [Mon, 9 Nov 2020 06:23:50 +0000 (15:23 +0900)]
[Qt][DRAW][OpenGL] Move duplicated methods to GLDraw_Tmpl::.Make GLDraw_3_0:: to child of GLDRaw_Tmpl::.

3 years ago[VUILD][CMAKE] Remove duplicated compilation : emu_thread_slots.cpp .
K.Ohta [Sun, 8 Nov 2020 20:02:56 +0000 (05:02 +0900)]
[VUILD][CMAKE] Remove duplicated compilation : emu_thread_slots.cpp .

3 years ago[UI][Qt][MOUSE] .
K.Ohta [Sun, 8 Nov 2020 19:19:15 +0000 (04:19 +0900)]
[UI][Qt][MOUSE] .

3 years ago[UI][Qt][DISPLAY] FLOPPY: Use 5inch icon using 5inch floppy.
K.Ohta [Sun, 8 Nov 2020 19:16:31 +0000 (04:16 +0900)]
[UI][Qt][DISPLAY] FLOPPY: Use 5inch icon using 5inch floppy.

3 years ago[UI][Qt][MOUSE] Fix not press buttons via mouse for one-board-computers.
K.Ohta [Sun, 8 Nov 2020 19:15:44 +0000 (04:15 +0900)]
[UI][Qt][MOUSE] Fix not press buttons via mouse for one-board-computers.

3 years ago[BUILD][LINUX] Compress debug symbols.
K.Ohta [Sun, 8 Nov 2020 05:16:12 +0000 (14:16 +0900)]
[BUILD][LINUX] Compress debug symbols.

3 years ago[VM][FMTOWNS][CDROM][WIP] Implementing around command; CDDA STOP (84h).
K.Ohta [Fri, 6 Nov 2020 06:42:06 +0000 (15:42 +0900)]
[VM][FMTOWNS][CDROM][WIP] Implementing around command; CDDA STOP (84h).

3 years ago[VM][DEVICE] Add APIs to DEVICE::; clear_event(), force_register_event(), check_and_u...
K.Ohta [Fri, 6 Nov 2020 04:51:28 +0000 (13:51 +0900)]
[VM][DEVICE] Add APIs to DEVICE::; clear_event(), force_register_event(), check_and_update_event() and variants.

3 years ago[Qt][EMU][EMU_THREAD] MOVE a lot of methods to EMU_TEMPLATE:: and EmuThreadClassBase::.
K.Ohta [Sun, 25 Oct 2020 11:38:27 +0000 (20:38 +0900)]
[Qt][EMU][EMU_THREAD] MOVE a lot of methods to EMU_TEMPLATE:: and EmuThreadClassBase::.

3 years ago[Qt][OSD] Fix linkage error for OSD, WIN32.
K.Ohta [Sat, 24 Oct 2020 09:05:51 +0000 (18:05 +0900)]
[Qt][OSD] Fix linkage error for OSD, WIN32.

3 years ago[OSD][Qt] Fix linkage error at WIN32.
K.Ohta [Sat, 24 Oct 2020 08:55:12 +0000 (17:55 +0900)]
[OSD][Qt] Fix linkage error at WIN32.

3 years ago[Qt][OSD] Mostly move functions to libCSPosd.
K.Ohta [Sat, 24 Oct 2020 08:35:05 +0000 (17:35 +0900)]
[Qt][OSD] Mostly move functions to libCSPosd.

3 years ago[Qt][OSD] Inherit OSD_BASE to QObject.Maybe not needed threading.
K.Ohta [Sat, 24 Oct 2020 07:37:58 +0000 (16:37 +0900)]
[Qt][OSD] Inherit OSD_BASE to QObject.Maybe not needed threading.

3 years ago[Qt][OSD] Fix FTBFS.
K.Ohta [Sat, 24 Oct 2020 07:28:47 +0000 (16:28 +0900)]
[Qt][OSD] Fix FTBFS.

3 years ago[Qt][OSD] TRY: Change inherit from QThread to QObject.
K.Ohta [Sat, 24 Oct 2020 07:25:55 +0000 (16:25 +0900)]
[Qt][OSD] TRY: Change inherit from QThread to QObject.

3 years ago[BUILD][CMAKE] Update toolchains and bootstrap scripts.
K.Ohta [Fri, 23 Oct 2020 00:17:01 +0000 (09:17 +0900)]
[BUILD][CMAKE] Update toolchains and bootstrap scripts.

3 years ago[Qt][VM] .
Kyuma Ohta [Fri, 23 Oct 2020 00:10:39 +0000 (09:10 +0900)]
[Qt][VM] .

3 years ago[VM][Qt] Update Qt_Utils.
Kyuma Ohta [Thu, 22 Oct 2020 23:54:52 +0000 (08:54 +0900)]
[VM][Qt] Update Qt_Utils.

3 years ago[Qt][VM] Adjust launching timing.
K.Ohta [Thu, 22 Oct 2020 23:44:03 +0000 (08:44 +0900)]
[Qt][VM] Adjust launching timing.

3 years ago[Qt] .
K.Ohta [Thu, 22 Oct 2020 23:42:24 +0000 (08:42 +0900)]
[Qt] .