Standalone fork of Mednafen PCE Fast to libretro
Go to file
2015-09-23 01:18:17 +02:00
jni Remove MD5 2015-07-29 16:39:10 +02:00
mednafen Cleanups - vdc.cpp 2015-09-23 01:18:17 +02:00
msvc Remove MD5 2015-07-29 16:39:10 +02:00
thread Update threading code 2014-06-18 22:10:07 +02:00
.gitignore Initial commit. 2012-06-03 17:48:14 +02:00
boolean.h Update threading code 2014-06-18 22:10:07 +02:00
libretro.cpp Set default volumes in core options to proper values instead of 0 2015-08-06 14:57:50 +02:00
libretro.h Update libretro.h 2014-09-22 22:20:18 +00:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile (Vita) Add target - not finished 2015-08-31 23:42:44 +02:00
Makefile.common Remove MD5 2015-07-29 16:39:10 +02:00
README.md Update README for sysdir. 2012-06-16 01:07:41 +02:00
scrc32.c Cleanups 2015-07-26 17:25:48 +02:00
scrc32.h (Mednafen PCE) Update to 0.9.33.3 2014-04-20 23:05:37 +02:00
thread.h Update thread.h 2015-01-04 12:38:31 +01:00
threads.c Cleanups 2015-07-26 17:25:48 +02:00

Mednafen PSX libretro

This is port of Mednafen PSX core 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. Here, the PSX BIOSes must be placed, $sysdir/SCPH550{0,1,2} for Japanese, NA and EU regions respectively. Memory cards will also be saved to this system directory.

Loading ISOs

Mednafen differs from other PS1 emulators in that it reads a .cue sheet that points to an .iso/.bin whatever. 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.