kub
9f01ce95ae
mcd, fixes for cycle accounting
2020-11-18 23:59:29 +01:00
kub
69b7b2641b
ui, revise status line handling
2020-11-13 08:56:39 +01:00
kub
ae61303f86
mcd, fix SEEK status reporting
2020-11-04 18:18:24 +01:00
kub
d191afbccf
switch libpicofe to local repo
2020-11-02 00:05:37 +01:00
kub
7082729e06
sh2 drc, fix sh2 reg enum usage
2020-11-01 22:55:48 +01:00
kub
fde25b40fe
sh2 drc, fix PIC function calling for MIPS backend
2020-10-31 21:05:27 +01:00
kub
8c54e0dd8f
fix key mapping for opendingux platforms
2020-10-27 18:10:41 +01:00
kub
8c10129faa
fix for config reading of key mappings
2020-10-27 18:08:57 +01:00
kub
69c22514b0
sh2 drc, fixes for cache handling on arm and mips cpus
2020-10-27 18:05:49 +01:00
kub
e7faa8e4e1
Merge remote-tracking branch 'upstream/master'
2020-10-21 20:29:58 +02:00
kub
ac4c2eae19
libpicofe, new version for triple buffering with sdl
2020-10-14 22:51:49 +02:00
notaz
1d366b1ad9
add a hack for Decap Attack
...
Should delay the pull-up affect instead, but probably nothing needs
this whole thing anyway.
2020-10-13 23:19:47 +03:00
kub
6e8916bc9a
sh2 drc, MIPS cache maintenance optimisation
2020-10-11 19:54:51 +02:00
kub
6131340280
sdl, enable triple buffering
2020-10-10 21:00:25 +02:00
kub
4153006fb8
sh2 drc, fix for cpu cache handling
2020-10-10 14:21:10 +02:00
kub
07a08efcfc
sdl ui, fix status line artifacts if starting with rom on cmdline
2020-10-10 09:57:45 +02:00
kub
b286d66f7b
sh2 drc, improve T bit propagation
2020-10-10 09:44:15 +02:00
kub
0de604b1ff
sh2 drc, fix for cpu cache handling
2020-10-10 09:42:55 +02:00
kub
33cb1ab015
more rendering fixes and optimisations
2020-10-10 09:38:59 +02:00
kub
758abbebc2
ui, fix sdl flickering and status lines artifact issues
2020-10-07 20:18:37 +02:00
kub
3618d636d2
vdp rendering, fix SAT caching for high addresses >64KB
2020-10-07 20:12:23 +02:00
kub
3031ff347a
vdp rendering, fix fast-forward graphics
2020-10-07 20:08:22 +02:00
kub
7165b73c26
vdp rendering, layer drawing optimisation
2020-10-07 20:07:13 +02:00
kub
71a2e205ea
vdp rendering, cleanup and optimisation
2020-10-04 23:10:10 +02:00
kub
13e220715e
frontend, fix scaling option handling
2020-09-30 19:34:47 +02:00
kub
47677a2ab1
vdp rendering, fixes and optimisations
2020-09-30 19:32:16 +02:00
kub
81d54be15d
audio, improve YM2413 handling
2020-09-25 21:22:40 +02:00
kub
47548249a0
vdp rendering, fix window with mixed prio tiles
2020-09-25 21:19:29 +02:00
kub
30bd991f27
mcd, GenesisPlusGX bugfix 18fca13,33a43e3: report SEEK status while seeking
2020-09-23 22:28:30 +02:00
kub
1b3433bb84
mcd, fix playing wrong audio track after seek
2020-09-23 19:24:49 +02:00
kub
e721f80136
vdp, fix for gfx save/load menu bg
2020-09-21 21:02:51 +02:00
kub
8e4ab3c62c
vdp rendering, fix sprite masking and interlace layer priority
2020-09-21 18:10:35 +02:00
kub
6bfa97ff78
vdp rendering, fix highlight op on shadow
2020-09-18 00:29:14 +02:00
kub
ec191db849
arm asm, tiny optimisation for 68k mem access
2020-09-18 00:28:09 +02:00
kub
627648e408
vdp, test code for 8 bit fast renderer
2020-09-18 00:27:41 +02:00
kub
bebe75ddc8
update author info
2020-09-18 00:26:34 +02:00
kub
056f101ff8
sh2 drc, standalone testing tool
2020-09-18 00:26:18 +02:00
kub
48b648070b
sh2 drc, fix symbol clash
2020-09-18 00:25:54 +02:00
kub
dc56ca2ede
vdp fifo, tentative fix for hanging DMA
2020-09-18 00:25:14 +02:00
kub
352479001c
vdp, optimisation for 8bit renderers
2020-08-04 22:24:56 +02:00
kub
1f49b75032
SDL UI, fix SDL input and SDL window output mode for osx compile
...
NB for osx >= 10.14 you need SDL >= rev 13688 (ATM only available from SDL repo)
2020-08-02 23:20:09 +02:00
kub
b74303b1a7
vdp mode 4, optimisation
2020-07-29 20:47:16 +02:00
kub
a97dd5cded
configure, fix for newer gcc
2020-07-29 20:41:07 +02:00
kub
3df6254bb4
Merge pull request #3 from hiroshica/hwork
2020-07-28 23:29:24 +02:00
hiroshica
95cb712a52
adding RG350 platform
...
squashed commits:
RG350用のキーマップを作った
opkのコマンドライン起動のエラー修正
mingw挑戦途中
2020-07-28 22:04:52 +02:00
hiroshica
2e66d031fe
correcting the treatment of color number 0
...
squashed commits:
BGのLow/Highの描画を分離した
プライオリティを覗いて正しく描画された状態になった
2020-07-28 22:04:35 +02:00
hiroshica
a2f24bfa7b
adding ym2413
...
squashed commits:
YM2413追加中
一通り実装したけどポートへの書き込み方が不明でまだ音が出ない
細かい修正(未テスト)
resetで初期化されるのをなんとかしたい
sound 初期化と終了を追加してみた
SN76496を参考にYM2413のアップデート方法を変更してみた
stereoフラグをアップデートサイズに変更
処理順番を整理したら音が出た
stateセーブに対応してみた
addition: Support for the Japanese Mark-III extended FM sound source unit
2020-07-28 22:04:32 +02:00
kub
7980d47767
sms mode 4, fix 8 bit renderer code
2020-07-25 23:58:57 +02:00
kub
2e5cbf5b6a
audio, fix for speed regression after last commit
2020-07-17 19:26:27 +02:00
kub
6f7beab435
audio, fix sound issues in some intros
2020-07-16 19:29:49 +02:00