No description
  • C 99.8%
  • CMake 0.2%
Find a file
2023-03-01 06:54:31 +01:00
FatFs_SPI Fixed a couple of data types that were unrecogized by the compiler 2023-02-15 18:56:52 +08:00
.gitignore first commit 2023-01-16 03:00:20 +08:00
CMakeLists.txt first commit 2023-01-16 03:00:20 +08:00
cmd.c first commit 2023-01-16 03:00:20 +08:00
cmd.h first commit 2023-01-16 03:00:20 +08:00
hw_config.c first commit 2023-01-16 03:00:20 +08:00
i2s.c Reinstated SENS toggle logic even when not being polled 2023-02-17 22:15:26 +08:00
i2s.h first commit 2023-01-16 03:00:20 +08:00
LICENSE Create LICENSE 2023-01-16 02:50:29 +08:00
main.c Reinstated SENS toggle logic even when not being polled 2023-02-17 22:15:26 +08:00
main.pio first commit 2023-01-16 03:00:20 +08:00
pico_sdk_import.cmake first commit 2023-01-16 03:00:20 +08:00
README.md Update README.md 2023-03-01 06:54:31 +01:00
subq.c Revert "Added defines for various CD structre values to replace magic numbers in code." 2023-02-17 21:33:35 +08:00
subq.h first commit 2023-01-16 03:00:20 +08:00
utils.c Adjusted inline definitions and added cast to clean up complier warnings 2023-02-17 22:00:30 +08:00
utils.h Adjusted inline definitions and added cast to clean up complier warnings 2023-02-17 22:00:30 +08:00
values.h Revert "Added defines for various CD structre values to replace magic numbers in code." 2023-02-17 21:33:35 +08:00

Picostation

In developement Raspberry Pi Pico based ODE for the original Playstation

original tweet

Supported models:

  • PU-8 (SCPH100X)
  • PU-18 (SCPH55XX)

Compatibility

NOTE: rename your image to UNIROM.bin/.cue

How-to

Notes

  • For the moment, Game/app loading is not consistent, you'll need to try several times
  • If using an out of region multi-track bin/cue, you may need to use freepsxboot to bypass the region check

To-do (see issues)

  • Resolve region unlock not always working: should be OK for single track games with commit babc072 (thanks to OldBoredEE)
  • Stabilize image loading
  • Make an interface for image choice/loading
  • Make it possible to update the pico via SD card