Standalone port of Mednafen Lynx to libretro, itself a fork of Handy.
Go to file
2012-06-03 19:18:46 +02:00
mednafen Initial commit. 2012-06-03 17:48:14 +02:00
.gitignore Initial commit. 2012-06-03 17:48:14 +02:00
libretro.cpp Input appears to work. 2012-06-03 18:58:46 +02:00
libretro.h Initial commit. 2012-06-03 17:48:14 +02:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile Drop -fno-strict-aliasing. 2012-06-03 19:05:30 +02:00
README.md Add README. 2012-06-03 19:18:46 +02:00
stubs.cpp Input appears to work. 2012-06-03 18:58:46 +02:00

Mednafen PSX libretro

This is port of Mednafen PSX core to the libretro API. It currently runs on Linux and possibly OSX.

Running

To run this core, a proper configuration for Mednafen must be set up in $HOME/.mednafen as Mednafen itself expects. Here, at least the BIOS must be set up as it is not distributed. You should attempt to at least get an ISO image running in the real mednafen before attempting to use this port.

Loading ISOs

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