SMB3, combo, fskip fixes
[fceu.git] / out_gp2x / readme.txt
index 4931dcf..201f7f0 100644 (file)
@@ -87,7 +87,7 @@ game you wish to associate with and add the extension "pal". Examples:
                  BigBad.nes              BigBad.pal\r
                  BigBad.zip              BigBad.pal\r
                  BigBad.Better.nes       BigBad.Better.pal\r
-       \r
+\r
 \r
 With so many ways to choose a palette, figuring out which one will be active may\r
 be difficult. Here's a list of what palettes will be used, in order from highest\r
@@ -109,7 +109,7 @@ You will need the FDS BIOS ROM image in <where_you_put_gpfce>/fceultra directory
 It's size should be 8192 bytes and it must be named "disksys.rom".\r
 gpfce will not load FDS games without this file.\r
 \r
-You will also probably need configure keys for swapping the virtual FDS disks,\r
+You will also probably need to configure keys for swapping the virtual FDS disks,\r
 they are configurable in Controls menu.\r
 \r
 Two types of FDS disk images are supported: disk images with the FWNES-style header,\r
@@ -176,7 +176,8 @@ patched well with the IPS format because they are chunk-based with no fixed offs
 ------------------------------------------------------------------\r
 \r
 Version 0.4 has partial FCM movie support. Most of the movies desync due to\r
-different timing, but some of them can be played. There is only playback support.\r
+different timing, but some of them can be played. Note that 'accurate renderer'\r
+option solves some desync problems. There is only playback support.\r
 Files should be placed in the ROMs directory along with the ROMs themselves.\r
 Naming is the same as for IPS patches (see previous section), buf use .fcm\r
 extension instead of .ips.\r
@@ -188,6 +189,18 @@ extension instead of .ips.
 \r
 \r
 ver 0.4 (by notaz)\r
+  ret 311\r
+          - Improved open bus emulation, fixes missing ground in some SMB3 levels.\r
+          - Improved auto frameskip behavior in cases when emu is not fast\r
+            enough to maintain 50/60 fps.\r
+          - Fixed a bug which prevented some key combo configurations from working.\r
+  rev 171\r
+          - Added optional "Accurate renderer", which is the original FCE Ultra\r
+            0.98.x renderer + PPU emulation code. It's much slower, but it can\r
+            handle games which need more precise PPU timing emulation (like\r
+            Marble Madness).\r
+          - Fixed saving and loading of game specific configs.\r
+          - Some other minor changes.\r
   rev 163\r
           - Added A r k's fast-direction-change fix for usbjoy lib.\r
           - Fixed an issue of usbjoys stopping to work when "Perfect vsync"\r