minor readme adjustments
authornotaz <notasas@gmail.com>
Mon, 7 Jul 2008 20:56:24 +0000 (20:56 +0000)
committernotaz <notasas@gmail.com>
Mon, 7 Jul 2008 20:56:24 +0000 (20:56 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@534 be3aeb3a-fb24-0410-a615-afba39da0efa

base_readme.txt

index 71b2b5e..a6586e6 100644 (file)
@@ -33,7 +33,7 @@ How to make it run
 ------------------\r
 \r
 #ifdef GP2X\r
-Copy PicoDrive.gpe, pico940_v2.bin and mmuhack.o to any place in your filesystem\r
+Copy PicoDrive.gpe, pico940_v3.bin and mmuhack.o to any place in your filesystem\r
 (all 3 files must be in the same directory) and run PicoDrive.gpe.\r
 Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped.\r
 \r
@@ -107,7 +107,7 @@ mp3pro).
 \r
 ISO files can also be .cso compressed or zipped (but not mp3 files, as they\r
 are already compressed). CSO will cause slightly longer loading times, and\r
-is not very good for FMV games. Zipping ISOs is not recommened, as it will\r
+is not very good for FMV games. Zipping ISOs is not recommended, as it will\r
 cause very long (several minute) loading times, and make some games\r
 unplayable. File naming is similar as with uncompressed ISOs.\r
 Example:\r
@@ -650,6 +650,7 @@ Changelog
     supported too (but 44kHz restriction still applies).\r
   + Added bin_to_cso_mp3 tool, based on Exophase's bin_to_iso_ogg.\r
     The tool can convert .cue/.bin Sega CD images to .cso/.mp3.\r
+  * Greatly improved Sega CD load times.\r
   * Changed how scheduling between 68k and z80 is handled. Improves\r
     performance for some games. Credits to Lordus for the idea.\r
   * YM2612 state was not 100% saved, this should be better now.\r
@@ -661,9 +662,9 @@ Changelog
   + Implemented some sprite rendering improvements, as suggested by\r
     Exophase. Games with lots of sprites now perform better.\r
   + Added better idle loop detection, based on Lordus' idea again.\r
-  * "accurate timing" option removed, as disabling it no longer\r
+  - "accurate timing" option removed, as disabling it no longer\r
     improves performance.\r
-  * "accurate sprites" was removed too, the new sprite code can\r
+  - "accurate sprites" was removed too, the new sprite code can\r
     properly handle sprite priorities in all cases.\r
   * Timers adjusted again.\r
   * Improved .smd detection code.\r