mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2025-02-17 05:38:28 +00:00
Add README.
This commit is contained in:
parent
ace67e55b4
commit
9f731d7c8b
25
README.md
Normal file
25
README.md
Normal file
@ -0,0 +1,25 @@
|
||||
# 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. <tt>foo.iso</tt>, 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user