mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
release 1.80beta1 for pandora
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@879 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
209a7eff8b
commit
b1d44ac35b
2 changed files with 15 additions and 2 deletions
|
@ -56,6 +56,9 @@ If you are on 1.5, there is a separate KXploited version for it.
|
||||||
Copy SIS and some ROMs to any directory in your memory stick, and install the SIS.
|
Copy SIS and some ROMs to any directory in your memory stick, and install the SIS.
|
||||||
Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped.
|
Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped.
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef PANDORA
|
||||||
|
Just copy the .pnd to <sd card>/pandora/menu or <sd card>/pandora/desktop.
|
||||||
|
#endif
|
||||||
#ifndef UIQ
|
#ifndef UIQ
|
||||||
|
|
||||||
This emulator has lots of options with various tweaks (for improved speed mostly),
|
This emulator has lots of options with various tweaks (for improved speed mostly),
|
||||||
|
@ -72,8 +75,13 @@ To play any game, you need BIOS files. These files must be copied to
|
||||||
#ifdef UIQ
|
#ifdef UIQ
|
||||||
D:\other\PicoDrive\ directory.
|
D:\other\PicoDrive\ directory.
|
||||||
#else
|
#else
|
||||||
|
#ifdef PANDORA
|
||||||
|
<sd card>/pandora/appdata/PicoDrive/ directory
|
||||||
|
(if you run PicoDrive once it will create that directory for you).
|
||||||
|
#else
|
||||||
the same directory as PicoDrive files.
|
the same directory as PicoDrive files.
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
Files can be named as follows:
|
Files can be named as follows:
|
||||||
|
|
||||||
US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin
|
US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin
|
||||||
|
@ -637,13 +645,18 @@ Additional thanks
|
||||||
(http://www.inf.u-szeged.hu/symbian-gcc/) for their updated pre-SymbianOS9
|
(http://www.inf.u-szeged.hu/symbian-gcc/) for their updated pre-SymbianOS9
|
||||||
compile tools.
|
compile tools.
|
||||||
* AnotherGuest for all his Symbian stuff and support.
|
* AnotherGuest for all his Symbian stuff and support.
|
||||||
* Inder for the icons.
|
|
||||||
#endif
|
#endif
|
||||||
|
* Inder for some graphics.
|
||||||
* Anyone else I forgot. You know who you are.
|
* Anyone else I forgot. You know who you are.
|
||||||
|
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
1.80beta1
|
||||||
|
* Added pandora port.
|
||||||
|
* Lots of other stuff I don't have time to write here
|
||||||
|
(to be added here soon).
|
||||||
|
|
||||||
1.56
|
1.56
|
||||||
* Changed sync in Sega CD emulation again. Should fix games that
|
* Changed sync in Sega CD emulation again. Should fix games that
|
||||||
broke after changes in 1.51a.
|
broke after changes in 1.51a.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#define VERSION "1.70"
|
#define VERSION "1.80beta1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue