Filter RSS
Artane.'s History

2024-01-06
11:59
[Git] commits were pushed to 'common_source_project-fm7' (current: 30a09257909b46f1946e3db60aab40c302957a1a)
[VM][FMTOWNS][RF5C68] Limited accuracy rendering, still only for higher sound rate. - This still...
05:37
[Git] commits were pushed to 'common_source_project-fm7' (current: 11c7a41e7552246c16235623817a34e3237204fd)
[VM][FMTOWNS][RF5C68][WIP] TRY: Improve sound accuracy. - This still be WORKING-IN-PROGRESS, not...
2024-01-05
00:04
[Git] commits were pushed to 'common_source_project-fm7' (current: a447015478dcddea7cfc539c7aa00517a6f1b855)
[VM][FMTOWNS][CRTC] Fix horizon uSec. - Fix typos of get_debug_regs_info() .
2024-01-04
20:05
[Git] commits were pushed to 'common_source_project-fm7' (current: df52df9d9d53c6c1f496b572ededd34cc5fe368f)
[VM][RF5C68] Temporally stop to use 3tap LPF, due to make poor sound of higher frequency.
03:49
[Git] commits were pushed to 'common_source_project-fm7' (current: 3b85ae67149e404f3425cdc22121af71cf3af21a)
[VM][FMTOWNS][CRTC] Reduce to data transfer per VLINE. - Not set VSYNC flag when reset_vsync() ....
2024-01-02
02:08
[Git] commits were pushed to 'common_source_project-fm7' (current: a55df21baa66f5cec96057d83547516b585dabf7)
[VM][FMTOWNS][CRTC] Merge re-calculation parameters from registers to one function. - Still has ...
01:42
[Git] commits were pushed to 'common_source_project-fm7' (current: bf5befd15a1a94e39420524b32da3aec0ef3852e)
[VM][FMTOWNS][SPRITE] Add render hook call from TOWNS_CRTC:: - By SIG_TOWNS_SPRITE_HOOK_VLINE .
2023-12-30
23:56
[Git] commits were pushed to 'common_source_project-fm7' (current: 5e39fc557d370967e0bb3b1a56a757128b4d9851)
[VM][FMTOWNS][CRTC] Add memo for CRTC re-implemation to TOWNS_CRTC::force_recalc_crtc_param() . ...
2023-12-26
14:53
[Git] commits were pushed to 'common_source_project-fm7' (current: f1784efd11145ae68eb947da245016c731811301)
[OSD][Qt][SOUND] Remove related SDL_Audio, because changing to use Qt Multimedia.
2023-12-21
06:04
[Git] commits were pushed to 'common_source_project-fm7' (current: 8988b7c126aff67005efb5c916df87efef841300)
[VM][FMTOWNS][MB87078] Fix wrong recognization of electric volume registers. - Put usage documen...
2023-12-20
00:35
[Git] commits were pushed to 'common_source_project-fm7' (current: e3b9736b7429098e0acba07237f7cf1d5758bf58)
[OSD][Qt][SOUND_DRIVER] Make buffer shorter to 4 muls. - Reset sound buffer at some situations. ...
2023-12-19
03:19
[Git] commits were pushed to 'common_source_project-fm7' (current: edd0eaf674c621364eeec763a5a73197c5f5cea2)
[VM][SERIAL_ROM] Add signal description to header. - This includes some protected virtual functi...
02:25
[Git] commits were pushed to 'common_source_project-fm7' (current: e7a83e95ad0a9790e19cdca14b4a61c21da25640)
[VM][FMTOWNS][SERIAL_ROM] Split interface and real device. - See towns_serialrom.cpp and serialr...
2023-12-17
22:03
[Git] commits were pushed to 'common_source_project-fm7' (current: 8e3a42d568dff757035c962fda6f2769349d62fa)
[VM][FMTOWNS][MEMORY] Fix setup around memory banks by I/O 0404h and 0480h. - Remove accessing r...
21:46
[Git] commits were pushed to 'common_source_project-fm7' (current: 8e3a42d568dff757035c962fda6f2769349d62fa)
[VM][FMTOWNS][MEMORY] Fix setup around memory banks by I/O 0404h and 0480h. - Remove accessing r...
21:33
[Git] commits were pushed to 'common_source_project-fm7' (current: 8e3a42d568dff757035c962fda6f2769349d62fa)
[VM][FMTOWNS][MEMORY] Fix setup around memory banks by I/O 0404h and 0480h. - Remove accessing r...
2023-12-13
06:35
[Git] commits were pushed to 'common_source_project-fm7' (current: 03f93b7131eb306cc95cd624dfc745214d738c24)
[Qt][OSD][SOUND] Fix choppy sound even 50msec latency !!!(^ω^) - Make time margin of error (or t...
2023-12-11
22:17
[Git] commits were pushed to 'common_source_project-fm7' (current: c846a9dc5ecfb73c016efcf87837713b739a6fe4)
[OSD][Qt][SOUND][QT_MULTIMEDIA] WIP: Checking whether using external buffert or not.