OSDN Git Service

csp-qt/common_source_project-fm7.git
5 years ago[DOC] Update gitlog .
K.Ohta [Tue, 7 Aug 2018 03:46:11 +0000 (12:46 +0900)]
[DOC] Update gitlog .

5 years ago[DOC] Update ChangeLog.
K.Ohta [Tue, 7 Aug 2018 03:45:43 +0000 (12:45 +0900)]
[DOC] Update ChangeLog.

5 years ago[DOC][OOPS] Update credits.html .
K.Ohta [Mon, 6 Aug 2018 19:20:14 +0000 (04:20 +0900)]
[DOC][OOPS] Update credits.html .

5 years ago[TOOL] Update installer.
K.Ohta [Mon, 6 Aug 2018 19:14:11 +0000 (04:14 +0900)]
[TOOL] Update installer.

5 years ago[DOC] Update to release.
K.Ohta [Mon, 6 Aug 2018 19:02:20 +0000 (04:02 +0900)]
[DOC] Update to release.

5 years ago.
K.Ohta [Mon, 6 Aug 2018 13:41:33 +0000 (22:41 +0900)]
.

5 years ago[BUILD] Set SOVERSION and GIT hash automatically.
K.Ohta [Mon, 6 Aug 2018 13:40:14 +0000 (22:40 +0900)]
[BUILD] Set SOVERSION and GIT hash automatically.
[DEVICE][COMMON_VM] Add DEVICE:: to libCSPcommon_vm.
[BUILD] Update SOVERSION.

5 years ago[BUILD][CMAKE] Add __GIT_REPO_VERSION definition.
K.Ohta [Mon, 6 Aug 2018 03:30:45 +0000 (12:30 +0900)]
[BUILD][CMAKE] Add __GIT_REPO_VERSION definition.

5 years ago[DOC] Update gitlog.
K.Ohta [Tue, 31 Jul 2018 15:27:59 +0000 (00:27 +0900)]
[DOC] Update gitlog.

5 years ago[BUILD][WIN32] Update toolchain to Qt5.11.1.
K.Ohta [Tue, 31 Jul 2018 15:12:13 +0000 (00:12 +0900)]
[BUILD][WIN32] Update toolchain to Qt5.11.1.

5 years ago[] .
K.Ohta [Tue, 31 Jul 2018 15:11:55 +0000 (00:11 +0900)]
[] .

5 years ago[DEVICE][DEBUGGER] Fix don't start debugger.
K.Ohta [Mon, 30 Jul 2018 19:43:53 +0000 (04:43 +0900)]
[DEVICE][DEBUGGER] Fix don't start debugger.

5 years ago[VM][MC6809] Remove dirty CLR insn hack.Related to before commit.
K.Ohta [Mon, 30 Jul 2018 19:41:21 +0000 (04:41 +0900)]
[VM][MC6809] Remove dirty CLR insn hack.Related to before commit.

5 years ago[VM][FM7][DISPLAY] Not use CLR_HACK for MC6809 and delay using CLR to set busy flag...
K.Ohta [Mon, 30 Jul 2018 19:30:45 +0000 (04:30 +0900)]
[VM][FM7][DISPLAY] Not use CLR_HACK for MC6809 and delay using CLR to set busy flag.May be working MAGUS.

5 years ago[VM][FM7] Clear OPN/WHG/THG interrupt on resetting. Fix freeze when resetting after...
K.Ohta [Mon, 30 Jul 2018 19:09:03 +0000 (04:09 +0900)]
[VM][FM7] Clear OPN/WHG/THG interrupt on resetting. Fix freeze when resetting after using RELICS.

5 years ago[VM] Fix FTBFSs.
K.Ohta [Mon, 30 Jul 2018 07:28:53 +0000 (16:28 +0900)]
[VM] Fix FTBFSs.

5 years ago[VM] Apply VM_TEMPLATE to all VMs.
K.Ohta [Mon, 30 Jul 2018 06:15:41 +0000 (15:15 +0900)]
[VM] Apply VM_TEMPLATE to all VMs.

5 years ago[VM][BABBAGE2ND] Fix FTBFS.
K.Ohta [Sun, 29 Jul 2018 18:04:23 +0000 (03:04 +0900)]
[VM][BABBAGE2ND] Fix FTBFS.

5 years ago[VM][PC600][PC9801][X1] Move event to VM_TEMPLATE.
K.Ohta [Sun, 29 Jul 2018 18:03:50 +0000 (03:03 +0900)]
[VM][PC600][PC9801][X1] Move event to VM_TEMPLATE.

5 years ago[BUILD][MinGW] .
K.Ohta [Sun, 29 Jul 2018 17:50:38 +0000 (02:50 +0900)]
[BUILD][MinGW] .

5 years ago[VM][BABBAGE2ND][PC6001][PC8801][PC9801][PCENGINE][X1] Use VM_TEMPLATE.
K.Ohta [Sun, 29 Jul 2018 17:49:00 +0000 (02:49 +0900)]
[VM][BABBAGE2ND][PC6001][PC8801][PC9801][PCENGINE][X1] Use VM_TEMPLATE.

5 years ago.
K.Ohta [Sun, 29 Jul 2018 16:34:30 +0000 (01:34 +0900)]
.

5 years ago[BUILD][CMAKE] Fix OOPs around debug symbols.
K.Ohta [Sun, 29 Jul 2018 16:33:42 +0000 (01:33 +0900)]
[BUILD][CMAKE] Fix OOPs around debug symbols.

5 years ago[Draw][OpenGL] OpenGL 4.3 : Upload SCREEN using glMapBuffer().
K.Ohta [Sun, 29 Jul 2018 16:32:48 +0000 (01:32 +0900)]
[Draw][OpenGL] OpenGL 4.3 : Upload SCREEN using glMapBuffer().

5 years ago[OSD][Qt] Prepare to map surface directry, but does not work well.
K.Ohta [Sun, 29 Jul 2018 16:31:46 +0000 (01:31 +0900)]
[OSD][Qt] Prepare to map surface directry, but does not work well.

5 years ago[COMMON][Qt] Remove USE_ZLIB, this should set at makefile or CMakeList.txt.
K.Ohta [Sun, 29 Jul 2018 16:30:38 +0000 (01:30 +0900)]
[COMMON][Qt] Remove USE_ZLIB, this should set at makefile or CMakeList.txt.

5 years ago[VM] Add vm_template.h . This class, VM_TEMPLATE:: must be mother of VM:: .See fm7...
K.Ohta [Sun, 29 Jul 2018 16:29:24 +0000 (01:29 +0900)]
[VM] Add vm_template.h . This class, VM_TEMPLATE:: must be mother of VM:: .See fm7/foo.[h|cpp] .

5 years ago[Qt][OpenGL][WIP] GL4.3: Implementing texture buffer with mapping.
K.Ohta [Fri, 27 Jul 2018 19:57:31 +0000 (04:57 +0900)]
[Qt][OpenGL][WIP] GL4.3: Implementing texture buffer with mapping.

5 years ago[Draw][OpenGL][OSD] Prepare to direct update vram.
K.Ohta [Fri, 27 Jul 2018 07:40:25 +0000 (16:40 +0900)]
[Draw][OpenGL][OSD] Prepare to direct update vram.

5 years ago[BUILD][Linux] Update -g flags.
K.Ohta [Tue, 24 Jul 2018 15:57:19 +0000 (00:57 +0900)]
[BUILD][Linux] Update -g flags.

5 years ago[Qt][OpenGL] Initial support of OpenGL 4.3 Core profile.
K.Ohta [Tue, 24 Jul 2018 15:53:07 +0000 (00:53 +0900)]
[Qt][OpenGL] Initial support of OpenGL 4.3 Core profile.
[Qt][OpenGL] Use template class instead of GL2.0.
[UI][Qt] Separate some command line parsing to sub-routines.
[Build][CMake] Update file desc.

5 years ago[BUILD][CMAKE] Fix not uploading DLL.
K.Ohta [Tue, 17 Jul 2018 07:05:31 +0000 (16:05 +0900)]
[BUILD][CMAKE] Fix not uploading DLL.

5 years ago[COMMON][Qt] Fix BYTEORDER of PIXEL@RGB888.Updated SOVERSION.
K.Ohta [Tue, 17 Jul 2018 07:04:32 +0000 (16:04 +0900)]
[COMMON][Qt] Fix BYTEORDER of PIXEL@RGB888.Updated SOVERSION.

5 years ago[UI][Qt][BUG] Fix crash with using LaserDisc(s).
K.Ohta [Tue, 17 Jul 2018 07:02:57 +0000 (16:02 +0900)]
[UI][Qt][BUG] Fix crash with using LaserDisc(s).

5 years ago[DOC] Updated to RC.
K.Ohta [Fri, 13 Jul 2018 04:19:02 +0000 (13:19 +0900)]
[DOC] Updated to RC.

5 years ago[] .
K.Ohta [Fri, 13 Jul 2018 03:46:27 +0000 (12:46 +0900)]
[] .

5 years ago[VM][Qt] Add BUBCOM80.
K.Ohta [Fri, 13 Jul 2018 03:44:43 +0000 (12:44 +0900)]
[VM][Qt] Add BUBCOM80.

5 years ago[UI][Qt] Update translations.
K.Ohta [Fri, 13 Jul 2018 03:43:44 +0000 (12:43 +0900)]
[UI][Qt] Update translations.

5 years ago[VM][STATE] Fix FTBFSs.
K.Ohta [Thu, 12 Jul 2018 13:20:05 +0000 (22:20 +0900)]
[VM][STATE] Fix FTBFSs.

5 years ago[STATE] .
K.Ohta [Wed, 11 Jul 2018 19:25:06 +0000 (04:25 +0900)]
[STATE] .

5 years ago[VM][STATE] (Maybe) Apply new state framework to ALL VMs.
K.Ohta [Wed, 11 Jul 2018 19:24:15 +0000 (04:24 +0900)]
[VM][STATE] (Maybe) Apply new state framework to ALL VMs.

5 years ago[VM][STATE][PHC20][PHC25]PV1000][PV2000][PYUTA][QC10][RX78][SC3000] Apply new state...
K.Ohta [Wed, 11 Jul 2018 08:28:37 +0000 (17:28 +0900)]
[VM][STATE][PHC20][PHC25]PV1000][PV2000][PYUTA][QC10][RX78][SC3000] Apply new state framework to VMs.
[VM][STATE][TK80BS] CMT: OOPs.

5 years ago[DOC] .
K.Ohta [Sat, 7 Jul 2018 01:47:20 +0000 (10:47 +0900)]
[DOC] .

5 years ago[STATE] Update SOVERSION.
K.Ohta [Sat, 7 Jul 2018 01:43:08 +0000 (10:43 +0900)]
[STATE] Update SOVERSION.

5 years ago[DOC] Update about new state framework.
K.Ohta [Sat, 7 Jul 2018 01:40:47 +0000 (10:40 +0900)]
[DOC] Update about new state framework.

5 years ago[VM][PASOPIA][PASOPIA7] Apply new state framework to VMs.
K.Ohta [Fri, 6 Jul 2018 16:51:19 +0000 (01:51 +0900)]
[VM][PASOPIA][PASOPIA7] Apply new state framework to VMs.

5 years ago[VM][TK80BS][PC2001][PC8201][PC98HA] Apply new state framework to VMs.
K.Ohta [Fri, 6 Jul 2018 16:50:21 +0000 (01:50 +0900)]
[VM][TK80BS][PC2001][PC8201][PC98HA] Apply new state framework to VMs.

5 years ago[VM][PC2001][PCENGINE] Apply new state framework to VMs.
K.Ohta [Fri, 6 Jul 2018 12:46:55 +0000 (21:46 +0900)]
[VM][PC2001][PCENGINE] Apply new state framework to VMs.

5 years ago[VM][PC100][STATE] Fix FTBFS.
K.Ohta [Fri, 6 Jul 2018 12:46:34 +0000 (21:46 +0900)]
[VM][PC100][STATE] Fix FTBFS.

5 years ago[VM][PC100] Apply new state framework to PC100.
K.Ohta [Fri, 6 Jul 2018 12:02:22 +0000 (21:02 +0900)]
[VM][PC100] Apply new state framework to PC100.

5 years ago[VM][PC6001] Apply new state framework to VMs.
K.Ohta [Fri, 6 Jul 2018 12:01:55 +0000 (21:01 +0900)]
[VM][PC6001] Apply new state framework to VMs.

5 years ago[VM][MZ5500] Fix FTBFS.
K.Ohta [Fri, 6 Jul 2018 12:01:32 +0000 (21:01 +0900)]
[VM][MZ5500] Fix FTBFS.

5 years ago[STATE] LOAD: Move elements to separate functions.
K.Ohta [Fri, 6 Jul 2018 12:00:54 +0000 (21:00 +0900)]
[STATE] LOAD: Move elements to separate functions.

5 years ago[COMMON_VM] Update SOVERSION.
K.Ohta [Fri, 6 Jul 2018 10:48:07 +0000 (19:48 +0900)]
[COMMON_VM] Update SOVERSION.

5 years ago[STATE] Update SOVERSION.
K.Ohta [Fri, 6 Jul 2018 10:47:35 +0000 (19:47 +0900)]
[STATE] Update SOVERSION.

5 years ago[STATE] SAVE: Separate process routines to functions;
K.Ohta [Fri, 6 Jul 2018 10:46:41 +0000 (19:46 +0900)]
[STATE] SAVE: Separate process routines to functions;

5 years ago[VM][MZ2800] Fix FTBFS.
K.Ohta [Thu, 5 Jul 2018 20:06:04 +0000 (05:06 +0900)]
[VM][MZ2800] Fix FTBFS.

5 years ago[VM][MZ5500][WIP] Applying new state framework.WIP.
K.Ohta [Thu, 5 Jul 2018 19:58:02 +0000 (04:58 +0900)]
[VM][MZ5500][WIP] Applying new state framework.WIP.

5 years ago[VM][MZ3500] Apply new state framework.
K.Ohta [Thu, 5 Jul 2018 19:57:29 +0000 (04:57 +0900)]
[VM][MZ3500] Apply new state framework.
[VM][MZ2800] Apply new state framework.

5 years ago[VM][EX80][STATE] Fix typo.
K.Ohta [Thu, 5 Jul 2018 19:55:59 +0000 (04:55 +0900)]
[VM][EX80][STATE] Fix typo.

5 years ago[VM][STATE][PC8801] Remove unused part.
K.Ohta [Thu, 5 Jul 2018 19:55:33 +0000 (04:55 +0900)]
[VM][STATE][PC8801] Remove unused part.

5 years ago[VM][STATE][MZ2500][MZ700][MZ80K] Apply new state framework to some VMs.
K.Ohta [Thu, 5 Jul 2018 19:54:29 +0000 (04:54 +0900)]
[VM][STATE][MZ2500][MZ700][MZ80K] Apply new state framework to some VMs.

5 years ago[VM][STATE] .
K.Ohta [Thu, 5 Jul 2018 19:53:24 +0000 (04:53 +0900)]
[VM][STATE] .

5 years ago[VM][STATE] .
K.Ohta [Thu, 5 Jul 2018 19:53:01 +0000 (04:53 +0900)]
[VM][STATE] .

5 years ago[VM][STATE] Apply new state framework to MZ80B, MZ2200 and MZ2500.
K.Ohta [Thu, 5 Jul 2018 08:11:59 +0000 (17:11 +0900)]
[VM][STATE] Apply new state framework to MZ80B, MZ2200 and MZ2500.

5 years ago[VM][STATE] Add DECL_STATE_ENTRY_SCRNTYPE_T_foo().
K.Ohta [Thu, 5 Jul 2018 08:11:23 +0000 (17:11 +0900)]
[VM][STATE] Add DECL_STATE_ENTRY_SCRNTYPE_T_foo().

5 years ago[DOC][VM][STATE] Add "a new state save load framerork.txt".
K.Ohta [Mon, 2 Jul 2018 16:18:07 +0000 (01:18 +0900)]
[DOC][VM][STATE] Add "a new state save load framerork.txt".

5 years ago[VM][STATE][MZ2500] .
K.Ohta [Mon, 2 Jul 2018 07:47:12 +0000 (16:47 +0900)]
[VM][STATE][MZ2500] .

5 years ago[VM][MYCOMZ80A][MULTI8] Apply new state framework to VMs.
K.Ohta [Mon, 2 Jul 2018 07:46:38 +0000 (16:46 +0900)]
[VM][MYCOMZ80A][MULTI8] Apply new state framework to VMs.

5 years ago[Qt][OpenGL] Fix wrong screen.
K.Ohta [Mon, 2 Jul 2018 07:06:10 +0000 (16:06 +0900)]
[Qt][OpenGL] Fix wrong screen.

5 years ago[Qt][MOUSE] Fix returning wrong point when rotating screen.
K.Ohta [Mon, 2 Jul 2018 06:27:03 +0000 (15:27 +0900)]
[Qt][MOUSE] Fix returning wrong point when rotating screen.

5 years ago[Qt][MENU] Fix Screen Rotate.
K.Ohta [Mon, 2 Jul 2018 05:16:36 +0000 (14:16 +0900)]
[Qt][MENU] Fix Screen Rotate.

5 years ago[Qt][OpenGL][WIP] Re-Add screen rotate.
K.Ohta [Sun, 1 Jul 2018 18:39:33 +0000 (03:39 +0900)]
[Qt][OpenGL][WIP] Re-Add screen rotate.

5 years ago[Qt][OpenGL][GLES] TRY: Reduce power consumption.
K.Ohta [Sun, 1 Jul 2018 15:49:19 +0000 (00:49 +0900)]
[Qt][OpenGL][GLES] TRY: Reduce power consumption.
[Qt][OpenGL] Prepare to use OpenGL 4.x (CORE).
[Qt][OpenGLES] Prepare to use OpenGL ES 3.1.
[Qt][OpenGLES] Delete condition branch in shader, use #ifdef and const values.

5 years ago[VM][STATE][HC20][HC40][HC80][M5][MSX] Apply new state framerork to some VMs.
K.Ohta [Sun, 1 Jul 2018 06:44:10 +0000 (15:44 +0900)]
[VM][STATE][HC20][HC40][HC80][M5][MSX] Apply new state framerork to some VMs.

5 years ago[VM][BUILD][Qt] Remove FM NEW7 entry.
K.Ohta [Sat, 30 Jun 2018 19:18:28 +0000 (04:18 +0900)]
[VM][BUILD][Qt] Remove FM NEW7 entry.

5 years ago[VM][STATE] .
K.Ohta [Sat, 30 Jun 2018 18:05:26 +0000 (03:05 +0900)]
[VM][STATE] .

5 years ago[BUG][VM][PC9801] Fix wrong state sequence.
K.Ohta [Sat, 30 Jun 2018 18:01:30 +0000 (03:01 +0900)]
[BUG][VM][PC9801] Fix wrong state sequence.

5 years ago[VM][PC9801] Remove unused itf.[cpp|h].
K.Ohta [Sat, 30 Jun 2018 16:19:39 +0000 (01:19 +0900)]
[VM][PC9801] Remove unused itf.[cpp|h].

5 years ago[VM][STATE][PC9801][X1] Apply new state framework to PC9801 series and X1 series.
K.Ohta [Sat, 30 Jun 2018 16:18:44 +0000 (01:18 +0900)]
[VM][STATE][PC9801][X1] Apply new state framework to PC9801 series and X1 series.

5 years ago[VM][DATAREC] Fix crash at removing CMT when not stopping to play.
K.Ohta [Sat, 30 Jun 2018 13:53:15 +0000 (22:53 +0900)]
[VM][DATAREC] Fix crash at removing CMT when not stopping to play.

5 years ago[VM][BUBCOM80] Apply new state framework to BUBCOM80.
K.Ohta [Sat, 30 Jun 2018 13:17:55 +0000 (22:17 +0900)]
[VM][BUBCOM80] Apply new state framework to BUBCOM80.

5 years ago[VM][FM16BETA][FM16PI][FP1100][FP200][STATE] Apply new state framework to these.
K.Ohta [Sat, 30 Jun 2018 13:17:06 +0000 (22:17 +0900)]
[VM][FM16BETA][FM16PI][FP1100][FP200][STATE] Apply new state framework to these.

5 years ago[VM][FMR50][FMR30] Apply new state framework to FMR30/50 etc.
K.Ohta [Sat, 30 Jun 2018 12:31:21 +0000 (21:31 +0900)]
[VM][FMR50][FMR30] Apply new state framework to FMR30/50 etc.

5 years ago[VM]Fix FTBFS.
K.Ohta [Sat, 30 Jun 2018 04:12:27 +0000 (13:12 +0900)]
[VM]Fix FTBFS.

5 years ago[BUBCOM80][STATE][WIP] Applying new stateframework to BUBCOM80.WIP.
K.Ohta [Sat, 30 Jun 2018 04:11:29 +0000 (13:11 +0900)]
[BUBCOM80][STATE][WIP] Applying new stateframework to BUBCOM80.WIP.

5 years ago[Qt][VM][FMGEN][DISK][LOGGER] Logging all devices.
K.Ohta [Fri, 29 Jun 2018 19:24:12 +0000 (04:24 +0900)]
[Qt][VM][FMGEN][DISK][LOGGER] Logging all devices.

5 years ago[VM][BUBCOM80][STATE][WIP] Applying new state framework to CMT::.WIP.
K.Ohta [Fri, 29 Jun 2018 16:42:08 +0000 (01:42 +0900)]
[VM][BUBCOM80][STATE][WIP] Applying new state framework to CMT::.WIP.

5 years ago[LOGGER][Qt] Use QVector insterad of QQueue to reduce CPU usage.
K.Ohta [Fri, 29 Jun 2018 16:40:41 +0000 (01:40 +0900)]
[LOGGER][Qt] Use QVector insterad of QQueue to reduce CPU usage.

5 years ago[STATE][FMGEN] Apply new state framerork to FMGEN.
K.Ohta [Fri, 29 Jun 2018 16:40:08 +0000 (01:40 +0900)]
[STATE][FMGEN] Apply new state framerork to FMGEN.

5 years ago[VM][IO][STATESUB] Add foo_STRIDE() to reduce entries for IO:: .
K.Ohta [Fri, 29 Jun 2018 16:38:49 +0000 (01:38 +0900)]
[VM][IO][STATESUB] Add foo_STRIDE() to reduce entries for IO:: .

5 years ago[STATESUB][COLECOVISION][EX80][FAMILYBASIC][PC8801] Apply some new state framework...
K.Ohta [Fri, 29 Jun 2018 10:10:08 +0000 (19:10 +0900)]
[STATESUB][COLECOVISION][EX80][FAMILYBASIC][PC8801] Apply some new state framework to VMs.

5 years ago[STATESUB] Add entry "DECL_STATE_ENTRY_CMT_RECORDING".
K.Ohta [Fri, 29 Jun 2018 10:06:19 +0000 (19:06 +0900)]
[STATESUB] Add entry "DECL_STATE_ENTRY_CMT_RECORDING".

5 years ago[FILEIO] Add FILEIO::Fflush().
K.Ohta [Fri, 29 Jun 2018 10:05:42 +0000 (19:05 +0900)]
[FILEIO] Add FILEIO::Fflush().

5 years ago[VM][Z80] Add collecting cpu status feature for Z80.
K.Ohta [Wed, 27 Jun 2018 14:48:56 +0000 (23:48 +0900)]
[VM][Z80] Add collecting cpu status feature for Z80.

5 years ago[BUILD][Qt] Update SOVERSION of shared libs.
K.Ohta [Wed, 27 Jun 2018 13:00:16 +0000 (22:00 +0900)]
[BUILD][Qt] Update SOVERSION of shared libs.

5 years ago[VM][MC6809] Collect CPU statistics always, printing is controlled by menu immediately.
K.Ohta [Wed, 27 Jun 2018 12:58:38 +0000 (21:58 +0900)]
[VM][MC6809] Collect CPU statistics always, printing is controlled by menu immediately.

5 years ago[MENU][Qt] Fix not effect of "FULL SPEED".
K.Ohta [Wed, 27 Jun 2018 12:58:04 +0000 (21:58 +0900)]
[MENU][Qt] Fix not effect of "FULL SPEED".

5 years ago[Qt][LOGGER] CSP_Logger makes daughter of QObject.Add messaging slot entry.
K.Ohta [Wed, 27 Jun 2018 12:55:53 +0000 (21:55 +0900)]
[Qt][LOGGER] CSP_Logger makes daughter of QObject.Add messaging slot entry.
[STATE][Qt] csp_state_utils:: use QObject's messaging system for logging.

5 years ago[Qt][MAIN][LOGGER] Fix crash on exit.
K.Ohta [Wed, 27 Jun 2018 12:54:39 +0000 (21:54 +0900)]
[Qt][MAIN][LOGGER] Fix crash on exit.