Standalone port/fork of Mednafen PSX to the Libretro API.
Go to file
2016-04-10 03:36:12 +02:00
jni (Android) Buildfix 2015-07-29 07:28:56 +02:00
libretro-common (RSX/GL) Add rsx/gl/vertex.c 2016-04-09 22:58:12 +02:00
mednafen Updates 2016-04-08 23:59:49 +02:00
msvc Fix MSVC compilation 2016-04-08 20:14:31 +02:00
rsx Create rsx_lib_soft 2016-04-10 03:36:12 +02:00
.gitignore Initial commit. 2012-06-03 17:48:14 +02:00
beetle_psx_griffin_c.c Rename rsx functions to rsx_intf_ 2016-04-08 17:03:52 +02:00
beetle_psx_griffin.cpp Fix Griffin 2016-01-31 06:00:36 +01:00
libretro.cpp use rsx_intf_is_type 2016-04-09 00:51:48 +02:00
libretro.h Update libretro.h 2014-09-22 22:20:22 +00:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile (RSX/GL) Add rsx/gl/framebuffer 2016-04-09 22:41:17 +02:00
Makefile.common Create rsx_lib_soft 2016-04-10 03:36:12 +02:00
README.md update README 2014-07-18 00:45:24 -05:00
scrc32.c Turn scrc32.cpp into C 2014-06-16 23:15:14 +02:00
scrc32.h (Mednafen PCE) Update to 0.9.33.3 2014-04-20 23:05:37 +02:00

Beetle PSX libretro

This is fork of Mednafen PSX. It has been ported to the libretro API. It currently runs on Linux, OSX and possibly Windows.

Running

To run this core, the "system directory" must be defined if running in RetroArch. The PSX BIOS must be placed there, $sysdir/SCPH550{0,1,2} for Japanese, NA and EU regions respectively.

Memory cards will be saved to "save directory", memory card #1 is saved using libretro's standard interface. The rest of memory cards are saved using Mednafen's starndard mechanism. You might have to rename your old memory cards to gamename.srm. Alternatively you may just rename it from gamename.gamenamehash.0.mcr to gamename.gamenamehash.1.mcr and load them off the corresponding slot.

Core now supports save states. Keep in mind states might result on loss your memorycards if you are careless.

Loading ISOs

Beetle differs from other PS1 emulators in that it needs a cue-sheets that points to an image file, usually an .iso/.bin file. If you have e.g. foo.iso, you should create a foo.cue, and fill this in:

FILE "foo.iso" BINARY
   TRACK 01 MODE1/2352
      INDEX 01 00:00:00

After that, you can load the foo.cue file as a ROM. Note that this is a dirty hack and will not work on all games. Ideally, make sure to use rips that have cue-sheets.

Suggested Firmware

  • scph5500.bin (8dd7d5296a650fac7319bce665a6a53c)
  • scph5501.bin (490f666e1afb15b7362b406ed1cea246)
  • scph5502.bin (32736f17079d0b2b7024407c39bd3050)

Options

  • CD Image Cache - Loads the complete image in memory at startup
  • PSX Dithering - Enables Dithering
  • PSX Initial Scanline - Sets the first scanline to be drawn on screen
  • PSX Initial Scanline PAL - Sets the first scanline to be drawn on screen for PAL systems
  • PSX Last Scanline - Sets the last scanline to be drawn on screen
  • PSX Last Scanline PAL - Sets the last scanline to be drawn on screen for PAL systems
  • Dualshock analog toggle - Enables/Disables the analog button from Dualshock controllers, if disabled analogs are always on, if enabled you can toggle it's state with START+SELECT+L1+L2+R1+R2
  • Port 1 PSX Enable Multitap - Enables/Disables multitap functionality on port 1
  • Port 2 PSX Enable Multitap - Enables/Disables multitap functionality on port 2