Commit graph

1630 commits

Author SHA1 Message Date
kub
54f74b8100 sdl, limited redraw event processing for sdl window and overlay modes
improves window resizing within the limits of libpicofe. Proper
windowing support would need a redesign.
2022-10-01 08:40:29 +00:00
kub
a2d1369cb5 psp, enable using new pspdev, fix some bugs 2022-09-29 23:24:43 +00:00
cmitu
0e67fb6011 configure: fix mcpu compiler parameter for RPI targets 2022-09-28 21:57:03 +02:00
kub
4182483ea2 sms, fix center tms text mode (mode 1) 2022-09-28 18:53:27 +00:00
kub
c05ec65ef1 gp2x, small optimization 2022-09-28 18:52:26 +00:00
kub
12ffc46933 platform, fix emu loop timing for vsync enabled 2022-09-28 18:51:19 +00:00
kub
a1ef15a783 platform sdl, fix screen clearing if line pitch isn't width 2022-09-28 18:46:32 +00:00
kub
6370b1d401 psp, more fps, improve sms/gg scaling 2022-09-28 18:43:33 +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
f9b966dec6 mcd, fix gfx (32x32 stamp) 2022-09-14 19:30:32 +00:00
kub
6ce10a4308 core+platforms, harmonise supported extensions 2022-09-14 19:30:32 +00:00
kub
2ec448a8ce sound, fix ym2413 fm sound load/save 2022-05-11 00:18:47 +02:00
kub
732c328c41 z80, fix drz80 save (regression) 2022-05-09 23:14:40 +02:00
kub
56e0b86559 core vdp, fix out-of-bounds vram access for save/load 2022-05-09 21:59:52 +02:00
kub
7c16d1357b sms, fix mappers (save/load for sega, korea, 8kbram) 2022-05-09 21:59:52 +02:00
kub
46cbe781eb z80, improve cz80+drz80 compatibility 2022-05-04 20:27:44 +02:00
kub
5711398c4a z80: fix AF pop+push in DrZ80 (F bits 3+5 stack value unchanged) 2022-05-01 23:56:04 +02:00
kub
e1e8ca17be md, reworked cart protection handling, added some unlicensed 2022-04-30 14:07:58 +02:00
kub
27b26d0478 sound, minor FM filtering optimization 2022-04-30 14:04:28 +02:00
kub
72c2a04a9d core vdp, fix status reading synchronisation 2022-04-22 20:50:20 +02:00
kub
364be97d1b ui, fix skin for opendingux+linux 2022-04-20 19:26:16 +02: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
45d0add214 ui, fix generic skin 2022-04-19 23:18:56 +02:00
kub
b4c25401da sh2 drc, improve cycle resolution for poll detection 2022-04-19 23:18:56 +02: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
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
Vladimir Serbinenko
f1e31ac6d4 Add missing pico init in case of successful autodetect 2022-04-09 22:10:43 +02:00
kub
47e73a93a4 libretro, fix compilation for unix armv7 2022-04-09 21:55:30 +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
a987b67801 sound, fix config save/load for native quality mode 2022-03-31 22:11:05 +00:00
kub
e2e2b6ad1b sound, prepare FM filtering 2022-03-31 19:51:15 +02:00
kub
882f697ad4 sound, add native rate mode, change resampling 2022-03-31 19:51:03 +02:00
kub
d26d4c2965 build, add miyoo to release script 2022-03-11 21:15:35 +00:00
kub
f591b83785 core vdp, minor fifo write optimisation 2022-03-08 09:46:57 +00:00
jSTE0
f507a70379 platform: Add miyoo support
Add support for the miyoo platform, another SDL-based platform with a
small cache CPU and its own input mappings.
2022-03-06 23:06:23 +01: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
e48f3f2795 sms, some minor fixes and additions for sg-1000 2022-03-01 21:07:21 +00:00
kub
df6c895c5c sms, add sg-1000 support 2022-02-28 21:45:50 +00:00
kub
216c9f17fa sms, add sg-1000 on-cart RAM mapping 2022-02-27 11:12:15 +00:00
kub
3611781e65 sms, autodetection for sg-1000 ram extension 2022-02-27 09:57: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
22917adcff sms, add missing TMS VDP modes 2022-02-26 09:41:38 +00:00
kub
da64996b0d update libpicofe 2022-02-22 22:31:01 +00:00