build/messnew/messnew_0148u2.txt
| r21929 | r21930 | |
| 64 | 64 | |
| 65 | 65 | -megadriv.xml: Added dump of Japanese Marble Madness [ElBarto] |
| 66 | 66 | |
| 67 | | -megadriv.xml: Added documentation for more carts |
| 68 | | [ElBarto, Sunbeam/Digital Corruption] |
| 67 | -megadriv.xml: Added documentation for a few carts [ElBarto] |
| 69 | 68 | |
| 70 | | -megadriv.xml: documented several carts [Sunbeam/Digital Corruption] |
| 69 | -megadriv.xml: Added documentation for several carts [Sunbeam/Digital |
| 70 | Corruption] |
| 71 | 71 | |
| 72 | 72 | Source Changes |
| 73 | 73 | -------------- |
| r21929 | r21930 | |
| 131 | 131 | |
| 132 | 132 | -PlayStation: Fix CD-ROM regression [R. Belmont] |
| 133 | 133 | |
| 134 | | -isa_ide : correctly mapped alternate port [Miodrag Milanovic] |
| 134 | -isa_ide: correctly mapped alternate port [Miodrag Milanovic] |
| 135 | 135 | |
| 136 | 136 | -megadriv.c: emulated protection in pirate Super Mario World 64, |
| 137 | 137 | based on research by Eke and andlabs [Fabio Priuli] |
| r21929 | r21930 | |
| 141 | 141 | |
| 142 | 142 | -megadriv.c: added support for Legend of Wukong [Fabio Priuli] |
| 143 | 143 | |
| 144 | | -Added UniBios versions to Neo Geo home console (AES) [Kaylee] |
| 144 | -aes: Added UniBios versions to Neo Geo home console [Kaylee] |
| 145 | 145 | |
| 146 | | -a7800.c - Fixed color clip in $1 & $F [Robert Tuccitto] |
| 146 | -a7800.c: Fixed color clip in $1 & $F [Robert Tuccitto] |
| 147 | 147 | |
| 148 | 148 | -Reimplemented the NCR5380 SCSI controller using nscsi. [R. Belmont] |
| 149 | 149 | |
| r21929 | r21930 | |
| 165 | 165 | |
| 166 | 166 | -snes.c: several updates to cart handling [Fabio Priuli] |
| 167 | 167 | * moved Sufami Turbo and BSX carts to separate lists |
| 168 | | * added two new drivers snesnew and snespnew, using slot devices for |
| 169 | | carts |
| 170 | 168 | * added emulation for DSP1/4, ST-010/011, S-DD1, SPC7110, SuperFX, |
| 171 | 169 | BS-X and Sufami Turbo as slot devices |
| 172 | 170 | * added emulation for the protection device used in some pirate carts |
| r21929 | r21930 | |
| 229 | 227 | pack (only a few of these work at the moment, e.g. Same Game) |
| 230 | 228 | * added support for loading DSPx games with DSP dump appended at the |
| 231 | 229 | end of the .sfc file |
| 232 | | * added two "legacy" drivers snes_add and snesp_add containing the |
| 233 | | DSP dumps in the bios, to allow loading of old .sfc dumps missing |
| 234 | | the DSP content (these drivers are of course marked as |
| 235 | | GAME_UNOFFICIAL) |
| 236 | 230 | |
| 237 | 231 | -snes.c: added support in snes and snespal for loading from |
| 238 | 232 | fullpath DSPx and ST01x games missing the DSP data, i.e. the commonly |