crashGG
44a6c67823
fix .bin extension support for archives
...
fix the issue which can not load roms with the extension ".bin" in a zip package.
2023-05-15 09:27:24 +02:00
kub
3a77090514
build, add ASAN, some CFLAGS changes, add revision
2023-05-02 20:19:18 +00:00
kub
cab84f29e5
core, preparations for sc-3000 support
2023-02-18 20:57:16 +00:00
OsirizX
08be5f1dab
Add dynarec support for PS3
2023-01-12 21:01:14 +01:00
kub
96948bdfc8
sms, add fast renderer, remove 1st column (8 px) if blanked
2022-09-25 10:03:06 +00:00
kub
6ce10a4308
core+platforms, harmonise supported extensions
2022-09-14 19:30:32 +00:00
kub
36b2f2931f
libretro, fix classic_arm builds, minor cleanup
2022-04-20 00:00:43 +02:00
kub
a5085db3ea
Merge from libretro/master:7ff457f for repo synchronization
2022-04-19 23:58:59 +02:00
kub
68a950875c
sound, add FM filtering
2022-04-19 23:18:56 +02:00
kub
5c7cd0590e
libretro, fix native sound rate
...
thanks to jdgleaver for pointing this out
2022-04-10 07:45:03 +00:00
kub
a990d9c434
ui, revisit menu
2022-04-09 22:30:44 +02:00
jdgleaver
906cc85456
(libretro) Prevent illegal usage of RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO/RETRO_ENVIRONMENT_SET_GEOMETRY environment callbacks
2022-04-08 18:24:53 +02:00
kub
882f697ad4
sound, add native rate mode, change resampling
2022-03-31 19:51:03 +02:00
kub
df6c895c5c
sms, add sg-1000 support
2022-02-28 21:45:50 +00:00
kub
171fb8cc14
sms, mapper for taiwanese sg-1000 ram extension
2022-02-26 21:52:43 +00:00
kub
aaef4b945e
sms, add basic sg-1000 support
2022-02-26 10:19:07 +00:00
kub
b4e7cd1b51
libretro, update libretro-common
2022-02-09 18:42:04 +00:00
kub
c88b729bdf
libretro, improve multiplayer support
2022-01-28 17:13:04 +00:00
kub
73bda1add9
core, libretro vfs support
2022-01-27 22:31:09 +00:00
kub
1d5885dd84
core, linux+libretro, multiplayer adaptor support
2022-01-26 19:41:19 +00:00
kub
92f7a430ca
libretro, improve 32x save/load for run-ahead
2022-01-03 23:36:58 +01:00
kub
1bbe9abf75
platform, improve 32x handling for h32 (all supported platforms)
2021-11-23 21:50:13 +01:00
kub
23cd73bc8f
sound, fix ym2612 ladder effect, add option
2021-11-19 21:01:50 +01:00
irixxxx
50587ccd1f
Merge pull request #44 from jdgleaver/core-options-v2
...
(libretro) Update core options to v2 format
2021-11-11 22:50:18 +01:00
kub
06d963c795
libretro, fix sms options
2021-11-11 22:32:12 +01:00
jdgleaver
8b2f9d02f5
(libretro) Update core options to v2 format
2021-11-11 14:45:57 +00:00
kub
e86583124e
libretro, various fixes (input handling, aspect ratio)
2021-11-10 23:33:18 +01:00
kub
f55ce7bf47
sms, add ghosting for GG LCD (generic+libretro only)
2021-11-04 20:33:28 +01:00
kub
27005bdb5f
libretro, fix memory leak
2021-11-04 18:26:51 +01:00
kub
f9ea940fb5
sms, improved mapper support (more, menu option)
2021-10-28 21:52:44 +02:00
kub
6791d84741
libretro, add FM unit setting
2021-10-26 23:36:38 +02:00
kub
cbc2ca037a
libretro, enable drc usage on WiiU
2021-10-25 18:33:43 +02:00
kub
280bfc3ca7
sms, add system select option
2021-10-19 23:24:06 +02:00
kub
2767adb5bc
libretro, fix aspect ratio handling
2021-10-15 19:28:50 +02:00
kub
466fa07953
sms, basic gamegear support
2021-10-14 23:08:17 +02:00
kub
d5d1778252
sdl, complete overhaul of hardware/software scaling
2021-09-10 18:54:05 +02:00
kub
083c519ec2
libretro, fix mmap replacement (content intialized to 0)
2021-04-21 22:02:36 +02:00
kub
b106e5c72b
libretro, add input bitmask support
2021-04-16 00:16:17 +02:00
kub
44245ef0ea
libretro, build fix for ngc/wii/wiiu
2021-04-12 20:04:51 +02:00
kub
63235526b8
libretro, fix missing intialization for renderer
2021-03-26 20:22:53 +01:00
kub
37631374df
ui, revised menu and option handling, added sound filter settings
2021-03-05 22:11:39 +01:00
kub
15ca715228
core, groundwork for chd support
...
still needs some scrutiny, and build integration is missing
2021-03-04 20:54:10 +01:00
kub
f821bb7011
core, structural cleanup, fixes and improvements for type issues #2
2021-01-01 12:44:02 +01:00
kub
30969671e5
sound, improved and optimized reimplementation of libretro lowpass filter
2020-12-23 15:51:49 +01:00
kub
7e5b769d8f
libretro, improve ps2 support, switchable renderers, 32X support w/ DRC
2020-12-12 14:51:44 +01:00
kub
cd262e4cc7
libretro, add new good (aka 8bit accurate) renderer, fix 256px mode rendering
2020-12-12 14:48:15 +01:00
kub
7e382f5403
libretro, fix version string
2020-12-12 14:24:21 +01:00
kub
512898fed1
libretro, fix apple os builds
2020-12-05 15:13:53 +01:00
kub
61d76999d7
Merge from libretro/master:46902e0 for repo synchronization
2020-12-05 22:39:06 +01: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