2009-05-16

MameUI 131.2.1

EmuCR:MameUIMameUI 131.2.1 is released.MameUI [formerly Mame32] is the GUI version of the M.ultiple A.rcade M.achine E.mulator, a program which seeks to document the internal hardware and code of all arcade games. Originally authored in 1997 by Chris Kirmse, it was the first port of Mame™ to the Windows platform.

With the CPS3 fix. Cause, well, you can't be without CPS3.

Modified: trunk/src/emu/machine/scsi.c
===================
--- trunk/src/emu/machine/scsi.c 2009-05-15 05:29:09 UTC (rev 5550)
+++ trunk/src/emu/machine/scsi.c 2009-05-15 06:02:23 UTC (rev 5551)
@@ -105,7 +105,7 @@

SCSIInstance *SCSIMalloc( running_machine *machine, const SCSIClass *scsiClass )
{
- SCSIInstance *scsiInstance = alloc_or_die(SCSIInstance);
+ SCSIInstance *scsiInstance = (SCSIInstance *)alloc_array_or_die(UINT8, SCSISizeof( scsiClass ));
scsiInstance->scsiClass = scsiClass;
scsiInstance->machine = machine;
return scsiInstance;

Download:MameUI 131.2.1 x86 version
Download:MameUI 131.2.1 x64 version
Source:Here

GSdx SVN r1194

GSdx SVN r1194 is released.GSdx is a GPU plugin for PCSX2.

GSdx SVN r1194 Changelog:
r1192
GSdx: fixed a few more typos in GSVector4i, the black screen bug should be gone
r1191
GSdx: this should fix d3d9 mode and the aspect ratio bug

Download: GSdx SVN r1194
Source:Here

PCSX2 SVN r1199

EmuCR:PS2 emulatorPCSX2 SVN r1199 is released.PCSX2 is a PlayStation 2 (PS2) emulator for the Microsoft Windows and Linux operating systems. With the most recent versions, many PS2 games are playable (although speed limitations have made play-to-completion tests for many games impractical), and several games are claimed to have full functionality.

PCSX2 SVN Changelog:
r1192
GSdx: fixed a few more typos in GSVector4i, the black screen bug should be gone
r1193
Linux/Plugins: I left this out at some point...
r1194
GSdx: blur removal works again
r1195
R3000air: Lots more recompiler work, optimizations, bugfixes, and stuff. Still a while until I get it all shaped up into a full blown rec tho.
r1196
R3000air: Start work on getting this to compile in Linux. Incomplete.
r1197
Half fix for Gran Turismo 3-4 menus. Some text is still garbled but better than it was. Oh this was done by implementing "Wait for GS transfers" a bit better than the previous attempt
r1198
Cleanup: Moved some rather intrusive instances of global namespace pollution in Sio.h into a new sio_internal.h, so that the rest of the world doesn't have to ensure the pain of having BREAK and RTS macro'd to integers. ;)
r1199
Break out a bunch of clutter from CDVD.h into its own file. Meant to do this a while back, but forgot about it.

Download: PCSX2 SVN r1199
Download: Plugins Pack Beta Compiled DLLs [14 April 2009]
Source:Here

Fceux SVN r1290

EmuCR:FceuxFceux SVN r1290 is released.FCEUX is a cross platform, NTSC and PAL Famicom/NES emulator that is an evolution of the original FCE Ultra emulator. Over time FCE Ultra had separated into many separate branches.The concept behind FCEUX is to merge elements from FCE Ultra, FCEU rerecording, FCEUXD, FCEUXDSP, and FCEU-mm into a single branch of FCEU. As the X implies, it is an all-encompassing FCEU emulator that gives the best of all worlds for the general player, the ROM-hacking community, and the Tool-Assisted Speedrun Community.

Fceux SVN changelog:
r1290
SDL: added --subtitles argument (mostly for avi capturing, I guess)

Download:Fceux SVN r1290
Source:Here

PCSX2 beta 1190

EmuCR:PS2 emulatorPCSX2 official Beta 1190 is released.This is the Pcsx2 official beta and beta plugins.PCSX2 is a PlayStation 2 (PS2) emulator for the Microsoft Windows and Linux operating systems. With the most recent versions, many PS2 games are playable (although speed limitations have made play-to-completion tests for many games impractical), and several games are claimed to have full functionality.

PCSX2 official Beta 1190 Changelog:
- Removed VU-Skip [helps simplify the frameskipper logic] -- Use the VU Cycle Stealer hack instead for better, faster, more stable speedups of the VU1 unit.
- Optimized vtlb direct path memory operations using some crafty asm code. Expect 2-3% speedups in most things, and perhaps more in some FMVs.
- Made new IopHwRead and IopHwWrite from scratch, in preparation for a new lookup-based IOP memory manager
- Apply Iop HwRegister handler changes to the EE's mapping
- Small speedup for the EE/IOP recompilers, by removing the legacy limit on the number of recompiled blocks
- Fix xgkick delay mistake
- Improved SSE detection:
- Some unpack fixes/changes
- Fixed a typo in the SIO2 hardware read interface
- usual code cleanups and optimizations

Download: PCSX2 official Beta 1059
Download: Plugins as of 15th of may 2009
Source:Here

Dolphin SVN r3246

EmuCR:DolphinDolphin SVN r3246 is released.Dolphin is the first Gamecube emulator able to run commercial games! Even at its early stage some games manage to load and run but not perfectly. Please remember that Dolphin is an experimental GameCube emulator so many games might not run and for the ones that do run you will need a strong PC.

Dolphin SVN changelog:
r3234
Changing where depth is read. Trying to use the same depth buffer GL uses when copying depth to a texture. This eliminates some quirky code and gets depth copies working in AA, but may not work on older graphics cards.
r3235
Make some updated to hires texture loading ect.
r3236
Fixed problem with the RE0 hack making the re0 hack when it's turned off it's working as if it was turned on and when it's on it acted as of it was turned
off.
r3237
fix some weird logic in CoreParameter.cpp
r3238
Remove a stupid mistake of mine
r3239
osx fixes for nongui and ogl plugin
r3240
Very slight cleanup in BBA. BBA is getting asked it's device ID twice instead of once, which is throwing everything off, dunno why this is happening at all. Will slow down development a lot
r3241
Added features to hires loading and texture dumping so it now dumps the files into a specific folder like for Mario Party 7 the textures will be dumped into a folder named Mario Party 7.For texture loading it now only checks the folder with the same name as the game.
Like same as before moddified texture of Mario Party 7 would go in the folder named Mario Party 7 :P
r3242
Small little change and clean up
r3243
Correct my english if it's not good :)
r3244
remove a spurious rand() from interpreter, leftovers from monkeyball/f-zero
hacking from long ago :P
r3245
make dsptool fail if input file path doesn't exist
r3246
get dspspy running on gamecube (wii people check this!)

Download:Dolphin SVN r3246 x86
Download:Dolphin SVN r3246 x64
Source:Here

DeSmuME SVN r2174

EmuCR:DeSmuMEDeSmuME SVN r2174 is released.DeSmuME is a freeware emulator for the Nintendo DS(NDS).

DeSmuME SVN Changelog:
r2170
a few minor speedups to spu. the doubles have been changed to float. i think this should be safe...
r2171
SPU: gcc does not like a goto, changing it to a block
r2172
just a bunch of propsets for svn:eol-style=native
r2173
winport:
-fix Intel C++ project; :)
r2174
Stop movie hotkey hooked up, Play & Record movie hooked up but commented out because of a bug that causes the dialogs to open twice.

Note:if you runing DeSmuME new version have some error just put this 4 dll's file for DeSmuME.

Download: DeSmuME SVN r2174
Source:Here

MAMEXT v0.131u2

EmuCR:MameUIMAMEXT v0.131u2 is released.MAMEXT is a cool unofficial version of MAMEUI with highscore save included.MAMEXT32 also has some extra features that plain vanilla MAME doesn’t. MAMEXT64 is the 64bit optimized version of the emulator, which will run on Windows 64bit operating systems.

Download:MAMEXT v0.131u2 32bit
Source:Here

MAMEUIFX64 0.131u2

EmuCR:MameUIMAMEUIFX64 0.131u2 is released.MAMEUIFX64 is a derivative unofficial build based on the original MAME/MAMEUI source code. MAMEUIFX64 has these these improvements over regular MAME:

MAMEUIFX64 0.131u2 Changelog:
* Updated to MAME 0.130u4 - MAMEUI 0.130u4
- Added Quit Confirmation On Exit option to the core and the GUI.

Download:MAMEUIFX64 0.131u2 amd64
Download:MAMEUIFX64 0.131u2 intel64
Source:Here

MAMEUIFX32 0.131u2

EmuCR:MameUIMAMEUIFX32 0.131u2 is released.MAMEUIFX32 is a derivative unofficial build based on the original MAME/MAMEUI source code. MAMEUIFX32 has these these improvements over regular MAME:

MAMEUIFX32 0.131u2 changelog:
Updated to MAME 0.131u2 - MAMEUI 0.131u2

Download:MAMEUIFX32 0.131u2
Source:Here

Gens32 Surreal v1.86 Beta

EmuCR: SEGA GensGens32 Surreal v1.86 Beta is released.Gens32 is a SEGA Genesis/Mega-Drive/Sega-CD/Mega-CD/32X emulator based on the source code of Gens and offers added features.

Gens32 Surreal v1.86 Beta Changelog:
1) Rewrite Gens32 Filter IV.
2) Rewrite DAC playback system.

Download: Gens32 Surreal v1.86 Beta
Source:Here