| 1 | As PicoDrive is multiplatform emulator, this is GP2X specific part of readme\r |
| 2 | about configuration.\r |
| 3 | \r |
| 4 | If you have questions, you can use GP32X to ask for help.\r |
| 5 | http://www.gp32x.com/board/index.php?showforum=48\r |
| 6 | \r |
| 7 | \r |
| 8 | Configuration\r |
| 9 | -------------\r |
| 10 | \r |
| 11 | 1. "Renderer"\r |
| 12 | 8bit fast:\r |
| 13 | This enables alternative heavily optimized tile-based renderer, which renders\r |
| 14 | pixels not line-by-line (this is what accurate renderers do), but in 8x8 tiles,\r |
| 15 | which is much faster. But because of the way it works it can't render any\r |
| 16 | mid-frame image changes (raster effects), so it is useful only with some games.\r |
| 17 | \r |
| 18 | Other two are accurate line-based renderers. The 8bit is faster but does not\r |
| 19 | run well with some games like Street Racer.\r |
| 20 | \r |
| 21 | 2. "Scaling"\r |
| 22 | "hw" means GP2X hardware scaler, which causes no performance loss, but scaled\r |
| 23 | image looks a bit blocky. "sw" means software scaling, which uses pixel\r |
| 24 | averaging and may look a bit nicer, but blurry. Horizontal scaling is only for\r |
| 25 | games which use so called "32 column mode" (256x224 or 256x240), and scales\r |
| 26 | image width to 320 pixels. Vertical scales height to 240 for games which use\r |
| 27 | height 224 (most of them).\r |
| 28 | \r |
| 29 | 3. "Accurate timing"\r |
| 30 | This adds some more emulation precision, but slows the emulation down. Without\r |
| 31 | this option some games do not boot (Red Zone for example), others have sound\r |
| 32 | problems. This options has no effect for Sega/Mega CD emulation.\r |
| 33 | \r |
| 34 | 4. "Accurate sprites"\r |
| 35 | This option improves emulation of sprite priorities, it also enables emulation\r |
| 36 | of sprite collision bit. If you see one sprite being drawn incorrectly above\r |
| 37 | the other (often seen in Sonic 3D Blast), you can enable this to fix the problem.\r |
| 38 | This only works with the accurate renderers (see first option).\r |
| 39 | \r |
| 40 | 5. "Show FPS"\r |
| 41 | Self-explanatory. Format is XX/YY, where XX is the number of rendered frames and\r |
| 42 | YY is the number of emulated frames per second.\r |
| 43 | \r |
| 44 | 6. "Frameskip"\r |
| 45 | How many frames to skip rendering before displaying another.\r |
| 46 | "Auto" is recommended.\r |
| 47 | \r |
| 48 | 7. "Enable sound"\r |
| 49 | Does what it says. You must enable at least YM2612 or SN76496 (in advanced options,\r |
| 50 | see below) for this to make sense.\r |
| 51 | \r |
| 52 | 8. "Sound Quality"\r |
| 53 | Sound rate and stereo mode. If you want 44100Hz sound, it is recommended to enable\r |
| 54 | the second core (next option).\r |
| 55 | \r |
| 56 | 9. "Use ARM940 core for sound"\r |
| 57 | This option causes PicoDrive to use ARM940T core (GP2X's second CPU) for sound \r |
| 58 | (i.e. to generate YM2612 samples) to improve performance noticeably.\r |
| 59 | \r |
| 60 | 10. "6 button pad"\r |
| 61 | If you enable this, games will think that 6 button gamepad is connected. If you\r |
| 62 | go and reconfigure your keys, you will be able to bind X,Y,Z and mode actions.\r |
| 63 | \r |
| 64 | 11. "Region"\r |
| 65 | This option lets you force the game to think it is running on machine from the\r |
| 66 | specified region, or just to set autodetection order. Also affects Sega/Mega CD.\r |
| 67 | \r |
| 68 | 12. "Use SRAM/BRAM savestates"\r |
| 69 | This will automatically read/write SRAM (or BRAM for Sega/Mega CD) savestates for\r |
| 70 | games which are using them. SRAM is saved whenever you pause your game or exit the\r |
| 71 | emulator.\r |
| 72 | \r |
| 73 | 13. "Confirm savestate"\r |
| 74 | Allows to enable confirmation on savestate saving (to prevent savestate overwrites),\r |
| 75 | on loading (to prevent destroying current game progress), and on both or none.\r |
| 76 | \r |
| 77 | 14. "GP2X CPU clocks"\r |
| 78 | Here you can change clocks of both GP2X's CPUs. Larger values increase performance.\r |
| 79 | There is no separate option for the second CPU because both CPUs use the same clock\r |
| 80 | source. Setting this option to 200 will cause PicoDrive NOT to change GP2X's clocks\r |
| 81 | at all (this is if you use external program to set clock).\r |
| 82 | \r |
| 83 | 15. "[Sega/Mega CD options]"\r |
| 84 | Enters Sega/Mega CD options menu (see below).\r |
| 85 | \r |
| 86 | 16. "[advanced options]"\r |
| 87 | Enters advanced options menu (see below).\r |
| 88 | \r |
| 89 | 17. "Save cfg as default"\r |
| 90 | If you save your config here it will be loaded on next ROM load, but only if there\r |
| 91 | is no game specific config saved (which will be loaded in that case).\r |
| 92 | \r |
| 93 | 18. "Save cfg for current game only"\r |
| 94 | Whenever you load current ROM again these settings will be loaded (squidgehack and\r |
| 95 | RAM settings will not take effect until emulator is restarted).\r |
| 96 | \r |
| 97 | \r |
| 98 | Advanced configuration\r |
| 99 | ----------------------\r |
| 100 | \r |
| 101 | Enter [advanced options] in config menu to see these options.\r |
| 102 | \r |
| 103 | 1. "Gamma correction"\r |
| 104 | Alters image gamma through GP2X hardware. Larger values make image to look brighter,\r |
| 105 | lower - darker (default is 1.0).\r |
| 106 | \r |
| 107 | 2. "Emulate Z80"\r |
| 108 | Enables emulation of Z80 chip, which was mostly used to drive the other sound chips.\r |
| 109 | Some games do complex sync with it, so you must enable it even if you don't use\r |
| 110 | sound to be able to play them.\r |
| 111 | \r |
| 112 | 3. "Emulate YM2612 (FM)"\r |
| 113 | This enables emulation of six-channel FM sound synthesizer chip, which was used to\r |
| 114 | produce sound effects and music.\r |
| 115 | \r |
| 116 | 4. "Emulate SN76496 (PSG)"\r |
| 117 | This enables emulation of additional sound chip for additional effects.\r |
| 118 | \r |
| 119 | Note: if you change sound settings AFTER loading a ROM, you may need to reset\r |
| 120 | game to get sound. This is because most games initialize sound chips on\r |
| 121 | startup, and this data is lost when sound chips are being enabled/disabled.\r |
| 122 | \r |
| 123 | 5. "gzip savestates"\r |
| 124 | This will always apply gzip compression on your savestates, allowing you to\r |
| 125 | save some space and load/save time.\r |
| 126 | \r |
| 127 | 6. "Don't save last used ROM"\r |
| 128 | This will disable writing last used ROM to config on exit (what might cause SD\r |
| 129 | card corruption according to DaveC).\r |
| 130 | \r |
| 131 | 7. "craigix's RAM timings"\r |
| 132 | This overclocks the GP2X RAM chips, but may cause instability. Recommended if you\r |
| 133 | use the second core for sound. Needs emulator restart to take effect.\r |
| 134 | See this thread:\r |
| 135 | http://www.gp32x.com/board/index.php?showtopic=32319\r |
| 136 | \r |
| 137 | 8. "squidgehack"\r |
| 138 | Well known way to improve the GP2X performance. You must restart the emulator\r |
| 139 | for the change of this option to take effect.\r |
| 140 | \r |
| 141 | \r |
| 142 | Sega/Mega CD options \r |
| 143 | --------------------\r |
| 144 | \r |
| 145 | 1,2,3. "USA/EUR/JAP BIOS"\r |
| 146 | These options just show if your BIOS files were correctly detected by the\r |
| 147 | emulator (it shows the filename it is using). If so, you can press Start to\r |
| 148 | test your BIOS.\r |
| 149 | \r |
| 150 | 4. "CD LEDs"\r |
| 151 | The Sega/Mega CD unit had two blinking LEDs (red and green) on it. This option\r |
| 152 | will display them on top-left corner of the screen.\r |
| 153 | \r |
| 154 | 5. "CDDA audio (using mp3s)"\r |
| 155 | This option enables CD audio playback.\r |
| 156 | \r |
| 157 | 6. "PCM audio"\r |
| 158 | This enables 8 channel PCM sound source. It is required for some games to run,\r |
| 159 | because they monitor state of this audio chip.\r |
| 160 | \r |
| 161 | 7. "ReadAhead buffer"\r |
| 162 | This option is for dealing with slow SD card access in GP2X, which makes FMV\r |
| 163 | games unplayable. It will allow emulator not to access SD card for longer periods\r |
| 164 | of time, but it will take more time to fill the buffer.\r |
| 165 | \r |
| 166 | 8. "Save RAM cart"\r |
| 167 | Here you can enable 64K RAM cart. Format it in BIOS if you do.\r |
| 168 | \r |
| 169 | 9. "Scale/Rot. fx"\r |
| 170 | The Sega/Mega CD had scaling/rotation chip, which allows effects similar to\r |
| 171 | "Mode 7" effects in SNES. Unfortunately emulating it is slow, and very few games\r |
| 172 | used it, so it's better to disable this option, unless game really needs it.\r |
| 173 | \r |
| 174 | 10. "Better sync"\r |
| 175 | This option is similar to "Perfect synchro" in Gens. Some games require it to run,\r |
| 176 | for example most (all?) Wolfteam games, and some other ones. Don't use it for\r |
| 177 | games which don't need it, it will just slow them down.\r |
| 178 | \r |
| 179 | \r |
| 180 | Key configuration\r |
| 181 | -----------------\r |
| 182 | \r |
| 183 | When you select "Configure controls" from the menu, you enter a key configuration\r |
| 184 | mode, where you use SELECT to change an action, and then press a key you like to\r |
| 185 | bind to that action. You can press the same key again to unbind. Select "DONE"\r |
| 186 | action and press any key to finish.\r |
| 187 | \r |
| 188 | \r |