OSDN Git Service

csp-qt/common_source_project-fm7.git
22 months ago[OSD][Qt][SOUND] update_sound() : Re-add time gate from real time scale.
K.Ohta [Thu, 28 Jul 2022 05:24:08 +0000 (14:24 +0900)]
[OSD][Qt][SOUND] update_sound() : Re-add time gate from real time scale.

22 months ago[OSD][Qt] Fix lockup on logging, revert some part of recent commits.
K.Ohta [Thu, 28 Jul 2022 05:23:39 +0000 (14:23 +0900)]
[OSD][Qt] Fix lockup on logging, revert some part of recent commits.

22 months ago[Qt][LOGGER][WIN32][OOPS] Make csp_logger 's pointer std::shared_ptr<> .
K.Ohta [Thu, 28 Jul 2022 03:34:12 +0000 (12:34 +0900)]
[Qt][LOGGER][WIN32][OOPS] Make csp_logger 's pointer std::shared_ptr<> .

22 months ago[Qt][LOGGER] Make std::shared_ptr to logger's pointer.Expect to more safer logging.
K.Ohta [Thu, 28 Jul 2022 03:27:13 +0000 (12:27 +0900)]
[Qt][LOGGER] Make std::shared_ptr to logger's pointer.Expect to more safer logging.

[Qt][OSD][VM][FMGEN][UI] Maybe fix crash when exiting.

22 months ago[OSD][Qt][Qt5][SOUND] Fix FTBFSs.
K.Ohta [Thu, 28 Jul 2022 00:36:04 +0000 (09:36 +0900)]
[OSD][Qt][Qt5][SOUND] Fix FTBFSs.

22 months ago[OSD][Qt][SOUND] QT_MULTIMEDIA: Reduce sound-jitter a lot.
K.Ohta [Wed, 27 Jul 2022 17:24:07 +0000 (02:24 +0900)]
[OSD][Qt][SOUND] QT_MULTIMEDIA: Reduce sound-jitter a lot.

22 months ago[OSD][Qt][SOUND] Use shared_ptr to be robust.
K.Ohta [Wed, 27 Jul 2022 14:24:28 +0000 (23:24 +0900)]
[OSD][Qt][SOUND] Use shared_ptr to be robust.

22 months ago[Qt][SOUND][OSD] Move OSD to correct thread.Fixed issue of some messaging.
K.Ohta [Wed, 27 Jul 2022 07:04:48 +0000 (16:04 +0900)]
[Qt][SOUND][OSD] Move OSD to correct thread.Fixed issue of some messaging.

22 months ago[OSD][Qt][SOUND][QT_MULTIMEDIA][WIP] Separating sound driver to a module, this still...
K.Ohta [Mon, 25 Jul 2022 16:41:42 +0000 (01:41 +0900)]
[OSD][Qt][SOUND][QT_MULTIMEDIA][WIP] Separating sound driver to a module, this still be WIP.Maybe unable to build.

22 months ago[OSD][Qt][SOUND][QT_MULTIMEDIA] More correctness rendering timing.
K.Ohta [Sat, 23 Jul 2022 19:04:26 +0000 (04:04 +0900)]
[OSD][Qt][SOUND][QT_MULTIMEDIA] More correctness rendering timing.

22 months ago[OSD][Qt][SOUND][Qt5] Fix not sounding with Qt5, but still choppy sound.(excepts...
K.Ohta [Thu, 21 Jul 2022 14:17:02 +0000 (23:17 +0900)]
[OSD][Qt][SOUND][Qt5] Fix not sounding with Qt5, but still choppy sound.(excepts built with Qt6).

22 months ago[VM][FMTOWNS][CRTC] Comment out debug logging.
K.Ohta [Thu, 21 Jul 2022 13:46:53 +0000 (22:46 +0900)]
[VM][FMTOWNS][CRTC] Comment out debug logging.

22 months ago[Qt][OSD][SOUND][QT_MULTIMEDIA] More stable (= less chopping a lot) sound output.
K.Ohta [Thu, 21 Jul 2022 13:45:59 +0000 (22:45 +0900)]
[Qt][OSD][SOUND][QT_MULTIMEDIA] More stable (= less chopping a lot) sound output.

22 months ago[OSD][Qt][SOUND] Available to build with Qt5, but something is wrong.
K.Ohta [Wed, 20 Jul 2022 21:36:23 +0000 (06:36 +0900)]
[OSD][Qt][SOUND] Available to build with Qt5, but something is wrong.

22 months ago[Qt][OSD][SOUND] Make sound-buffer larger to fix chopping sound at eFMTowns.
K.Ohta [Wed, 20 Jul 2022 04:21:04 +0000 (13:21 +0900)]
[Qt][OSD][SOUND] Make sound-buffer larger to fix chopping sound at eFMTowns.

22 months ago[Qt][OSD][SOUND] Rename slot for changing backend state.
K.Ohta [Tue, 19 Jul 2022 15:18:33 +0000 (00:18 +0900)]
[Qt][OSD][SOUND] Rename slot for changing backend state.

22 months ago[OSD][Qt][SOUND][CONFIG] Important: Now, sound output device has recorded as NAME...
K.Ohta [Tue, 19 Jul 2022 14:24:18 +0000 (23:24 +0900)]
[OSD][Qt][SOUND][CONFIG] Important: Now, sound output device has recorded as NAME, not number.

[OSD][Qt][SOUND][QT_MULTIMEDIA] Available to set master volume.Will implement better.

22 months ago[OSD][Qt][SOUND][QT_MULTIMEDIA] More accuracy sound timing.Wip.
K.Ohta [Tue, 19 Jul 2022 10:36:24 +0000 (19:36 +0900)]
[OSD][Qt][SOUND][QT_MULTIMEDIA] More accuracy sound timing.Wip.

22 months ago[SOUND][Qt][OSD] Using QT_MULTIMEDIA: Maybe complete to sound any sounds, excepts...
K.Ohta [Tue, 19 Jul 2022 02:58:01 +0000 (11:58 +0900)]
[SOUND][Qt][OSD] Using QT_MULTIMEDIA: Maybe complete to sound any sounds, excepts around device-selection.

22 months ago[SOUND][Qt][OSD][WIP] QT_MULTIMEDIA: More effective implement.WIP.
K.Ohta [Tue, 19 Jul 2022 01:30:59 +0000 (10:30 +0900)]
[SOUND][Qt][OSD][WIP] QT_MULTIMEDIA: More effective implement.WIP.

22 months ago[OSD][Qt] Add SOUND_BUFFER_QT:: class.This aims to use for sound buffering via ringbu...
K.Ohta [Mon, 18 Jul 2022 16:41:15 +0000 (01:41 +0900)]
[OSD][Qt] Add SOUND_BUFFER_QT:: class.This aims to use for sound buffering via ringbuffer.

[OSQ][Qt][SOUND] Try: Use QT_MULTIMEDIA as sound output, still not working yet.

22 months ago[OSD][Qt][SOUND] .
K.Ohta [Sun, 17 Jul 2022 13:57:12 +0000 (22:57 +0900)]
[OSD][Qt][SOUND] .

22 months ago[OSD][Qt][SOUND] .
K.Ohta [Sun, 17 Jul 2022 13:12:36 +0000 (22:12 +0900)]
[OSD][Qt][SOUND] .

22 months ago[FIFO_TEMPLATE] Fix some bugs.
K.Ohta [Sat, 16 Jul 2022 12:45:40 +0000 (21:45 +0900)]
[FIFO_TEMPLATE] Fix some bugs.

22 months ago[COMMON] Implement first templates for FIFO and RINGBUFFER, both with locking and...
K.Ohta [Sat, 16 Jul 2022 05:00:03 +0000 (14:00 +0900)]
[COMMON] Implement first templates for FIFO and RINGBUFFER, both with locking and without locking,

22 months ago[OSD][Qt][SOUND] RINGBUFFER:: Add some functions.
K.Ohta [Fri, 15 Jul 2022 16:06:32 +0000 (01:06 +0900)]
[OSD][Qt][SOUND] RINGBUFFER:: Add some functions.

22 months ago[OSD][SOUND][Qt] Start to capsulize for sound i/o.
K.Ohta [Fri, 15 Jul 2022 16:00:19 +0000 (01:00 +0900)]
[OSD][SOUND][Qt] Start to capsulize for sound i/o.

22 months ago[Qt][OSD][SOUND] Add note more.
K.Ohta [Thu, 14 Jul 2022 21:21:13 +0000 (06:21 +0900)]
[Qt][OSD][SOUND] Add note more.

22 months ago[SOUND][Qt] osd_sound.cpp : Will be based on QtMultimedia's audio driver, but still...
K.Ohta [Thu, 14 Jul 2022 21:14:26 +0000 (06:14 +0900)]
[SOUND][Qt] osd_sound.cpp : Will be based on QtMultimedia's audio driver, but still have a lot of problems.

22 months ago[UI][Qt] Avalable to build all of emulators.
K.Ohta [Thu, 14 Jul 2022 12:20:26 +0000 (21:20 +0900)]
[UI][Qt]  Avalable to build all of emulators.

22 months ago[UI][Qt][PC100][MZ3500] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:56:30 +0000 (00:56 +0900)]
[UI][Qt][PC100][MZ3500] Available to build.

22 months ago[UI][Qt][PC2001] Trim header.
K.Ohta [Wed, 13 Jul 2022 15:48:35 +0000 (00:48 +0900)]
[UI][Qt][PC2001] Trim header.

22 months ago[VM][PC6001] TRY: Fix crash without subsystem's ROM.
K.Ohta [Wed, 13 Jul 2022 15:48:05 +0000 (00:48 +0900)]
[VM][PC6001] TRY: Fix crash without subsystem's ROM.

22 months ago[UI][Qt][PC6001] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:47:50 +0000 (00:47 +0900)]
[UI][Qt][PC6001] Available to build.

22 months ago[UI][Qt][PC9801] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:47:31 +0000 (00:47 +0900)]
[UI][Qt][PC9801] Available to build.

22 months ago[UI][Qt][PC8801] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:47:17 +0000 (00:47 +0900)]
[UI][Qt][PC8801] Available to build.

22 months ago[UI][Qt][MZ700][MZ1500][MZ80A] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:46:48 +0000 (00:46 +0900)]
[UI][Qt][MZ700][MZ1500][MZ80A] Available to build.

22 months ago[UI][Qt][MZ2500][MZ80B] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:38:20 +0000 (00:38 +0900)]
[UI][Qt][MZ2500][MZ80B] Available to build.

22 months ago[UI][Qt][HC40] Trim header.
K.Ohta [Wed, 13 Jul 2022 15:14:49 +0000 (00:14 +0900)]
[UI][Qt][HC40] Trim header.

22 months ago[UI][Qt][HC20] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:14:33 +0000 (00:14 +0900)]
[UI][Qt][HC20] Available to build.

22 months ago[UI][Qt][EX80] Available to build.
K.Ohta [Wed, 13 Jul 2022 15:13:04 +0000 (00:13 +0900)]
[UI][Qt][EX80] Available to build.

22 months ago[UI][Qt] Available to build eBX1.
K.Ohta [Wed, 13 Jul 2022 15:12:40 +0000 (00:12 +0900)]
[UI][Qt] Available to build eBX1.

22 months ago[UI][Qt] Support single-dipswitch, negative polarity.
K.Ohta [Wed, 13 Jul 2022 15:09:29 +0000 (00:09 +0900)]
[UI][Qt] Support single-dipswitch, negative polarity.

22 months ago[UI][Qt][FMTOWNS] Apply changes of UI, available to build.
K.Ohta [Wed, 13 Jul 2022 10:51:53 +0000 (19:51 +0900)]
[UI][Qt][FMTOWNS] Apply changes of UI, available to build.

22 months ago[UI][Qt] Re-Factor around Screen menu.
K.Ohta [Wed, 13 Jul 2022 10:51:28 +0000 (19:51 +0900)]
[UI][Qt] Re-Factor around Screen menu.

22 months ago[UI][Qt] Re-Factoring: Available to build eFM7 series.
K.Ohta [Tue, 12 Jul 2022 16:20:29 +0000 (01:20 +0900)]
[UI][Qt] Re-Factoring: Available to build eFM7 series.

22 months ago[CONFIG][CMake][FM7] Delete unconfigure for BUILD_FMNEW7 .
K.Ohta [Tue, 12 Jul 2022 16:19:50 +0000 (01:19 +0900)]
[CONFIG][CMake][FM7] Delete unconfigure for BUILD_FMNEW7 .

22 months ago[UI][Qt][WIP][DONOTBUILD] Implementing newer MainWidget. DONT't BUILDABLE.
K.Ohta [Mon, 11 Jul 2022 16:30:33 +0000 (01:30 +0900)]
[UI][Qt][WIP][DONOTBUILD] Implementing newer MainWidget. DONT't BUILDABLE.

22 months ago[Qt][UI] Re-Factoring: Available to build.Still only for emufm7.
K.Ohta [Thu, 30 Jun 2022 18:43:51 +0000 (03:43 +0900)]
[Qt][UI] Re-Factoring: Available to build.Still only for emufm7.

23 months ago[UI][Qt][WIP] Re-factoring to drop bind object from Action_Control:: .This still...
K.Ohta [Mon, 27 Jun 2022 08:46:18 +0000 (17:46 +0900)]
[UI][Qt][WIP] Re-factoring to drop bind object from Action_Control:: .This still be not buildable.

23 months ago[UI][Qt][WIP] Start to re-factor around UI classes.This still may unable to build.
K.Ohta [Sat, 25 Jun 2022 16:36:20 +0000 (01:36 +0900)]
[UI][Qt][WIP] Start to re-factor around UI classes.This still may unable to build.

23 months ago[BUILD][GCC12] Adjust flags around debugging.
K.Ohta [Sat, 25 Jun 2022 16:35:45 +0000 (01:35 +0900)]
[BUILD][GCC12] Adjust flags around debugging.

23 months ago[DOC][ABOYS_eFM7] Add English and Russian translatin via TexTra. This still be rough...
K.Ohta [Wed, 22 Jun 2022 02:35:16 +0000 (11:35 +0900)]
[DOC][ABOYS_eFM7] Add English and Russian translatin via TexTra. This still be rough translate, please fix.

23 months ago[DOC][About eFM7] Remove english translation to re-translate with TEXTRA.
K.Ohta [Wed, 22 Jun 2022 02:10:45 +0000 (11:10 +0900)]
[DOC][About eFM7] Remove english translation to re-translate with TEXTRA.

2 years ago[Build][CMake] Add support for GCC-12.
K.Ohta [Thu, 26 May 2022 07:35:21 +0000 (16:35 +0900)]
[Build][CMake] Add support for GCC-12.

2 years ago[BUILD][CMake] Add support for LLVM 14.
K.Ohta [Wed, 25 May 2022 23:06:41 +0000 (08:06 +0900)]
[BUILD][CMake] Add support for LLVM 14.

2 years ago[VM][I386_NP21][PC9801][DEVICE] Fix not working PSEUDO SASI BIOS with 32bit Ix86...
K.Ohta [Wed, 25 May 2022 23:04:36 +0000 (08:04 +0900)]
[VM][I386_NP21][PC9801][DEVICE] Fix not working PSEUDO SASI BIOS  with 32bit Ix86.Change ABI of DEVICE:: .

2 years ago[BUILD][CMake] Add some architectures, still not testing.
K.Ohta [Wed, 25 May 2022 17:36:44 +0000 (02:36 +0900)]
[BUILD][CMake] Add some architectures, still not testing.

2 years ago[Qt][SOUND_LOADER] Fix corrupt freeing when destructing SOUND_LOADER:: class.
K.Ohta [Wed, 25 May 2022 17:31:11 +0000 (02:31 +0900)]
[Qt][SOUND_LOADER] Fix corrupt freeing when destructing SOUND_LOADER:: class.

2 years ago[BUILD][CMake] Start to switch to new *moduler* setup suripts.
K.Ohta [Wed, 25 May 2022 17:12:53 +0000 (02:12 +0900)]
[BUILD][CMake] Start to switch to new *moduler* setup suripts.

2 years ago[VM][FMTOWNS][PLANE_VRAM] Optimize for speed.
K.Ohta [Tue, 3 May 2022 16:48:02 +0000 (01:48 +0900)]
[VM][FMTOWNS][PLANE_VRAM] Optimize for speed.

2 years ago[VM][FMTOWNS][VRAM] Remove unused variables and a function.
K.Ohta [Tue, 3 May 2022 16:47:20 +0000 (01:47 +0900)]
[VM][FMTOWNS][VRAM] Remove unused variables and a function.

2 years agoMerge branch 'master' of github.com:Artanejp/common_source_project-fm7
Kyuma Ohta [Wed, 23 Feb 2022 20:04:42 +0000 (05:04 +0900)]
Merge branch 'master' of github.com:Artanejp/common_source_project-fm7

2 years ago[I386_NP21][Win32] Fix FTBFS.
Kyuma Ohta [Wed, 23 Feb 2022 20:03:06 +0000 (05:03 +0900)]
[I386_NP21][Win32] Fix FTBFS.

2 years ago[OSD][Qt][Win32] Fix FTBFS with Win32.
Kyuma Ohta [Wed, 23 Feb 2022 20:02:19 +0000 (05:02 +0900)]
[OSD][Qt][Win32] Fix FTBFS with Win32.

2 years ago[Build][Win32][CLANG-13] Support for buiding with LLVM CLANG-13 for Win32 cross toolc...
Kyuma Ohta [Wed, 23 Feb 2022 20:01:13 +0000 (05:01 +0900)]
[Build][Win32][CLANG-13] Support for buiding with LLVM CLANG-13 for Win32 cross toolchain.

2 years ago[Build][Win32][LLVM-13] Make Toolchain buildable.
K.Ohta [Wed, 23 Feb 2022 18:42:48 +0000 (03:42 +0900)]
[Build][Win32][LLVM-13] Make Toolchain buildable.

2 years ago[Win32][CROSS-TOOLCHAINS] Fix FTBFS at building libcompiler-rt.
K.Ohta [Wed, 23 Feb 2022 04:48:59 +0000 (13:48 +0900)]
[Win32][CROSS-TOOLCHAINS] Fix FTBFS at building libcompiler-rt.

2 years ago[CROSS-BUILD][Win32] Update bootstrap scripts for building cross-toolchains.
K.Ohta [Wed, 23 Feb 2022 03:51:35 +0000 (12:51 +0900)]
[CROSS-BUILD][Win32] Update bootstrap scripts for building cross-toolchains.

2 years ago[Build][GCC11][Qt6] Add sample bootstrap script with Qt6.
K.Ohta [Sun, 20 Feb 2022 17:12:13 +0000 (02:12 +0900)]
[Build][GCC11][Qt6] Add sample bootstrap script with Qt6.

2 years ago[BUILD][LLVM13] Update around optimizing.Seem to be faster emulators (maybe...).
K.Ohta [Sun, 20 Feb 2022 17:11:15 +0000 (02:11 +0900)]
[BUILD][LLVM13] Update around optimizing.Seem to be faster emulators (maybe...).

2 years ago[General][Debug]GDB] Add sample GDB script (for Debian GNU/Linux, sid).
K.Ohta [Sun, 20 Feb 2022 04:37:42 +0000 (13:37 +0900)]
[General][Debug]GDB] Add sample GDB script (for Debian GNU/Linux, sid).

2 years ago[Build][CMake] Re-Enable with Qt5.
K.Ohta [Fri, 18 Feb 2022 07:52:31 +0000 (16:52 +0900)]
[Build][CMake] Re-Enable with Qt5.

2 years ago[BUILD][CMake] TRY: Improved LTO.
K.Ohta [Thu, 17 Feb 2022 15:41:26 +0000 (00:41 +0900)]
[BUILD][CMake] TRY: Improved LTO.

[BUILD][CLANG13] TRY: Use Thin LTO and parallelized LTO.

2 years ago[UI][Qt6] Fix not key-input to VM from HOST KEYBOARD.
K.Ohta [Thu, 17 Feb 2022 13:51:48 +0000 (22:51 +0900)]
[UI][Qt6] Fix not key-input to VM from HOST KEYBOARD.

2 years ago{Build][General] Available to build with Qt6, But unable to input from keyboard.
K.Ohta [Thu, 17 Feb 2022 09:40:30 +0000 (18:40 +0900)]
{Build][General] Available to build with Qt6, But unable to input from keyboard.

2 years ago[VM][FMTOWNS][CRTC][WIP] Adjust around registers.
K.Ohta [Sat, 12 Feb 2022 18:37:33 +0000 (03:37 +0900)]
[VM][FMTOWNS][CRTC][WIP] Adjust around registers.

[VM][FMTOWNS][CRTC] Add temporally debug messages.

2 years ago[VM][I386_NP21] Apply PAGING status on get_debug_regs_info() . Will apply fully PAGIN...
K.Ohta [Sat, 12 Feb 2022 18:35:52 +0000 (03:35 +0900)]
[VM][I386_NP21] Apply PAGING status on get_debug_regs_info() . Will apply fully PAGING TABLEs.

2 years ago[VM][I386_NP21] Move realclock into I386:: to be capsulize.
K.Ohta [Thu, 10 Feb 2022 14:42:15 +0000 (23:42 +0900)]
[VM][I386_NP21] Move realclock into I386:: to be capsulize.

2 years ago[VM][FMTOWNS][TIMER] Optimize branches.
K.Ohta [Thu, 10 Feb 2022 14:24:05 +0000 (23:24 +0900)]
[VM][FMTOWNS][TIMER] Optimize branches.

2 years ago[VM][I386_NP21] OPTIMIZE: Make cpu_wait() inline to be more faster.
K.Ohta [Thu, 10 Feb 2022 14:21:45 +0000 (23:21 +0900)]
[VM][I386_NP21] OPTIMIZE: Make cpu_wait() inline to be more faster.

[VM][I386_NP21] OPTIMIZE: Make some branches __UNLIKELY_IF() / __LIKELY_IF().
[VM][I386_NP21] Move i386_memory_wait to inside of I386:: .Will be capsulized any functions.

2 years ago[VM][FMTOWNS][TIMER] Make freerun-timer correctness.
K.Ohta [Mon, 7 Feb 2022 17:10:34 +0000 (02:10 +0900)]
[VM][FMTOWNS][TIMER] Make freerun-timer correctness.

[VM][FMTOWNS][TIMER] Calculate interval timer based on freerun-timer.

2 years ago[VM][FMTOWNS][TOWNS_DMAC][CDROM] Disable debug messages temporally.
K.Ohta [Mon, 7 Feb 2022 17:10:02 +0000 (02:10 +0900)]
[VM][FMTOWNS][TOWNS_DMAC][CDROM] Disable debug messages temporally.

2 years ago[VM][UPD71071][FMTOWNS][TOWNS_DMAC] Fix and be simplify around register settings.
K.Ohta [Mon, 7 Feb 2022 15:06:50 +0000 (00:06 +0900)]
[VM][UPD71071][FMTOWNS][TOWNS_DMAC] Fix and be simplify around register settings.

2 years ago[VM][FMTOWNS][CDROM] Fix around command; seek (00h) / set status (80h).
K.Ohta [Mon, 7 Feb 2022 15:06:16 +0000 (00:06 +0900)]
[VM][FMTOWNS][CDROM] Fix around command; seek (00h) / set status (80h).

2 years ago[VM][UPD71071][FMTOWNS][TOWNS_DMAC] Fix correctness address/count setting.
K.Ohta [Sun, 6 Feb 2022 19:28:33 +0000 (04:28 +0900)]
[VM][UPD71071][FMTOWNS][TOWNS_DMAC] Fix correctness address/count setting.

[VM][UPD71071][FMTOWNS][TOWNS_DMAC][SCSI] Do not use 16bit transfer mode.

2 years ago[VM][FMTOWNS][CDROM][WIP] Adjusting around SEEK(00h).This still be incompleted.
K.Ohta [Sun, 6 Feb 2022 19:27:57 +0000 (04:27 +0900)]
[VM][FMTOWNS][CDROM][WIP] Adjusting around SEEK(00h).This still be incompleted.

2 years ago[VM][FMTOWNS][CDROM][WIP] Adjusting around command 00h (SEEK/Restore).
K.Ohta [Sun, 6 Feb 2022 15:17:47 +0000 (00:17 +0900)]
[VM][FMTOWNS][CDROM][WIP] Adjusting around command 00h (SEEK/Restore).

2 years ago[VM][I386_NP21] Optimize branch prediction around busreq signal.
K.Ohta [Sun, 30 Jan 2022 08:45:04 +0000 (17:45 +0900)]
[VM][I386_NP21] Optimize branch prediction around busreq signal.

2 years ago[VM][EVENT] Branch optimize, mainly inside of drive().
K.Ohta [Sun, 30 Jan 2022 08:44:36 +0000 (17:44 +0900)]
[VM][EVENT] Branch optimize, mainly inside of drive().

2 years ago[VM][FMTOWNS][TIMER] Fix unused SIG_CPU_HALTREQ to SIG_CPU_BUSREQ .
K.Ohta [Sun, 30 Jan 2022 08:43:51 +0000 (17:43 +0900)]
[VM][FMTOWNS][TIMER] Fix unused SIG_CPU_HALTREQ to SIG_CPU_BUSREQ .

2 years ago[VM][FMTOWNS][TIMER] Use write_signal(device, .. ) instead of write_signals(outputs_t...
K.Ohta [Sun, 30 Jan 2022 08:41:41 +0000 (17:41 +0900)]
[VM][FMTOWNS][TIMER] Use write_signal(device, .. ) instead of write_signals(outputs_t*,...) to reduce HOST CPU usage.This issue is seriously spamming 1uS wait with some software.

2 years ago[VM][EVENT] Enlarge management devices, sounds and events.This may need future 32bit...
K.Ohta [Sun, 30 Jan 2022 07:12:34 +0000 (16:12 +0900)]
[VM][EVENT] Enlarge management devices, sounds and events.This may need future 32bit/16bit emulator.

[VM][EVENT][DOC] Add description of some methods for DOXYGEN.

2 years ago[VM][FMTOWNS][DOC] Add details to common definitions.
K.Ohta [Sun, 30 Jan 2022 06:14:03 +0000 (15:14 +0900)]
[VM][FMTOWNS][DOC] Add details to common definitions.

[VM][FMTOWNS][JOYSTICK][CONFIG] Use common definition for config.machine_features.

2 years ago[VM][DEVICE][DOC] Add details for common SIGNAL definitions.
K.Ohta [Sun, 30 Jan 2022 06:13:32 +0000 (15:13 +0900)]
[VM][DEVICE][DOC] Add details for common SIGNAL definitions.

2 years ago[VM][FMTOWNS][JOYSTICK] TRY: Reduce to usage HOST CPU due to write to port.
K.Ohta [Sat, 29 Jan 2022 11:37:41 +0000 (20:37 +0900)]
[VM][FMTOWNS][JOYSTICK] TRY: Reduce to usage HOST CPU due to write to port.

2 years ago[VM][FMTOWNS][MEMORY] Port 0480h : Not update bank-map for SYSROM to reduce host...
K.Ohta [Sat, 29 Jan 2022 11:36:29 +0000 (20:36 +0900)]
[VM][FMTOWNS][MEMORY] Port 0480h : Not update bank-map for SYSROM to reduce host CPU usage due to spamming change a bank.

2 years ago[VM][FMTOWNS][MEMORY] Set BANK size to 4096 bytes expect to be faster memory access.
K.Ohta [Sat, 29 Jan 2022 10:49:22 +0000 (19:49 +0900)]
[VM][FMTOWNS][MEMORY] Set BANK size to 4096 bytes expect to be faster memory access.

2 years ago[VM][FMTOWNS][CDROM] Revert to use delayed command execution, this may fixes issue...
K.Ohta [Sat, 29 Jan 2022 10:48:22 +0000 (19:48 +0900)]
[VM][FMTOWNS][CDROM] Revert to use delayed command execution, this may fixes issue of Super Real Mahjong IV.

2 years ago[VM][FMTOWNS][CDROM] More adjust status flags around DMA transferring.
K.Ohta [Sat, 29 Jan 2022 08:26:50 +0000 (17:26 +0900)]
[VM][FMTOWNS][CDROM] More adjust status flags around DMA transferring.

[VM][FMTOWNS][CDROM][WIP] Fixing not booting (with medium error) with some discs. i.e. Dokyusei 1.