Commit graph

93 commits

Author SHA1 Message Date
kub
c87e36d750 core+platforms, revise pico pen handling
the MSB in the tablet position register denotes pen on surface.
add logic and a hotkey for handling pen not on surface. This allows
for repositioning of the pen without the storyware reacting to it.
2024-03-18 18:24:54 +01:00
kub
4abc40d56b fixes for audio and video, add psp-like scaling 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
8b65c92f1f Use MenuX2 in PS2 2024-02-18 23:30:09 +01:00
kub
089f516d6c make sound rates platform dependent 2024-02-17 21:54:33 +01:00
kub
af386f93c1 platform, fix BGR/RGB menu handling 2024-02-14 23:48:28 +01:00
kub
214a6c624c core+platforms, add SMS option to select TMS palette for gfx modes 0-3 2024-01-13 16:31:43 +01:00
kub
dca20effa2 platforms, revisit Pico ptr handling 2024-01-13 12:09:16 +01:00
kub
0f1b9bccc0 sdl, improve redraw in file selector 2023-12-03 14:50:51 +01:00
kub
d818246c51 handle "Mega Drive" naming consistently 2023-10-26 18:42:25 +00:00
kub
1a9da199e8 platform, revisit menu, add option profiles 2023-09-01 23:02:43 +00:00
kub
f3c2f81e89 platform, menu revision 2023-07-20 20:25:59 +00:00
kub
3a77090514 build, add ASAN, some CFLAGS changes, add revision 2023-05-02 20:19:18 +00:00
kub
e5a1d4c5f1 sms, cleanup, add missing tms palette to gp2x 2023-03-07 21:57:33 +00:00
kub
cab84f29e5 core, preparations for sc-3000 support 2023-02-18 20:57:16 +00:00
kub
db8af214be generic, fix debug menu rendering 2022-10-12 21:23:49 +00:00
kub
96948bdfc8 sms, add fast renderer, remove 1st column (8 px) if blanked 2022-09-25 10:03:06 +00:00
kub
23e4719638 generic ui, add basic GLES support 2022-09-17 07:25:17 +00:00
kub
7c6f79147b sms, add xor 4x8k mapper 2022-09-14 19:33:02 +00:00
kub
6ce10a4308 core+platforms, harmonise supported extensions 2022-09-14 19:30:32 +00:00
kub
192ab01579 core, improve extension handling 2022-04-19 23:18:56 +02:00
kub
68a950875c sound, add FM filtering 2022-04-19 23:18:56 +02:00
kub
21e0cd52e6 ui, revisit menu 2022-04-19 23:18:56 +02:00
kub
a990d9c434 ui, revisit menu 2022-04-09 22:30:44 +02:00
kub
a987b67801 sound, fix config save/load for native quality mode 2022-03-31 22:11:05 +00:00
kub
882f697ad4 sound, add native rate mode, change resampling 2022-03-31 19:51:03 +02:00
kub
f8aaa200cf platform sdl, preliminary window resizing fixes
picodrive doesn't handle resize events, so it's not really working :-/
it however uncovered some bugs and strange behaviour, though
2022-03-06 18:39:46 +00: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
74bd70403b platform sdl, add config file option for fullscreen 2022-02-22 20:40:34 +00:00
kub
1d5885dd84 core, linux+libretro, multiplayer adaptor support 2022-01-26 19:41:19 +00:00
kub
23cd73bc8f sound, fix ym2612 ladder effect, add option 2021-11-19 21:01:50 +01:00
kub
8794ba5c8d sound, add ym2612 channel clipping, ladder effect 2021-11-17 22:32:04 +01:00
kub
404af43ddc release 1.99 2021-11-14 21:17:58 +01:00
kub
f9ea940fb5 sms, improved mapper support (more, menu option) 2021-10-28 21:52:44 +02:00
kub
1ffc8b84f1 sms, revisit FM settings
setting moved to SMS section, default off since it crashes some games
2021-10-21 20:45:43 +02:00
kub
02d250c709 sms, fix system setting on config file reading 2021-10-20 21:33:15 +02:00
kub
280bfc3ca7 sms, add system select option 2021-10-19 23:24:06 +02:00
kub
466fa07953 sms, basic gamegear support 2021-10-14 23:08:17 +02:00
kub
1106272c84 ui, scaling in sdl window mode (ATM hidden) 2021-05-06 22:19:38 +02:00
kub
a6204821d5 ui, revised menu 2021-03-26 22:52:07 +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
4e0fca8142 ui, fix for gfx save/load menu bg (menubg_src != screen) 2021-01-20 19:41:14 +01:00
kub
df6d9f93fe ui, fix battery display for platforms with screen != menuscreen 2021-01-15 15:11:25 +01:00
kub
6c5784f07f partially revived platform support for PSP (unfinished) #2
scaling, release generation, fixes
still not planning to make this officially supported.
2021-01-13 22:26:41 +01:00
kub
cdc6aac4c0 partially revived platform support for PSP (unfinished)
just to have a platform with an unusal screen resolution
- suspend/resume handling probably non-working
- no scaling settings
- no image generation
currently no intentions to finish this.
2021-01-10 12:13:56 +01:00
kub
f821bb7011 core, structural cleanup, fixes and improvements for type issues #2 2021-01-01 12:44:02 +01:00
kub
758abbebc2 ui, fix sdl flickering and status lines artifact issues 2020-10-07 20:18:37 +02:00
kub
bebe75ddc8 update author info 2020-09-18 00:26:34 +02:00