release 1.80beta1 for pandora
authornotaz <notasas@gmail.com>
Wed, 2 Jun 2010 09:59:21 +0000 (09:59 +0000)
committernotaz <notasas@gmail.com>
Wed, 2 Jun 2010 09:59:21 +0000 (09:59 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@879 be3aeb3a-fb24-0410-a615-afba39da0efa

platform/base_readme.txt
platform/pandora/PicoDrive.png [new file with mode: 0644]
platform/pandora/PicoDrive.pxml [new file with mode: 0644]
platform/pandora/PicoDrive.run [new file with mode: 0755]
platform/pandora/PicoDrive_p.png [new file with mode: 0644]
platform/pandora/version.h

index 425c030..d9dec5d 100644 (file)
@@ -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.\r
 Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped.\r
 #endif\r
+#ifdef PANDORA\r
+Just copy the .pnd to <sd card>/pandora/menu or <sd card>/pandora/desktop.\r
+#endif\r
 #ifndef UIQ\r
 \r
 This emulator has lots of options with various tweaks (for improved speed mostly),\r
@@ -72,8 +75,13 @@ To play any game, you need BIOS files. These files must be copied to
 #ifdef UIQ\r
 D:\other\PicoDrive\ directory.\r
 #else\r
+#ifdef PANDORA\r
+<sd card>/pandora/appdata/PicoDrive/ directory\r
+(if you run PicoDrive once it will create that directory for you).\r
+#else\r
 the same directory as PicoDrive files.\r
 #endif\r
+#endif\r
 Files can be named as follows:\r
 \r
 US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin\r
@@ -637,13 +645,18 @@ Additional thanks
   (http://www.inf.u-szeged.hu/symbian-gcc/) for their updated pre-SymbianOS9\r
   compile tools.\r
 * AnotherGuest for all his Symbian stuff and support.\r
-* Inder for the icons.\r
 #endif\r
+* Inder for some graphics.\r
 * Anyone else I forgot. You know who you are.\r
 \r
 \r
 Changelog\r
 ---------\r
+1.80beta1\r
+  * Added pandora port.\r
+  * Lots of other stuff I don't have time to write here\r
+    (to be added here soon).\r
+\r
 1.56\r
   * Changed sync in Sega CD emulation again. Should fix games that\r
     broke after changes in 1.51a.\r
diff --git a/platform/pandora/PicoDrive.png b/platform/pandora/PicoDrive.png
new file mode 100644 (file)
index 0000000..0bb5871
Binary files /dev/null and b/platform/pandora/PicoDrive.png differ
diff --git a/platform/pandora/PicoDrive.pxml b/platform/pandora/PicoDrive.pxml
new file mode 100644 (file)
index 0000000..ce03397
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
+<application id="picodrive">
+  <title lang="en_US">PicoDrive</title>
+  <title lang="de_DE">PicoDrive</title>
+  <description lang="en_US">Genesis/MegaDrive/SegaCD/32x Emulator.</description>
+  <description lang="de_DE">Ein MegaDrive/SegaCD/32x Emulator</description>
+  <exec command="PicoDrive.run"/>
+  <previewpics>
+   <pic src="PicoDrive_p.png"/>
+  </previewpics>
+  <icon src="PicoDrive.png"/>
+  <author name="notaz" website="http://notaz.gp2x.de/"/>
+  <version major="1" minor="80" release="0" build="0"/><!--This programs version-->
+  <info name="readme" type="text/plain" src="readme.txt"/>
+  <categories>
+    <category name="Game"><!--category like "Games", "Graphics", "Internet" etc-->
+    <subcategory name="Emulator"/><!--subcategory, like "Board Games", "Strategy", "First Person Shooters"-->
+    </category>
+  </categories>
+</application>
+</PXML>
diff --git a/platform/pandora/PicoDrive.run b/platform/pandora/PicoDrive.run
new file mode 100755 (executable)
index 0000000..2444ef5
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+./PicoDrive "$@"
+
+# restore stuff ip pico crashes
+./picorestore
diff --git a/platform/pandora/PicoDrive_p.png b/platform/pandora/PicoDrive_p.png
new file mode 100644 (file)
index 0000000..1542202
Binary files /dev/null and b/platform/pandora/PicoDrive_p.png differ
index 69cf800..8788af4 100644 (file)
@@ -1,2 +1,2 @@
-#define VERSION "1.70"\r
+#define VERSION "1.80beta1"\r
 \r