Standalone fork of Mednafen PCE Fast to libretro
Go to file
2012-06-12 01:06:33 +02:00
mednafen Commented out logging - can reenable by defining DEBUG 2012-06-05 01:36:20 +02:00
.gitignore Initial commit. 2012-06-03 17:48:14 +02:00
libretro.cpp Build fix. 2012-06-12 01:06:33 +02:00
libretro.h Use RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY. 2012-06-12 01:03:09 +02:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile Fix build. 2012-06-10 00:54:07 +02:00
README.md Nit... 2012-06-03 19:19:45 +02:00
stubs.cpp Use sthread abstraction for threads. 2012-06-10 00:47:44 +02:00
thread.cpp Use sthread abstraction for threads. 2012-06-10 00:47:44 +02: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 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 emulators 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.