Standalone port of Mednafen GBA to libretro, itself a fork of VBA-M, itself a fork of Visual Boy Advance.
Go to file
Andrés Suárez 8aaa3d3930 Update libretro.cpp
Try to map mednafen input devices as core options
2014-01-20 02:09:13 -05:00
blackberry-qnx (BlackBerry) Add NDK build project. 2013-04-06 10:40:07 -04:00
jni (Android) Fixed Mednafen PSX compile 2013-11-03 03:21:45 +01:00
mednafen (PS3) PCE Fast core should now compile again on PS3 2013-12-28 03:41:44 +01:00
msvc (PCE Fast MSVC Xbox 1) Fix build/link errors 2013-11-15 03:21:10 +01:00
thread (Libretro) maintenance upgrade + threads work now on Wii 2012-10-22 21:57:27 +02:00
.gitignore Initial commit. 2012-06-03 17:48:14 +02:00
libretro.cpp Update libretro.cpp 2014-01-20 02:09:13 -05:00
libretro.h Update libretro.h 2013-12-18 20:39:01 +01:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile (OSX) Set min OS version to 10.6 2014-01-03 17:37:51 +01:00
README.md Update README for sysdir. 2012-06-16 01:07:41 +02:00
scrc32.cpp (Mednafen PCE-Fast) Update to 0.9.26 core - rewinds now 2012-11-25 01:17:31 +01:00
scrc32.h get rid of broken reference/getter hell in file.cpp - just use 2012-11-27 05:20:47 +01:00
stubs.cpp MDFNMKF_FIRMWARE can be found inside libretro system dir 2013-12-18 21:48:36 +01:00
thread.h Use sthread abstraction for threads. 2012-06-10 00:47:44 +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.