picodrive.git
4 weeks agos3k_ss, s3d_dd kinda works midi
notaz [Sat, 1 Mar 2025 21:22:52 +0000 (23:22 +0200)]
s3k_ss, s3d_dd kinda works

6 weeks agos3k ssz kinda ok
notaz [Wed, 5 Feb 2025 21:00:21 +0000 (23:00 +0200)]
s3k ssz kinda ok

6 weeks agosomething works
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];

6 weeks agosdl, fix some obscure scaling and aspect ratio bugs
kub [Wed, 19 Feb 2025 19:27:23 +0000 (20:27 +0100)]
sdl, fix some obscure scaling and aspect ratio bugs

6 weeks agocore vdp, fix crash in VSRAM rendering
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

6 weeks agoplatform, physical kbd only for sdl
kub [Mon, 17 Feb 2025 22:07:12 +0000 (23:07 +0100)]
platform, physical kbd only for sdl

6 weeks agocore vdp, fix s/h handling for layer window
kub [Mon, 17 Feb 2025 22:04:59 +0000 (23:04 +0100)]
core vdp, fix s/h handling for layer window

6 weeks agoplatform ps2, improve pad detection
kub [Mon, 17 Feb 2025 22:41:52 +0000 (23:41 +0100)]
platform ps2, improve pad detection

6 weeks agocore vdp, fix palette in layer A window rendering
kub [Sun, 16 Feb 2025 20:10:24 +0000 (21:10 +0100)]
core vdp, fix palette in layer A window rendering

6 weeks agorelease 2.03
kub [Sat, 15 Feb 2025 21:20:56 +0000 (22:20 +0100)]
release 2.03

6 weeks agoplatform, fix some minor kbd issues
kub [Sat, 15 Feb 2025 18:00:00 +0000 (19:00 +0100)]
platform, fix some minor kbd issues

6 weeks agoplatform sdl, add window size option
kub [Sat, 15 Feb 2025 15:22:32 +0000 (16:22 +0100)]
platform sdl, add window size option

7 weeks agoupdate readme files
kub [Wed, 12 Feb 2025 23:13:27 +0000 (00:13 +0100)]
update readme files

7 weeks agosdl, improve handling of window resizing
kub [Sun, 9 Feb 2025 18:49:45 +0000 (19:49 +0100)]
sdl, improve handling of window resizing

7 weeks ago32x, fix regression for fastest renderer
kub [Sat, 8 Feb 2025 16:36:13 +0000 (17:36 +0100)]
32x, fix regression for fastest renderer

7 weeks agosms, minor fix for SC-3000
kub [Thu, 6 Feb 2025 20:50:44 +0000 (21:50 +0100)]
sms, minor fix for SC-3000

7 weeks ago32x, partially render screen if mid-frame vdp/palette changes
kub [Thu, 6 Feb 2025 20:42:14 +0000 (21:42 +0100)]
32x, partially render screen if mid-frame vdp/palette changes

8 weeks agoupdate readme for kbd+tape
kub [Wed, 5 Feb 2025 21:32:28 +0000 (22:32 +0100)]
update readme for kbd+tape

8 weeks agoplatform, add test menu for SC-3000 tape saving
kub [Wed, 5 Feb 2025 19:33:56 +0000 (20:33 +0100)]
platform, add test menu for SC-3000 tape saving

8 weeks agosound, minor FM filter improvements
kub [Tue, 4 Feb 2025 21:01:18 +0000 (22:01 +0100)]
sound, minor FM filter improvements

8 weeks agosdl, some minor fixes
kub [Tue, 4 Feb 2025 20:59:08 +0000 (21:59 +0100)]
sdl, some minor fixes

8 weeks agoplatform, virtual keyboard improvements
kub [Tue, 4 Feb 2025 20:57:42 +0000 (21:57 +0100)]
platform, virtual keyboard improvements

8 weeks ago32x, minor timer optimization
kub [Tue, 4 Feb 2025 20:55:07 +0000 (21:55 +0100)]
32x, minor timer optimization

8 weeks agolibretro, fix cart sram handling for MSU/MD+ cartridges
kub [Tue, 4 Feb 2025 20:52:57 +0000 (21:52 +0100)]
libretro, fix cart sram handling for MSU/MD+ cartridges

8 weeks agomcd, make audio/binary track type handling more locally
kub [Tue, 4 Feb 2025 20:45:54 +0000 (21:45 +0100)]
mcd, make audio/binary track type handling more locally

8 weeks agocore vdp, fix crash in VSRAM rendering
kub [Fri, 31 Jan 2025 20:00:56 +0000 (21:00 +0100)]
core vdp, fix crash in VSRAM rendering

8 weeks ago- quick adjustment (replacing Select with Y, instead of just adding Y)
LilaQ [Sun, 2 Feb 2025 22:03:22 +0000 (23:03 +0100)]
- quick adjustment (replacing Select with Y, instead of just adding Y)

8 weeks ago- fix for "Pen on Storyware", which would ignore any remaps, and just stay hardcoded...
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

8 weeks agosms, small improvement for tape write
kub [Sun, 2 Feb 2025 22:09:23 +0000 (23:09 +0100)]
sms, small improvement for tape write

2 months agosms, add SC-3000 lower layers for tape writing suppurt (wav, bit)
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

2 months agosms, add SC-3000 tape support
kub [Thu, 30 Jan 2025 20:28:45 +0000 (21:28 +0100)]
sms, add SC-3000 tape support

2 months agobuild, upload artifact libretro-linux
kub [Sat, 25 Jan 2025 19:28:21 +0000 (20:28 +0100)]
build, upload artifact libretro-linux

2 months agomcd, fix MD+ playing binary track as audio
kub [Sat, 25 Jan 2025 18:58:47 +0000 (19:58 +0100)]
mcd, fix MD+ playing binary track as audio

2 months agoplatform, fix kbd config save/load
kub [Fri, 24 Jan 2025 08:58:26 +0000 (09:58 +0100)]
platform, fix kbd config save/load

2 months agoplatform, fix no cart sram for MSU/MD+ cartridges
kub [Thu, 23 Jan 2025 20:58:44 +0000 (21:58 +0100)]
platform, fix no cart sram for MSU/MD+ cartridges

2 months agolibretro, fix crash wenn loading CD on non-CD system
kub [Thu, 23 Jan 2025 20:25:15 +0000 (21:25 +0100)]
libretro, fix crash wenn loading CD on non-CD system

2 months agoplatform, merge keyboard config into one option
kub [Thu, 23 Jan 2025 20:09:06 +0000 (21:09 +0100)]
platform, merge keyboard config into one option

2 months agoImprove timer functions
Francisco Javier Trujillo Mata [Wed, 22 Jan 2025 21:44:49 +0000 (22:44 +0100)]
Improve timer functions

2 months agoRemove timer hacks
Francisco Javier Trujillo Mata [Wed, 22 Jan 2025 20:15:34 +0000 (21:15 +0100)]
Remove timer hacks

2 months agomcd, fix md+ not looping when cd drive unused
kub [Wed, 22 Jan 2025 21:02:38 +0000 (22:02 +0100)]
mcd, fix md+ not looping when cd drive unused

2 months agoplatform, add virtual keyboard support
kub [Tue, 21 Jan 2025 21:25:59 +0000 (22:25 +0100)]
platform, add virtual keyboard support

2 months agoplatform, fixes for compiling with keyboard
kub [Wed, 15 Jan 2025 21:04:21 +0000 (22:04 +0100)]
platform, fixes for compiling with keyboard

2 months agoplatform, keyboard improvements
kub [Wed, 15 Jan 2025 19:15:31 +0000 (20:15 +0100)]
platform, keyboard improvements

2 months agoplatform, improve keyboard menu
kub [Mon, 13 Jan 2025 21:51:17 +0000 (22:51 +0100)]
platform, improve keyboard menu

2 months agocore, generalise keyboard handling
kub [Mon, 13 Jan 2025 17:52:13 +0000 (18:52 +0100)]
core, generalise keyboard handling

2 months agosms, sc-3000 keyboard support (WIP)
kub [Sat, 11 Jan 2025 16:08:43 +0000 (17:08 +0100)]
sms, sc-3000 keyboard support (WIP)

2 months agopico, add barebone logic for keyboard config
kub [Thu, 9 Jan 2025 23:00:58 +0000 (00:00 +0100)]
pico, add barebone logic for keyboard config

2 months agopico, revisit kbd handling
kub [Tue, 7 Jan 2025 22:25:28 +0000 (23:25 +0100)]
pico, revisit kbd handling

2 months agoFix test page input for Keyboard Pico games
qufb [Sat, 3 Sep 2022 20:50:47 +0000 (21:50 +0100)]
Fix test page input for Keyboard Pico games

2 months agoFix key up for typematic
qufb [Wed, 29 Jun 2022 22:00:04 +0000 (23:00 +0100)]
Fix key up for typematic

2 months agoAdd support for Pico Keyboard
qufb [Mon, 27 Jun 2022 21:54:43 +0000 (22:54 +0100)]
Add support for Pico Keyboard

2 months agofix VSync
Francisco Javier Trujillo Mata [Mon, 13 Jan 2025 19:24:46 +0000 (20:24 +0100)]
fix VSync

2 months agosms, fix sprite table address in TMS modes
kub [Thu, 2 Jan 2025 22:39:04 +0000 (23:39 +0100)]
sms, fix sprite table address in TMS modes

3 months ago32x, take over sh2 cycles setting in-game
kub [Mon, 30 Dec 2024 15:35:50 +0000 (16:35 +0100)]
32x, take over sh2 cycles setting in-game

3 months agorelease 2.02
kub [Sun, 29 Dec 2024 10:29:20 +0000 (11:29 +0100)]
release 2.02

3 months ago32x, take over sh2 cycles setting in-game
kub [Sun, 29 Dec 2024 10:27:57 +0000 (11:27 +0100)]
32x, take over sh2 cycles setting in-game

3 months agolibretro, fix arch detection
kub [Sun, 29 Dec 2024 10:25:53 +0000 (11:25 +0100)]
libretro, fix arch detection

3 months agosh2soc: wdt: fix missing overflow, wrong multiplier
notaz [Sun, 29 Dec 2024 00:22:22 +0000 (02:22 +0200)]
sh2soc: wdt: fix missing overflow, wrong multiplier

notaz/picodrive#162

3 months agocore 68k, fix cyclone code execution from overlaid rom (sram/megasd)
kub [Mon, 23 Dec 2024 11:17:51 +0000 (12:17 +0100)]
core 68k, fix cyclone code execution from overlaid rom (sram/megasd)

3 months agomcd, some fixes for msu/md+
kub [Fri, 20 Dec 2024 11:04:54 +0000 (12:04 +0100)]
mcd, some fixes for msu/md+

3 months agomcd, minor fixes
kub [Fri, 20 Dec 2024 11:01:59 +0000 (12:01 +0100)]
mcd, minor fixes

3 months agomcd, fix cdd delayed commands while in seek latency wait
kub [Mon, 16 Dec 2024 19:52:23 +0000 (20:52 +0100)]
mcd, fix cdd delayed commands while in seek latency wait

3 months agomcd, fix rom access in MD+ page
kub [Mon, 16 Dec 2024 19:51:14 +0000 (20:51 +0100)]
mcd, fix rom access in MD+ page

3 months agobuild, fix PWD usage in Makefile
kub [Fri, 13 Dec 2024 08:21:37 +0000 (09:21 +0100)]
build, fix PWD usage in Makefile

3 months agolibretro, update common
kub [Wed, 11 Dec 2024 20:38:21 +0000 (21:38 +0100)]
libretro, update common

3 months agomcd, decouple MD+ audio playing from CD drive
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

5 months agosms, map 3D glasses to 2D
kub [Fri, 25 Oct 2024 16:37:20 +0000 (18:37 +0200)]
sms, map 3D glasses to 2D

5 months agomcd, fix data track for MSU/MD+
kub [Sun, 20 Oct 2024 15:40:52 +0000 (17:40 +0200)]
mcd, fix data track for MSU/MD+

5 months agolibretro, fix regression (missing return)
kub [Fri, 18 Oct 2024 21:17:39 +0000 (23:17 +0200)]
libretro, fix regression (missing return)

5 months agorelease 2.01
kub [Thu, 17 Oct 2024 21:13:32 +0000 (23:13 +0200)]
release 2.01

5 months agoplatform ps2+psp, fix crash in save/load state menu
kub [Tue, 15 Oct 2024 22:28:02 +0000 (00:28 +0200)]
platform ps2+psp, fix crash in save/load state menu

5 months agoplatform ps2, basic support for multitap
kub [Sun, 13 Oct 2024 18:00:46 +0000 (20:00 +0200)]
platform ps2, basic support for multitap

5 months agocore, some support for j-cart
kub [Sun, 13 Oct 2024 06:46:01 +0000 (08:46 +0200)]
core, some support for j-cart

5 months agoplatform ps2+psp, fix display out of sync on hotkey save/load
kub [Sun, 13 Oct 2024 18:08:33 +0000 (20:08 +0200)]
platform ps2+psp, fix display out of sync on hotkey save/load

5 months agoplatform ps2+psp, fix audio overrun when rate != 44.1KHz
kub [Sun, 13 Oct 2024 18:10:00 +0000 (20:10 +0200)]
platform ps2+psp, fix audio overrun when rate != 44.1KHz

6 months agomcd, fix save state regression (hint vector)
kub [Tue, 1 Oct 2024 19:37:37 +0000 (21:37 +0200)]
mcd, fix save state regression (hint vector)

6 months agomcd, add a hack for d32xr
kub [Mon, 30 Sep 2024 20:08:41 +0000 (22:08 +0200)]
mcd, add a hack for d32xr

6 months agocore, arm assembly version for md+
kub [Sat, 28 Sep 2024 16:54:42 +0000 (18:54 +0200)]
core, arm assembly version for md+

6 months agomcd, fix regression when reloading
kub [Sat, 28 Sep 2024 07:19:40 +0000 (09:19 +0200)]
mcd, fix regression when reloading

6 months agomcd, fix crash if no bios with msu
kub [Fri, 27 Sep 2024 07:16:50 +0000 (09:16 +0200)]
mcd, fix crash if no bios with msu

6 months agocore, mode 1 support
kub [Thu, 26 Sep 2024 21:21:28 +0000 (23:21 +0200)]
core, mode 1 support

6 months agocore, add save/load for md+
kub [Wed, 25 Sep 2024 18:09:58 +0000 (20:09 +0200)]
core, add save/load for md+

6 months agocore, add md+ cue file extensions
kub [Tue, 24 Sep 2024 20:02:54 +0000 (22:02 +0200)]
core, add md+ cue file extensions

6 months agocore, improve md+ (add ssf2, mirror, looping)
kub [Mon, 23 Sep 2024 20:17:05 +0000 (22:17 +0200)]
core, improve md+ (add ssf2, mirror, looping)

6 months agocore, basic md+ support
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".

6 months agomcd, fixes and improvements for mcd-verificator
kub [Tue, 17 Sep 2024 22:17:45 +0000 (00:17 +0200)]
mcd, fixes and improvements for mcd-verificator

6 months agoplatform, add resize handling and integer scaling for sdl window mode
kub [Tue, 10 Sep 2024 21:07:20 +0000 (23:07 +0200)]
platform, add resize handling and integer scaling for sdl window mode

6 months agosdl, improve window resize handling
kub [Tue, 10 Sep 2024 20:58:16 +0000 (22:58 +0200)]
sdl, improve window resize handling

6 months agobuild, add windows (very experimental)
kub [Thu, 5 Sep 2024 19:35:36 +0000 (21:35 +0200)]
build, add windows (very experimental)

6 months agobuild, fix miyoo packaging
kub [Fri, 6 Sep 2024 09:42:51 +0000 (11:42 +0200)]
build, fix miyoo packaging

6 months agoFix GCC 14 compilation
Francisco Javier Trujillo Mata [Thu, 5 Sep 2024 22:49:52 +0000 (00:49 +0200)]
Fix GCC 14 compilation

6 months agocore, timing fixes
kub [Thu, 5 Sep 2024 21:07:30 +0000 (23:07 +0200)]
core, timing fixes

6 months agocore, timing fixes
kub [Tue, 3 Sep 2024 20:47:38 +0000 (22:47 +0200)]
core, timing fixes

6 months agomd, add more unlicensed
kub [Tue, 3 Sep 2024 20:44:09 +0000 (22:44 +0200)]
md, add more unlicensed

7 months agocore vdp, some restructuring (layer/window drawing)
kub [Thu, 8 Aug 2024 20:33:42 +0000 (22:33 +0200)]
core vdp, some restructuring (layer/window drawing)

7 months agocore vdp, fix rendering (layer/window high prio)
kub [Thu, 8 Aug 2024 20:32:28 +0000 (22:32 +0200)]
core vdp, fix rendering (layer/window high prio)

8 months agoplatform ps2, some support for 2nd controller
kub [Thu, 1 Aug 2024 18:27:37 +0000 (20:27 +0200)]
platform ps2, some support for 2nd controller

8 months agocore, fix copy-paste bug (vcounter in im2)
kub [Wed, 31 Jul 2024 21:24:30 +0000 (23:24 +0200)]
core, fix copy-paste bug (vcounter in im2)

8 months agoplatform ps2, handle audio similar to psp
kub [Sun, 21 Jul 2024 14:33:07 +0000 (16:33 +0200)]
platform ps2, handle audio similar to psp

8 months agorelease 2.00 v2.00
kub [Fri, 19 Jul 2024 17:21:26 +0000 (19:21 +0200)]
release 2.00