OSDN Git Service

csp-qt/common_source_project-fm7.git
6 years ago[UI][Qt] Update to upstream 2017-06-22.Some parts are temporally.
K.Ohta [Fri, 23 Jun 2017 01:02:30 +0000 (10:02 +0900)]
[UI][Qt] Update to upstream 2017-06-22.Some parts are temporally.

6 years ago[UI][Windows] Add Upstream's ui files.
K.Ohta [Fri, 23 Jun 2017 01:01:06 +0000 (10:01 +0900)]
[UI][Windows] Add Upstream's ui files.

6 years ago[VM][Ix86] Add lacked files on Upstream 2017-06-22.
K.Ohta [Fri, 23 Jun 2017 01:00:12 +0000 (10:00 +0900)]
[VM][Ix86] Add lacked files on Upstream 2017-06-22.

6 years ago[General] Add lacked RCs.
K.Ohta [Fri, 23 Jun 2017 00:59:20 +0000 (09:59 +0900)]
[General] Add lacked RCs.

6 years ago[VM][EMU] Merge Upstream 2017-06-22.
K.Ohta [Fri, 23 Jun 2017 00:55:44 +0000 (09:55 +0900)]
[VM][EMU] Merge Upstream 2017-06-22.
[EMU][ROMAKANA] Fix not convert with Qt.
[EMU][ROMAKANA] Use functions within EMU:: , not use original ROMAKANA functions.

6 years ago[VM][DEVICE] Get OSD:: at constructor, not initialize().
K.Ohta [Tue, 13 Jun 2017 17:41:55 +0000 (02:41 +0900)]
[VM][DEVICE] Get OSD:: at constructor, not initialize().

6 years ago[VM][MB8877][DISK] Fix not apply workaround to Gambler Jiko Chusin-ha for FM-7 series.
K.Ohta [Tue, 13 Jun 2017 17:08:05 +0000 (02:08 +0900)]
[VM][MB8877][DISK] Fix not apply workaround to Gambler Jiko Chusin-ha for FM-7 series.

6 years ago[VM][FM7] Fix linking error with KANJIROM::
K.Ohta [Tue, 13 Jun 2017 17:06:25 +0000 (02:06 +0900)]
[VM][FM7] Fix linking error with KANJIROM::

6 years ago[VM][SCSI] .
K.Ohta [Wed, 7 Jun 2017 21:00:22 +0000 (06:00 +0900)]
[VM][SCSI] .

6 years ago[VM][Z80] Remove unused code.
K.Ohta [Sun, 4 Jun 2017 05:50:34 +0000 (14:50 +0900)]
[VM][Z80] Remove unused code.

6 years ago[VM][NEWDEV] Remove unused files related I286.
K.Ohta [Sun, 4 Jun 2017 05:43:31 +0000 (14:43 +0900)]
[VM][NEWDEV] Remove unused files related I286.

6 years ago[Build]CMake] Fix CMakeLists.txt; BMJr, HC20, JR100 and JR800.
K.Ohta [Sun, 4 Jun 2017 05:18:36 +0000 (14:18 +0900)]
[Build]CMake] Fix CMakeLists.txt; BMJr, HC20, JR100 and JR800.

6 years ago[VM][MC6800] Split mc6800.[cpp|h] to MC6800, mC6801, MB8861 and HD6301.
K.Ohta [Sun, 4 Jun 2017 05:08:43 +0000 (14:08 +0900)]
[VM][MC6800] Split mc6800.[cpp|h] to MC6800, mC6801, MB8861 and HD6301.

6 years ago[VM][NEWDEV][I286][WIP] .
K.Ohta [Sat, 3 Jun 2017 05:35:30 +0000 (14:35 +0900)]
[VM][NEWDEV][I286][WIP] .

6 years ago[VM][I8080][COMMON_VM] Move OP() and around INSNs to library.
K.Ohta [Thu, 1 Jun 2017 20:20:39 +0000 (05:20 +0900)]
[VM][I8080][COMMON_VM] Move OP() and around INSNs to library.

6 years ago[VM][I286][WIP] Merging from MAME 0185.
K.Ohta [Thu, 1 Jun 2017 15:22:39 +0000 (00:22 +0900)]
[VM][I286][WIP] Merging from MAME 0185.

6 years ago[NEWDEV][VM][I286] Add Ix86 classes from MAME 0.185.
K.Ohta [Thu, 1 Jun 2017 06:46:14 +0000 (15:46 +0900)]
[NEWDEV][VM][I286] Add Ix86 classes from MAME 0.185.

6 years ago[VM][I286] Remove older I286 classes.
K.Ohta [Thu, 1 Jun 2017 06:45:06 +0000 (15:45 +0900)]
[VM][I286] Remove older I286 classes.

6 years ago[UI][Qt] Fix lacked entries; Joystick and Keyboard.
K.Ohta [Thu, 1 Jun 2017 06:37:22 +0000 (15:37 +0900)]
[UI][Qt] Fix lacked entries; Joystick and Keyboard.

6 years ago[VM][HuC6280] Add HUC6280:: to libCSPcommon_vm .
K.Ohta [Thu, 1 Jun 2017 06:31:34 +0000 (15:31 +0900)]
[VM][HuC6280] Add HUC6280:: to libCSPcommon_vm .

6 years ago[OSD][Qt] Save memory with query tables.
K.Ohta [Tue, 30 May 2017 11:50:42 +0000 (20:50 +0900)]
[OSD][Qt] Save memory with query tables.

6 years ago[VM][PC8801][PC9801] You should not use uint8_t foo = ~signed_int_constant. This...
K.Ohta [Tue, 30 May 2017 11:49:20 +0000 (20:49 +0900)]
[VM][PC8801][PC9801] You should not use uint8_t foo = ~signed_int_constant. This causes FTBFS with GCC.

6 years ago[BMJr] Fix FTBFS caused by differnce of text-encoding.
K.Ohta [Tue, 30 May 2017 11:48:50 +0000 (20:48 +0900)]
[BMJr] Fix FTBFS caused by differnce of text-encoding.

6 years ago[COMMON_VM] .
K.Ohta [Tue, 30 May 2017 11:48:28 +0000 (20:48 +0900)]
[COMMON_VM] .

6 years ago[VM][COMMON_VM] (Re) Add I8253 and Z80CTC to libCSPcommon_vm.
K.Ohta [Tue, 30 May 2017 11:47:37 +0000 (20:47 +0900)]
[VM][COMMON_VM] (Re) Add I8253 and Z80CTC to libCSPcommon_vm.

6 years ago[VM][DEVICE] Refactoring.
K.Ohta [Tue, 30 May 2017 09:28:45 +0000 (18:28 +0900)]
[VM][DEVICE] Refactoring.

6 years ago[VM][DEVICE] Refactoring #1.
K.Ohta [Tue, 30 May 2017 08:35:22 +0000 (17:35 +0900)]
[VM][DEVICE] Refactoring #1.

6 years ago[General][VM] Re-factoring VMs, sync to Upstream.
K.Ohta [Tue, 30 May 2017 07:49:25 +0000 (16:49 +0900)]
[General][VM] Re-factoring VMs, sync to Upstream.

7 years ago[Build][N5200][PC98DO] Fix link error.
K.Ohta [Mon, 29 May 2017 16:40:33 +0000 (01:40 +0900)]
[Build][N5200][PC98DO] Fix link error.

7 years ago[VM][I8253][PC9801] Revert changes for i8253, and apply Upstream changes to PC9801...
K.Ohta [Mon, 29 May 2017 02:08:55 +0000 (11:08 +0900)]
[VM][I8253][PC9801] Revert changes for i8253, and apply Upstream changes to PC9801 correctly.PC9801VM works.

7 years ago[VM][PC9801] Temporally revert using to I286:: from I86:: .
K.Ohta [Sun, 28 May 2017 22:04:18 +0000 (07:04 +0900)]
[VM][PC9801] Temporally revert using to I286:: from I86:: .

7 years ago[EMU][General] Merge Upsteream 2017-05-28. GUI still not implement.
K.Ohta [Sun, 28 May 2017 17:58:57 +0000 (02:58 +0900)]
[EMU][General] Merge Upsteream 2017-05-28. GUI still not implement.

7 years ago[VM][I386] Merge Upstream 2017-05-28.
K.Ohta [Sun, 28 May 2017 17:56:53 +0000 (02:56 +0900)]
[VM][I386] Merge Upstream 2017-05-28.

7 years ago[VM][ix86] Use pseudo-bios calling tou BIOS_CALL_86() macro.
K.Ohta [Sun, 28 May 2017 09:53:04 +0000 (18:53 +0900)]
[VM][ix86] Use pseudo-bios calling tou BIOS_CALL_86() macro.

7 years ago[VM][i286] Save CPUSTATE per method(s).Not use saving as one block.
K.Ohta [Sun, 28 May 2017 08:57:09 +0000 (17:57 +0900)]
[VM][i286] Save CPUSTATE per method(s).Not use saving as one block.

7 years ago[OSD][I8259] I lacked I8259_MAX_CHIPS (;´Д`)
K.Ohta [Sat, 27 May 2017 12:36:29 +0000 (21:36 +0900)]
[OSD][I8259] I lacked I8259_MAX_CHIPS (;´Д`)

7 years ago[COMMON] my_memcpy: With some HOST CPU i.e. x86, GCC use unaligend SIMD instructions...
K.Ohta [Sat, 27 May 2017 11:10:56 +0000 (20:10 +0900)]
[COMMON] my_memcpy: With some HOST CPU i.e. x86, GCC use unaligend SIMD instructions to read/write memory.

7 years ago[VM][NEWDEV] Revert re-commits missed to remove.
K.Ohta [Sat, 27 May 2017 10:31:18 +0000 (19:31 +0900)]
[VM][NEWDEV] Revert re-commits missed to remove.

7 years ago[VM][EMU] Add common function; my_memcpy() instead of memcpy() using SIMD.Recommend...
K.Ohta [Sat, 27 May 2017 10:29:02 +0000 (19:29 +0900)]
[VM][EMU] Add common function; my_memcpy() instead of memcpy() using SIMD.Recommend to expect faster data transfer (i.e. Data transfer of vram).

7 years ago[Build][CMake][PHC20][PHC25][MAP1010] Fix link error.
K.Ohta [Sat, 27 May 2017 04:46:12 +0000 (13:46 +0900)]
[Build][CMake][PHC20][PHC25][MAP1010] Fix link error.

7 years ago[Windows][General] Make OSD to be DLL.
K.Ohta [Fri, 26 May 2017 22:57:01 +0000 (07:57 +0900)]
[Windows][General] Make OSD to be DLL.
[Build][Windows] Adjust optimize parameters.

7 years ago[VM][COMMON_VM] Remove libcpu_newdev/mcs48*.[cpp|h] .
K.Ohta [Fri, 26 May 2017 19:16:58 +0000 (04:16 +0900)]
[VM][COMMON_VM] Remove libcpu_newdev/mcs48*.[cpp|h] .

7 years ago[VM][COMMON_VM] Add DATAREC, MCS48 and UPD7801 to libCSPcommon_vm .UPD7810 will not...
K.Ohta [Fri, 26 May 2017 19:14:19 +0000 (04:14 +0900)]
[VM][COMMON_VM] Add DATAREC, MCS48 and UPD7801 to libCSPcommon_vm .UPD7810 will not add (perhaps).

7 years ago[VM][COMMON_VM] Add i8080.
K.Ohta [Wed, 24 May 2017 20:59:35 +0000 (05:59 +0900)]
[VM][COMMON_VM] Add i8080.

7 years ago[UI][Qt] Fix not-connected to sub-display.
K.Ohta [Wed, 24 May 2017 20:58:08 +0000 (05:58 +0900)]
[UI][Qt] Fix not-connected to sub-display.

7 years ago[VM][COMMON_VM] Add RP5C01, uPD1990A and uPD16434.
K.Ohta [Wed, 24 May 2017 14:54:41 +0000 (23:54 +0900)]
[VM][COMMON_VM] Add RP5C01, uPD1990A and uPD16434.

7 years ago[VM][COMMON_VM] Move I8237, I8253, I8255, I8259, UPD7220 and Z80SIO to common dll.
K.Ohta [Wed, 24 May 2017 14:03:34 +0000 (23:03 +0900)]
[VM][COMMON_VM] Move I8237, I8253, I8255, I8259, UPD7220 and Z80SIO to common dll.

7 years ago.
K.Ohta [Sat, 20 May 2017 17:53:37 +0000 (02:53 +0900)]
.

7 years ago[VM] Merge Upstream 2017-05-20.
K.Ohta [Sat, 20 May 2017 17:36:09 +0000 (02:36 +0900)]
[VM] Merge Upstream 2017-05-20.

7 years ago[UI][Qt] Fix some memory leaks.
K.Ohta [Sat, 20 May 2017 17:34:42 +0000 (02:34 +0900)]
[UI][Qt] Fix some memory leaks.

7 years ago.
K.Ohta [Sat, 20 May 2017 16:40:35 +0000 (01:40 +0900)]
.

7 years ago[UI][VM][Qt] Fix uncondition branch found by valgrind (but some points has not fixed...
K.Ohta [Sat, 20 May 2017 16:39:41 +0000 (01:39 +0900)]
[UI][VM][Qt] Fix uncondition branch found by valgrind (but some points has not fixed (;´Д`))

7 years ago[DOC] Update to release hotfix.
K.Ohta [Thu, 18 May 2017 10:16:27 +0000 (19:16 +0900)]
[DOC] Update to release hotfix.

7 years ago[VM][V9938] Fix FTBFS with GCC5 causes internal compiler error.
K.Ohta [Thu, 18 May 2017 10:08:49 +0000 (10:08 +0000)]
[VM][V9938] Fix FTBFS with GCC5 causes internal compiler error.

7 years ago[DOC] Update for HOTFIX1.
K.Ohta [Thu, 18 May 2017 09:45:05 +0000 (18:45 +0900)]
[DOC] Update for HOTFIX1.

7 years ago[VM][MSX] I missed changes; using v9938.cpp instead of v99x8.cpp .
K.Ohta [Thu, 18 May 2017 09:37:29 +0000 (18:37 +0900)]
[VM][MSX] I missed changes; using v9938.cpp instead of v99x8.cpp .

7 years ago[BUILD] Add comments to buildvars*.dat.tmpl .
K.Ohta [Thu, 18 May 2017 09:03:15 +0000 (18:03 +0900)]
[BUILD] Add comments to buildvars*.dat.tmpl .

7 years ago[DOC] .
K.Ohta [Wed, 17 May 2017 22:47:58 +0000 (07:47 +0900)]
[DOC] .

7 years ago[Build] Remove buildvars.dat . Please copy from *.dat.tmpl to *.dat and edit *.dat .
K.Ohta [Wed, 17 May 2017 22:39:45 +0000 (22:39 +0000)]
[Build] Remove buildvars.dat . Please copy from *.dat.tmpl to *.dat and edit *.dat .

7 years agoMerge branch 'master' of github.com:Artanejp/common_source_project-fm7
K.Ohta [Wed, 17 May 2017 22:38:17 +0000 (22:38 +0000)]
Merge branch 'master' of github.com:Artanejp/common_source_project-fm7

7 years ago.
K.Ohta [Wed, 17 May 2017 22:36:40 +0000 (22:36 +0000)]
.

7 years ago[DOC] Update gitlog.
K.Ohta [Wed, 17 May 2017 22:35:04 +0000 (07:35 +0900)]
[DOC] Update gitlog.

7 years agoMerge branch 'master' of github.com:Artanejp/common_source_project-fm7
K.Ohta [Wed, 17 May 2017 22:34:01 +0000 (07:34 +0900)]
Merge branch 'master' of github.com:Artanejp/common_source_project-fm7

7 years ago.
K.Ohta [Wed, 17 May 2017 22:33:14 +0000 (07:33 +0900)]
.

7 years agoMerge branch 'master' of github.com:Artanejp/common_source_project-fm7
K.Ohta [Wed, 17 May 2017 20:03:37 +0000 (20:03 +0000)]
Merge branch 'master' of github.com:Artanejp/common_source_project-fm7

7 years ago.
K.Ohta [Wed, 17 May 2017 20:02:42 +0000 (20:02 +0000)]
.

7 years ago[Build] Add templete of buildvars.dat.
K.Ohta [Wed, 17 May 2017 19:59:01 +0000 (04:59 +0900)]
[Build] Add templete of buildvars.dat.

7 years ago[VM][PTF20] Fix FTBFS with MinGW.
K.Ohta [Wed, 17 May 2017 17:09:54 +0000 (02:09 +0900)]
[VM][PTF20] Fix FTBFS with MinGW.

7 years ago[Linux] I forgot to update installer X-)
K.Ohta [Wed, 17 May 2017 16:56:56 +0000 (01:56 +0900)]
[Linux] I forgot to update installer X-)

7 years ago[DOC] re-Update.
K.Ohta [Wed, 17 May 2017 13:55:15 +0000 (22:55 +0900)]
[DOC] re-Update.

7 years ago[General] Rename "emumsx2plus" -> "emumsx2p".
K.Ohta [Wed, 17 May 2017 13:51:15 +0000 (22:51 +0900)]
[General] Rename "emumsx2plus" -> "emumsx2p".

7 years ago[DOC] .
K.Ohta [Wed, 17 May 2017 13:49:29 +0000 (22:49 +0900)]
[DOC] .

7 years ago[DOC] Update for release.
K.Ohta [Wed, 17 May 2017 13:48:52 +0000 (22:48 +0900)]
[DOC] Update for release.

7 years ago[DOC] Update documents.
K.Ohta [Wed, 17 May 2017 13:43:35 +0000 (22:43 +0900)]
[DOC] Update documents.

7 years ago[VM] Add YAMAHA YIS.
K.Ohta [Wed, 17 May 2017 13:39:14 +0000 (22:39 +0900)]
[VM] Add YAMAHA YIS.

7 years ago[UI][Qt] Uodate UI.
K.Ohta [Wed, 17 May 2017 13:21:12 +0000 (22:21 +0900)]
[UI][Qt] Uodate UI.

7 years ago[UI][Qt][FM7] Re-enable "Mouse" menu in "Emulator" menu.
K.Ohta [Wed, 17 May 2017 13:20:21 +0000 (22:20 +0900)]
[UI][Qt][FM7] Re-enable "Mouse" menu in "Emulator" menu.

7 years ago[UI][Qt] .
K.Ohta [Wed, 17 May 2017 12:13:46 +0000 (21:13 +0900)]
[UI][Qt] .

7 years ago[UI][Qt] I forgot to add a "*.gz" extension to opening of Cartridges, CDs and Binaries.
K.Ohta [Wed, 17 May 2017 12:12:31 +0000 (21:12 +0900)]
[UI][Qt] I forgot to add a "*.gz" extension to opening of Cartridges, CDs and Binaries.

7 years ago[Build][CMAKE][HX20] Fix FTBFS.
K.Ohta [Wed, 17 May 2017 11:12:42 +0000 (20:12 +0900)]
[Build][CMAKE][HX20] Fix FTBFS.
[VM][LIBCOMMONVM] Add PRNFILE::.Fix FTBFS with dome devices.

7 years ago[VM][X1] Merge Upstream 2017-05-15.Still not test building.
K.Ohta [Wed, 17 May 2017 08:17:07 +0000 (17:17 +0900)]
[VM][X1] Merge Upstream 2017-05-15.Still not test building.

7 years ago[VM] Merge Updtream 2017-05-13. Still not build test.
K.Ohta [Wed, 17 May 2017 08:12:44 +0000 (17:12 +0900)]
[VM] Merge Updtream 2017-05-13. Still not build test.

7 years ago[VM][FM8][JOYSTICK] Fix crash with FM-8.
K.Ohta [Tue, 16 May 2017 13:20:27 +0000 (22:20 +0900)]
[VM][FM8][JOYSTICK] Fix crash with FM-8.

7 years ago[VM][MB61VH010] A little faster.
K.Ohta [Tue, 16 May 2017 13:20:05 +0000 (22:20 +0900)]
[VM][MB61VH010] A little faster.

7 years ago[VM][FM7][DISPLAY] Use flags array to determine not accessble.
K.Ohta [Tue, 16 May 2017 13:19:27 +0000 (22:19 +0900)]
[VM][FM7][DISPLAY] Use flags array to determine not accessble.

7 years ago[VM][FM7][MEMORY] MMR: Fix clash with NULL function(s).
K.Ohta [Tue, 16 May 2017 13:18:41 +0000 (22:18 +0900)]
[VM][FM7][MEMORY] MMR: Fix clash with NULL function(s).

7 years ago[VM][MC6809] Revert around BUSREQ. Workaround for FLICKY.
K.Ohta [Tue, 16 May 2017 13:17:40 +0000 (22:17 +0900)]
[VM][MC6809] Revert around BUSREQ. Workaround for FLICKY.

7 years ago[VM][FM7][MOUSE] Temporally remove event_vline() of JOYSTICK:: .
K.Ohta [Tue, 16 May 2017 10:53:14 +0000 (19:53 +0900)]
[VM][FM7][MOUSE] Temporally remove event_vline() of JOYSTICK:: .

7 years ago[VM][MB61VH010] Update FM7::DISPLAY.
K.Ohta [Tue, 16 May 2017 10:52:34 +0000 (19:52 +0900)]
[VM][MB61VH010] Update FM7::DISPLAY.

7 years ago[VM][MB61VH010][FM77AV] Re-order addrsss of read_data8() and write_data8(). You must...
K.Ohta [Tue, 16 May 2017 10:51:31 +0000 (19:51 +0900)]
[VM][MB61VH010][FM77AV] Re-order addrsss of read_data8() and write_data8(). You must re-build some VMs (FM77AV series etc.)

7 years ago[BUILD][LIBCOMMON_VM] .
K.Ohta [Tue, 16 May 2017 10:39:36 +0000 (19:39 +0900)]
[BUILD][LIBCOMMON_VM] .

7 years ago[VM][MC6809] Fix clock sount around BUSREQ (BUS HALT).
K.Ohta [Tue, 16 May 2017 10:38:51 +0000 (19:38 +0900)]
[VM][MC6809] Fix clock sount around BUSREQ (BUS HALT).

7 years ago[VM][FM77AV] DO NOT update MMR-Table when updating segment of MMR.Fix slowdown with...
K.Ohta [Tue, 16 May 2017 10:37:37 +0000 (19:37 +0900)]
[VM][FM77AV] DO NOT update MMR-Table when updating segment of MMR.Fix slowdown with PSY-O-BLADE and Ys2 (and others).

7 years ago[VM][FM7][MOUSE] Fix wrong with mouse.Temporally fix.
K.Ohta [Mon, 15 May 2017 23:35:20 +0000 (08:35 +0900)]
[VM][FM7][MOUSE] Fix wrong with mouse.Temporally fix.

7 years ago[EMU][Qt][MOUSE] Fix not effect with button-up.
K.Ohta [Mon, 15 May 2017 23:34:41 +0000 (08:34 +0900)]
[EMU][Qt][MOUSE] Fix not effect with button-up.

7 years ago[VM][FM7][JOYSTICK] Fix OPN:PORTA value on reset.
K.Ohta [Mon, 15 May 2017 20:19:28 +0000 (05:19 +0900)]
[VM][FM7][JOYSTICK] Fix OPN:PORTA value on reset.

7 years ago[VM] Add some devices to libCSPcommon_vm .
K.Ohta [Mon, 15 May 2017 20:03:28 +0000 (05:03 +0900)]
[VM] Add some devices to libCSPcommon_vm .

7 years ago[VM][MB61VH010] Expect to faster.
K.Ohta [Mon, 15 May 2017 20:01:27 +0000 (05:01 +0900)]
[VM][MB61VH010] Expect to faster.

7 years ago[VM][MB61VH010] Revert before commit.
K.Ohta [Mon, 15 May 2017 19:25:42 +0000 (04:25 +0900)]
[VM][MB61VH010] Revert before commit.

7 years ago[VM][FM7] Joystick: Use opn[0]->read_signal() instead of JOYSTICK->read_data(0).
K.Ohta [Mon, 15 May 2017 19:00:06 +0000 (04:00 +0900)]
[VM][FM7] Joystick: Use opn[0]->read_signal() instead of JOYSTICK->read_data(0).
[VM][MB61VH010] Expect to be faster rendering.