Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
beetle-pce-libretro
Commits
9f731d7c
Commit
9f731d7c
authored
Jun 03, 2012
by
Themaister
Browse files
Add README.
parent
ace67e55
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
9f731d7c
# 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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment