notaz [Sat, 1 Mar 2025 21:22:52 +0000 (23:22 +0200)]
s3k_ss, s3d_dd kinda works
notaz [Wed, 5 Feb 2025 21:00:21 +0000 (23:00 +0200)]
s3k ssz kinda ok
notaz [Sun, 2 Feb 2025 23:15:44 +0000 (01:15 +0200)]
something works
also need to reduce libpicofe delay:
diff --git a/sndout_sdl.c b/sndout_sdl.c
index
c0c57ab..
ec99abe 100644
--- a/sndout_sdl.c
+++ b/sndout_sdl.c
@@ -14,7 +14,7 @@
// ~1/3s at 44kHz
// set this to power of 2
-#define BUF_LEN 32768
+#define BUF_LEN (4*1024) //32768
#define BUF_MASK (BUF_LEN - 1)
static short buf[BUF_LEN];
kub [Wed, 19 Feb 2025 19:27:23 +0000 (20:27 +0100)]
sdl, fix some obscure scaling and aspect ratio bugs
kub [Wed, 19 Feb 2025 19:17:32 +0000 (20:17 +0100)]
core vdp, fix crash in VSRAM rendering
real fix, replacing the kluge in
059e2e3
kub [Mon, 17 Feb 2025 22:07:12 +0000 (23:07 +0100)]
platform, physical kbd only for sdl
kub [Mon, 17 Feb 2025 22:04:59 +0000 (23:04 +0100)]
core vdp, fix s/h handling for layer window
kub [Mon, 17 Feb 2025 22:41:52 +0000 (23:41 +0100)]
platform ps2, improve pad detection
kub [Sun, 16 Feb 2025 20:10:24 +0000 (21:10 +0100)]
core vdp, fix palette in layer A window rendering
kub [Sat, 15 Feb 2025 21:20:56 +0000 (22:20 +0100)]
release 2.03
kub [Sat, 15 Feb 2025 18:00:00 +0000 (19:00 +0100)]
platform, fix some minor kbd issues
kub [Sat, 15 Feb 2025 15:22:32 +0000 (16:22 +0100)]
platform sdl, add window size option
kub [Wed, 12 Feb 2025 23:13:27 +0000 (00:13 +0100)]
update readme files
kub [Sun, 9 Feb 2025 18:49:45 +0000 (19:49 +0100)]
sdl, improve handling of window resizing
kub [Sat, 8 Feb 2025 16:36:13 +0000 (17:36 +0100)]
32x, fix regression for fastest renderer
kub [Thu, 6 Feb 2025 20:50:44 +0000 (21:50 +0100)]
sms, minor fix for SC-3000
kub [Thu, 6 Feb 2025 20:42:14 +0000 (21:42 +0100)]
32x, partially render screen if mid-frame vdp/palette changes
kub [Wed, 5 Feb 2025 21:32:28 +0000 (22:32 +0100)]
update readme for kbd+tape
kub [Wed, 5 Feb 2025 19:33:56 +0000 (20:33 +0100)]
platform, add test menu for SC-3000 tape saving
kub [Tue, 4 Feb 2025 21:01:18 +0000 (22:01 +0100)]
sound, minor FM filter improvements
kub [Tue, 4 Feb 2025 20:59:08 +0000 (21:59 +0100)]
sdl, some minor fixes
kub [Tue, 4 Feb 2025 20:57:42 +0000 (21:57 +0100)]
platform, virtual keyboard improvements
kub [Tue, 4 Feb 2025 20:55:07 +0000 (21:55 +0100)]
32x, minor timer optimization
kub [Tue, 4 Feb 2025 20:52:57 +0000 (21:52 +0100)]
libretro, fix cart sram handling for MSU/MD+ cartridges
kub [Tue, 4 Feb 2025 20:45:54 +0000 (21:45 +0100)]
mcd, make audio/binary track type handling more locally
kub [Fri, 31 Jan 2025 20:00:56 +0000 (21:00 +0100)]
core vdp, fix crash in VSRAM rendering
LilaQ [Sun, 2 Feb 2025 22:03:22 +0000 (23:03 +0100)]
- quick adjustment (replacing Select with Y, instead of just adding Y)
LilaQ [Sun, 2 Feb 2025 21:12:32 +0000 (22:12 +0100)]
- fix for "Pen on Storyware", which would ignore any remaps, and just stay hardcoded on RShift on keyboard and / or Select on XInput
kub [Sun, 2 Feb 2025 22:09:23 +0000 (23:09 +0100)]
sms, small improvement for tape write
kub [Sat, 1 Feb 2025 10:46:02 +0000 (11:46 +0100)]
sms, add SC-3000 lower layers for tape writing suppurt (wav, bit)
no UI, as there's currently no possibility to enter file names in libpicofe
kub [Thu, 30 Jan 2025 20:28:45 +0000 (21:28 +0100)]
sms, add SC-3000 tape support
kub [Sat, 25 Jan 2025 19:28:21 +0000 (20:28 +0100)]
build, upload artifact libretro-linux
kub [Sat, 25 Jan 2025 18:58:47 +0000 (19:58 +0100)]
mcd, fix MD+ playing binary track as audio
kub [Fri, 24 Jan 2025 08:58:26 +0000 (09:58 +0100)]
platform, fix kbd config save/load
kub [Thu, 23 Jan 2025 20:58:44 +0000 (21:58 +0100)]
platform, fix no cart sram for MSU/MD+ cartridges
kub [Thu, 23 Jan 2025 20:25:15 +0000 (21:25 +0100)]
libretro, fix crash wenn loading CD on non-CD system
kub [Thu, 23 Jan 2025 20:09:06 +0000 (21:09 +0100)]
platform, merge keyboard config into one option
Francisco Javier Trujillo Mata [Wed, 22 Jan 2025 21:44:49 +0000 (22:44 +0100)]
Improve timer functions
Francisco Javier Trujillo Mata [Wed, 22 Jan 2025 20:15:34 +0000 (21:15 +0100)]
Remove timer hacks
kub [Wed, 22 Jan 2025 21:02:38 +0000 (22:02 +0100)]
mcd, fix md+ not looping when cd drive unused
kub [Tue, 21 Jan 2025 21:25:59 +0000 (22:25 +0100)]
platform, add virtual keyboard support
kub [Wed, 15 Jan 2025 21:04:21 +0000 (22:04 +0100)]
platform, fixes for compiling with keyboard
kub [Wed, 15 Jan 2025 19:15:31 +0000 (20:15 +0100)]
platform, keyboard improvements
kub [Mon, 13 Jan 2025 21:51:17 +0000 (22:51 +0100)]
platform, improve keyboard menu
kub [Mon, 13 Jan 2025 17:52:13 +0000 (18:52 +0100)]
core, generalise keyboard handling
kub [Sat, 11 Jan 2025 16:08:43 +0000 (17:08 +0100)]
sms, sc-3000 keyboard support (WIP)
kub [Thu, 9 Jan 2025 23:00:58 +0000 (00:00 +0100)]
pico, add barebone logic for keyboard config
kub [Tue, 7 Jan 2025 22:25:28 +0000 (23:25 +0100)]
pico, revisit kbd handling
qufb [Sat, 3 Sep 2022 20:50:47 +0000 (21:50 +0100)]
Fix test page input for Keyboard Pico games
qufb [Wed, 29 Jun 2022 22:00:04 +0000 (23:00 +0100)]
Fix key up for typematic
qufb [Mon, 27 Jun 2022 21:54:43 +0000 (22:54 +0100)]
Add support for Pico Keyboard
Francisco Javier Trujillo Mata [Mon, 13 Jan 2025 19:24:46 +0000 (20:24 +0100)]
fix VSync
kub [Thu, 2 Jan 2025 22:39:04 +0000 (23:39 +0100)]
sms, fix sprite table address in TMS modes
kub [Mon, 30 Dec 2024 15:35:50 +0000 (16:35 +0100)]
32x, take over sh2 cycles setting in-game
kub [Sun, 29 Dec 2024 10:29:20 +0000 (11:29 +0100)]
release 2.02
kub [Sun, 29 Dec 2024 10:27:57 +0000 (11:27 +0100)]
32x, take over sh2 cycles setting in-game
kub [Sun, 29 Dec 2024 10:25:53 +0000 (11:25 +0100)]
libretro, fix arch detection
notaz [Sun, 29 Dec 2024 00:22:22 +0000 (02:22 +0200)]
sh2soc: wdt: fix missing overflow, wrong multiplier
notaz/picodrive#162
kub [Mon, 23 Dec 2024 11:17:51 +0000 (12:17 +0100)]
core 68k, fix cyclone code execution from overlaid rom (sram/megasd)
kub [Fri, 20 Dec 2024 11:04:54 +0000 (12:04 +0100)]
mcd, some fixes for msu/md+
kub [Fri, 20 Dec 2024 11:01:59 +0000 (12:01 +0100)]
mcd, minor fixes
kub [Mon, 16 Dec 2024 19:52:23 +0000 (20:52 +0100)]
mcd, fix cdd delayed commands while in seek latency wait
kub [Mon, 16 Dec 2024 19:51:14 +0000 (20:51 +0100)]
mcd, fix rom access in MD+ page
kub [Fri, 13 Dec 2024 08:21:37 +0000 (09:21 +0100)]
build, fix PWD usage in Makefile
kub [Wed, 11 Dec 2024 20:38:21 +0000 (21:38 +0100)]
libretro, update common
kub [Fri, 6 Dec 2024 23:01:39 +0000 (00:01 +0100)]
mcd, decouple MD+ audio playing from CD drive
fixes CDDA audio in Doom CD32X Fusion
kub [Fri, 25 Oct 2024 16:37:20 +0000 (18:37 +0200)]
sms, map 3D glasses to 2D
kub [Sun, 20 Oct 2024 15:40:52 +0000 (17:40 +0200)]
mcd, fix data track for MSU/MD+
kub [Fri, 18 Oct 2024 21:17:39 +0000 (23:17 +0200)]
libretro, fix regression (missing return)
kub [Thu, 17 Oct 2024 21:13:32 +0000 (23:13 +0200)]
release 2.01
kub [Tue, 15 Oct 2024 22:28:02 +0000 (00:28 +0200)]
platform ps2+psp, fix crash in save/load state menu
kub [Sun, 13 Oct 2024 18:00:46 +0000 (20:00 +0200)]
platform ps2, basic support for multitap
kub [Sun, 13 Oct 2024 06:46:01 +0000 (08:46 +0200)]
core, some support for j-cart
kub [Sun, 13 Oct 2024 18:08:33 +0000 (20:08 +0200)]
platform ps2+psp, fix display out of sync on hotkey save/load
kub [Sun, 13 Oct 2024 18:10:00 +0000 (20:10 +0200)]
platform ps2+psp, fix audio overrun when rate != 44.1KHz
kub [Tue, 1 Oct 2024 19:37:37 +0000 (21:37 +0200)]
mcd, fix save state regression (hint vector)
kub [Mon, 30 Sep 2024 20:08:41 +0000 (22:08 +0200)]
mcd, add a hack for d32xr
kub [Sat, 28 Sep 2024 16:54:42 +0000 (18:54 +0200)]
core, arm assembly version for md+
kub [Sat, 28 Sep 2024 07:19:40 +0000 (09:19 +0200)]
mcd, fix regression when reloading
kub [Fri, 27 Sep 2024 07:16:50 +0000 (09:16 +0200)]
mcd, fix crash if no bios with msu
kub [Thu, 26 Sep 2024 21:21:28 +0000 (23:21 +0200)]
core, mode 1 support
kub [Wed, 25 Sep 2024 18:09:58 +0000 (20:09 +0200)]
core, add save/load for md+
kub [Tue, 24 Sep 2024 20:02:54 +0000 (22:02 +0200)]
core, add md+ cue file extensions
kub [Mon, 23 Sep 2024 20:17:05 +0000 (22:17 +0200)]
core, improve md+ (add ssf2, mirror, looping)
kub [Sat, 21 Sep 2024 20:28:02 +0000 (22:28 +0200)]
core, basic md+ support
like msu-md. loading a .cue file will look for a cartridge image with
the same basename and an extension of "gen", "smd", "md", "32x".
kub [Tue, 17 Sep 2024 22:17:45 +0000 (00:17 +0200)]
mcd, fixes and improvements for mcd-verificator
kub [Tue, 10 Sep 2024 21:07:20 +0000 (23:07 +0200)]
platform, add resize handling and integer scaling for sdl window mode
kub [Tue, 10 Sep 2024 20:58:16 +0000 (22:58 +0200)]
sdl, improve window resize handling
kub [Thu, 5 Sep 2024 19:35:36 +0000 (21:35 +0200)]
build, add windows (very experimental)
kub [Fri, 6 Sep 2024 09:42:51 +0000 (11:42 +0200)]
build, fix miyoo packaging
Francisco Javier Trujillo Mata [Thu, 5 Sep 2024 22:49:52 +0000 (00:49 +0200)]
Fix GCC 14 compilation
kub [Thu, 5 Sep 2024 21:07:30 +0000 (23:07 +0200)]
core, timing fixes
kub [Tue, 3 Sep 2024 20:47:38 +0000 (22:47 +0200)]
core, timing fixes
kub [Tue, 3 Sep 2024 20:44:09 +0000 (22:44 +0200)]
md, add more unlicensed
kub [Thu, 8 Aug 2024 20:33:42 +0000 (22:33 +0200)]
core vdp, some restructuring (layer/window drawing)
kub [Thu, 8 Aug 2024 20:32:28 +0000 (22:32 +0200)]
core vdp, fix rendering (layer/window high prio)
kub [Thu, 1 Aug 2024 18:27:37 +0000 (20:27 +0200)]
platform ps2, some support for 2nd controller
kub [Wed, 31 Jul 2024 21:24:30 +0000 (23:24 +0200)]
core, fix copy-paste bug (vcounter in im2)
kub [Sun, 21 Jul 2024 14:33:07 +0000 (16:33 +0200)]
platform ps2, handle audio similar to psp
kub [Fri, 19 Jul 2024 17:21:26 +0000 (19:21 +0200)]
release 2.00