Standalone port of Mednafen GBA to libretro, itself a fork of VBA-M, itself a fork of Visual Boy Advance.
Go to file
twinaphex c0f2e66ddd (RGB565) Can now use RGB565 color format if frontend supports it
(Wswan) Experimental wswan support - not yet working
2012-10-22 14:34:14 +02:00
mednafen (RGB565) Can now use RGB565 color format if frontend supports it 2012-10-22 14:34:14 +02:00
msvc (MSVC) Preliminary solution 2012-09-24 05:07:02 +02:00
.gitignore Initial commit. 2012-06-03 17:48:14 +02:00
libretro.cpp (RGB565) Can now use RGB565 color format if frontend supports it 2012-10-22 14:34:14 +02:00
libretro.h (RGB565) Can now use RGB565 color format if frontend supports it 2012-10-22 14:34:14 +02:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile (RGB565) Can now use RGB565 color format if frontend supports it 2012-10-22 14:34:14 +02:00
README.md Update README for sysdir. 2012-06-16 01:07:41 +02:00
scrc32.h Integrated pfce_fast now too - can compile pce_fast now in same 2012-10-21 01:47:02 +02:00
stubs_thread.cpp Make threading code self-contained 2012-10-20 23:56:43 +02:00
stubs.cpp Integrated pfce_fast now too - can compile pce_fast now in same 2012-10-21 01:47:02 +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, 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.