Organiser
Filtrer par machine :
Type de vue :
 
 Messinfo.dat v1.78 
Mercredi 22/02/12 à 19:13 par Firebrand
Ce fichier informatif pour MESS a été mis à jour. Les changements sont les suivants:
- 1.73 07/02/2012: Aligned files to 0.145 version, add new systems and drivers, added some romset infos (bytes/# files). Updated the SVN until February 7, 2012 (r14374).
- 1.74 08/02/2012: Fixed type error ($infoc64n > $info=c64n). Add information about the sets that have all the art files (cabinets, flyers, icons and PCBs): it is only 10 sets (for now).
- 1.75 10/02/2012: Updated the SVN until February 10, 2012 (r14411). Fixed various 'cosmetic' errors.
- 1.76 12/02/2012: Added some romset infos (bytes/# files/packed bytes), now 84% right, from 'A' to 'R'.
- 1.77 14/02/2012: Added, in docs folder, the file 'Drivers SVN nnnnn (0.nnn) yyyymmdd.txt', bringing together in one file all the MESS drivers.
- 1.78 21/02/2012: Aligned files to 0.145u1 version, add new systems and drivers, added some romset infos (bytes/# files). Updated the SVN until February 21, 2012 (r14563).
Télécharger Messinfo.dat v1.78
Site Officiel de Messinfo.dat
 
 ClrMAME Pro v4.03a (32-bit) 
Mercredi 22/02/12 à 14:22 par Firebrand
Quelques correctifs ont rapidement été appliqués à la dernière version de ClrMAME Pro. En voici la liste:
- fixed: 7z crash for archives which don't use date/time stamps (t7z)
- fixed: incorrect removal of sampleof assignements starting with .145u1
Télécharger ClrMAME Pro v4.03a (32-bit)
Site Officiel de ClrMAME Pro
 
 MESSUI v0.145u1 (32-bit) 
Mardi 21/02/12 à 21:11 par Firebrand
La version de MESS avec une interface graphique a aussi été mise à jour sleon MESS v0.145u1.
Télécharger MESSUI v0.145u1 (32-bit)
Site Officiel de MESSUI
 
 MESS v0.145u1 (32-bit) 
Mardi 21/02/12 à 21:10 par Firebrand
Une nouvelle version de MESS a été publiée. Les améliorations sont les suivantes:
New System Drivers Supported:
- Apollo DN3000 15" Monochrome [Hans Ostermeyer]
- Apollo DN3000 19" Monochrome [Hans Ostermeyer]
- Apollo DSP3000 Server [Hans Ostermeyer]
- Apollo DN3500 15" Monochrome [Hans Ostermeyer]
- Apollo DN3500 19" Monochrome [Hans Ostermeyer]
- Apollo DSP3500 Server [Hans Ostermeyer]
- Apollo DN5500 15" Monochrome [Hans Ostermeyer]
- Apollo DN5500 19" Monochrome [Hans Ostermeyer]
- Apollo DSP5500 Server [Hans Ostermeyer]

Systems Promoted from GAME_NOT_WORKING:
(none)

Skeleton drivers:
- Sanyo SX-16 [minataku]

System Driver Changes:
- c64: Added support for the following cartridge types: [Curt Coder]
COMAL 80, Dinamic, Fun Play, GeoRAM, Magic Desk, Mikro Assembler, Ocean, Rex, System 3, Westermann, Zaxxon, Super Games, Epyx Fast Load, Dela EP7x8, Dela EP256, Dela EP64, Rex EP256, Ross, Structured Basic, EasyFlash, StarDOS, Warp Speed, ExOS, MACH5, Magic Formel.
- Added support for the Commodore IEEE-488 cartridge. You can now connect any IEEE-488 disk drive to C64 and even another cartridge using the passthru. (e.g. mess c64p -exp ieee488 -exp:ieee488:ieee9 sfd1001 -cart2 congo)
- Added support for .CRT cartridge image files. Only standard cartridges (8/16KB) are supported for the moment, soon all will be assimilated.
- lynx: removed game_not_working and game_imperfect_sound flags [Huygens]
*fixed sprite scaling bug (fixed blue lightning).
*Implemented mikey sleep register (viking child, dinolympics timing corrected)
*Fixed timer value reading bug (used for pseudo random number generation in blockout)
*Update of layout screen measures approximately 72x46mm (not 4:3)
- next: Normalize the delegates, split the different NeXT variants [O. Galibert]
*Handle command-~
*Make the floppy work
- n64: Multithreaded RDP. Speedups of 1.6x to 2.8x have been observed. [Ryan Holtz]
*Modified VI_V_INTR_REG and VI_V_CURRENT_LINE_REG actually be treated as half-lines, not full lines. Fixes Rampage: World Tour video.
*Modified code to interrupt at the line specified by VI_V_INTR_REG, rather than a fixed 60Hz vblank interrupt.
*Doubled the number of available span structs on the stack, fixes crashing in Mario Kart 64, Star Fox 64, and probably others.
*Partially fix PIF access, several more games recognize cart SRAM, cart FlashROM, cart EEPROM, and controller paks
*Fixed missing text in Super Mario 64 and other games.
*Added skeleton 64DD driver. Boots the 64DD IPL, but does not emulate the hardware yet.
User Note: You will need an unmodified 64DD IPL dump. NOT one that has had the first 4K replaced with a CIC-6102 or other game's boot block.
*Tweaked MI interrupt handling to guard against interrupts getting "lost"
*Hook up 64DD RTC and interrupts. Please insert disc.
*Warm reset support.
*Get Jet Force Gemini to boot and Ocarina of Time to boot without crashing.
.Use bitmap.fill instead of a manual fill when blanking to avoid trashing memory.
.Return DP start/end/current/status/clock registers at correct window for RSP to see.
.Clear DP clock when requested by writing the right bit in DP_STATUS_REG.
.Avoid modifying SP DMA length register during DMA, to return correct reads on SP_RD_LEN and SP_WR_LEN.
*Fix Super Smash Bros. booting. Don't try to call render_triangle_custom if a DrawTriangle command generated no spans.
*Include the delay slot when checksumming single-instruction blocks in the MIPS3 and RSP DRCs. Fixes Sim City 2000 (Japan).
*Various PIF fixes, gets Command & Conquer to boot and games to recognize and save to controller paks.
*Added a trivial Y reject to N64 triangle draw commands. Fixes crashes in both Castlevania games,
Virtual Pool, and maybe others.
- ti99: The Grand TI-99 Family Rewrite, using class structures and modern address maps [Michael Zapf]
- wswan: converted rotation to core method used by lynx [Huygens]
*controls are rotated with the console for vertical games
*buffered sprite table data (fixes pbobble etc.)
*corrected voice audio mode (voice volume is unsigned not signed)
- vic20: Cleaned up cartridge interface, and added preliminary .CRT image support. [Curt Coder]
- next: Add information and correct some about the various next roms [Lord Nightmare]
- a7800: Added reasonable return values for the TIA collision registers [Dan Boris]
- hec2hp: Fixed regressions [JJ Stacino]

Software Lists:
- mbc55x.xml: added software list for the Sanyo MBC-550 and MBC-555 systems [Kaylee]

Source Changes:
- ISA Gravis Ultrasound device [Barry Rodewald]
- Work on et4000 16bbp and 24bbp video modes [Carl]
- Made generic serial port and RS232 port as slot devices, implemented pc mouse as example device [Carl]
- 68040 CPU: FSAVE fix, Add correct idle frames, Show the correct virtual map [O. Galibert]
- Added basic wrapper for Diamond Multimedia (Cirrus Logic based) ISA SVGA [Kaylee]
- Added null_modem and serial_terminal as slot devices [Carl]
- i386: Fix cmpsb (dir /s and edit works now) [Carl]
Télécharger MESS v0.145u1 (32-bit)
Site Officiel de MESS
 
 ClrMAME Pro v4.03 (32-bit) 
Lundi 20/02/12 à 19:16 par Firebrand
Les changements apportés aux CHDs impactent bien évidemment le fonctionnement de ClrMAME Pro qui a été mis à jour avec le support de cette nouvelle gestion:
well...major update. CHD version 5 is introduced and multi software list support is added...
- added: multi SoftwareList support; see below for details
!!! when importing MAME, you're asked if you want to import software lists since even MAME got some. If you're not familar with it, don't import them !!!
- added: chd version 5 support
removed internal chd decompress/verify process. Deep validation is now done directly by calling chdman. For this, you need to go to Settings->Compressor->ChdMan and setup the path (if not included in %PATH% env variable already) for chdman. Also the default validation command needs to be entered. Default is given for latest chdman which comes with 145u1. !!! Older versions require -verify %1, the current one verify -i %1 !!! During validation you see the chdman console window, so you can see the progress. Removed option for read sector map and show bad metadata. Cmpro now only reads the various headers and checks the sha1/md5 there. Also I've added an option in the chdman dialog to select your prefered chd version. If found chds don't match, you will get a warning during scanning. This replaces the old upgrage/downgrade messages. !!! The current default value here is 5. You should set this to 4 if you did not update yet !!!
- added: samples extensions wav, flac, ape and sam are supported
- added: profiler context menu option to clean cache for single profiles/folders
- misc: show warning if sysdefpaths aren't rompaths plus option to auto add them
- misc: don't warn about not active sysdefpaths when no path is assigned
- misc: setinfo shows standard/mechanical/device/etc in separate branches
- misc: systems dialog list standard/device/etc with new captions
- misc: improved fuzzy name check in case of double checksums
- misc: some general packer handling for empty filenames in archives
- misc: some more descriptive rar error messages
- misc: removed warning if rompath names match setnames
- added: compressor / general option to warn about identical names in archives
- fixed: crash on 7z entries with no filename
- fixed: possible memleak on illegal 7z file timestamps
- fixed: wrong progress title & cancel handling when auto-moving to sysdefpaths
Multi-SoftwareList support: This version brings you multi-software list support, i.e. multiple software lists within one xml will be read (single software lists are also supported of course, no matter if they are standalone or with outer ). Multi software lists are handled like this:
*all sets (no matter if they got identical names) are added to the current games list
*for each software list, a new system (system picker dialog) is added you have to assign unique sysdefpaths to such new 'systems'
*profile is named after the 1st and last software list (in case of an exe import, the profile is named after the exe profile description)
*fix dats export all missing files
*datfile export (setinfo window) does NOT export software list roms
*setinfo window's select-sets edit box got a new variable (%l) to pick roms from a given list
*scanner output of a missing set additionally lists the software list (can be enabled/disabled via context menu view)
EXE improvements:
*in case of an exe -listxml output (like MAME/MESS) you're asked if you want to include found software list. You see a list of available ones and can select none, some or all. In case of some, your selection will be remembered for a possible future update of MESS/MAME
*in case of 'all', the exe is run once again with -listsoftware
*in case you picked some, cmpro runs "-listsoftware softwarelistname"
Keep in mind that you can drag'n drop rompaths in the settings folder for a quick way to add all your software lists paths. Then you can use the auto assign option in systems to setup the belonging sysdefpaths. You can of course still use singe software list profiles if handling via sysdefpaths is too complex for you.

Télécharger ClrMAME Pro v4.03 (32-bit)
Site Officiel de ClrMAME Pro
 
 Ultimate MAME v0.145+ (32-bit) 
Mardi 14/02/12 à 19:36 par Firebrand
Une nouvelle version de cette réunion de MAME et MESS a été publiée. En plus d'être mis à jour selon MAME v0.145, voici les autres changements:
This as suggested is built from the MESS SVN r14446 code. It includes everything from the MAME/MESS of that revision, including the 7-zip support for ROMs.
As an additional option I’ve included extra binaries which are built as ‘MESS’. Those binaries will identify themselves as ‘MESS’ to external applications instead of Ultimate/Universal/MAME. This is done for compatibility with the QMC2 frontend. The MESS Version of the QMC2 frontend can be used with the ‘MESS’ binaries, because as far as it’s concerned it’s just a build of MESS with additional arcade titles. The actual MAME version of QMC2 is more stripped down and lacking in features needed to run various systems included in the Ultimate version, so you have to trick it into thinking it’s running MESS. If you’re not running / wanting to run QMC2 you have no need for these binaries.
Télécharger Ultimate MAME v0.145+ (32-bit)
Site Officiel de Ultimate MAME
 
 WolfMESS v0.145 
Samedi 11/02/12 à 12:04 par Firebrand
Cette version de MESS désactivant les codes de triche intéressante pour les compétitions de hi-scores a été mise à jour selon MESS v0.145.
Télécharger WolfMESS v0.145
Site Officiel de WolfMESS
 
 Messinfo.dat v1.73 
Mercredi 08/02/12 à 19:17 par Firebrand
Une nouvelle version de ce fichier informatif a été publiée. Voici les changements apportés:
- Aligned files to 0.145 version.
- Updated the SVN until February 7, 2012 (r14374).
Télécharger Messinfo.dat v1.73
Site Officiel de Messinfo.dat
 
 MESSUI v0.145 (32-bit) 
Mercredi 08/02/12 à 19:15 par Firebrand
MESSUI a été mis à jour dans sa version 32-bit selon MESS v0.145.
Télécharger MESSUI v0.145 (32-bit)
Site Officiel de MESSUI
 
 MESS v0.145 (32-bit) 
Mercredi 08/02/12 à 19:13 par Firebrand
Cet émulateur émulant de multiples machines domestiques a été mis à jour. Les améliorations sont les suivantes:
New System Drivers Supported:
(none)

Systems Promoted from GAME_NOT_WORKING:
(none)

Skeleton drivers:
- Olympia People PC [Robert aka rfka01]

System Driver Changes:
- c64: Implemented memory mapping via a 82S100 device that uses the fusemap of the real C64 PLA. This enables full cartridge support, and more accurate emulation of the hardware in the future. Retired the old driver, and separated Ultimax (vic10) and C64DTV to their own drivers. [Curt Coder]
- lynx: Added basic uart loopback emulation (loopz, malibu, bzone2k, awesomeg get past intro) [Huygens]
*Moved sign conversion code inside multiply function (fixes stunrun)
*cartslot changed to mandatory (real lynx will not power on without a game inserted)
*moved sign detection back outside multiply function.
*added sign flag updating on write to LSB of MATH_CD register.
- n64: DMA / RSP / RDP Optimization and Documentation [MooglyGuy]
*Start of mass variable renaming / documentation in the RDP core
*RSP Opt: Shunt around the core memory system for RSP instruction / data fetches
*DMA Opt: Shunt around the core memory system for SP and PI DMA transfers
*RDP Opt: Replace 2D switch statement with function table for texel fetching
*RDP Opt: Replace 3x array lookup for 16-to-32 pixel expansion with 64K LUT
*RDP Opt: Remove setters / getters in favor of direct member access

Software Lists:
- ibm5140.xml: added floppy disk softlist. [Kaylee]
- apple1.xml: added tape software list [Anonymous01, Fabio Priuli]
- famicom.xml: added a floppy disk softlist and updated the driver to use it. [Fabio Priuli]

Source Changes:
- Added Covox DAC and Covox Stereo-On-1 [Miodrag Milanovic]
- Added emulation of HD64610 RTC and hooked up to pda600 driver. [Sandro Ronco]
- ISA card AHA1542 skeleton added [Darkstar]
- Added noise support to UPD1771 [plgDavid]
- Added ISA IBM PC Music Feature Card [Phil Bennett]
- ioport.c: Made the key/paste buffer auto-expand when it becomes full. This makes it possible to paste larger BASIC programs for instance. [Wilbert Pol]
Télécharger MESS v0.145 (32-bit)
Site Officiel de MESS
 
 Messinfo.dat v1.72 
Mercredi 01/02/12 à 20:53 par Firebrand
Une nouvelle version de ce fichier informatif pour MESS a été publié. Voici les changements apportés:
- 1.70 19/01/2012: Added some romset infos (bytes/# files/packed bytes), now 70% right. Updated the SVN until January 19, 2012 (r14089). Added to the web page the link to view the changelog.
- 1.71 29/01/2012: Added some romset infos (bytes/# files/packed bytes), now 74% right.
- 1.72 31/01/2012: Aligned files to 0.144u7 version. Updated the SVN until January 31, 2012 (r14277)
Télécharger Messinfo.dat v1.72
Site Officiel de Messinfo.dat
 
 MESSUI v0.144u7 (32-bit) 
Mercredi 01/02/12 à 20:52 par Firebrand
Cette version de MESS comportant une interface graphique a été mis à jour selon la dernière version de l'émulateur.
Télécharger MESSUI v0.144u7 (32-bit)
Site Officiel de MESSUI
 
 MESS v0.144u7 (32-bit) 
Mercredi 01/02/12 à 20:52 par Firebrand
Suivant le développement du noyau de MAME, une nouvelle version de MESS a été publiée. Les modifications sont les suivantes:
New System Drivers Supported:
(none)

Systems Promoted from GAME_NOT_WORKING:
(none)

Skeleton drivers:
- Wang Professional Computer [Anna Wu]
- Boris Diplomat [Sean Riddle, Justin Kerk]
- Apricot FT//ex 486 (J3 Motherboard) [Kaylee]
- Apricot FTs (Panther Rev F 1.02.26) [Kaylee]

System Driver Changes:
- nespal: fixed bug #1394, the driver is back to the correct speed. [Fabio Priuli]
- bullet: Implemented Wave Mate Bullet Revision F hardware, a ROM dump is missing though. [Curt Coder]
- nes: fixed longstanding regression in 4screen mirroring games (e.g. Gauntlet) [Fabio Priuli]
- vic20: Implemented the expansion port. You can now plug in an IEEE-488
cartridge and any of the CBM IEEE floppy/hard drives. (e.g. mess vic20p -exp ieee488 -exp:ieee488:ieee9 c4040 - flop2 diskimage.d64; SYS 45065; LOAD "$",9) [Curt Coder]
- vic20: Emulated the VIC-1110 8K RAM Expansion cartridge. [Curt Coder]
- vic20: Emulated the VIC-1210 3K RAM Expansion cartridge. [Curt Coder]
- vic20: Emulated the VIC-1111 16K RAM Expansion cartridge. [Curt Coder]
- vic20: Emulated the VIC-1211A Super Expander with 3K RAM cartridge. [Curt Coder]
- vic20: Emulated the VIC-1010 Expansion Module. You can now connect up to 6 cartridges using this expander. (e.g. mess vic20p -exp exp -exp:exp:slot1 ieee488 -exp:exp:slot2 8k -exp:exp:slot3 8k -exp:exp:slot4 8k) [Curt Coder]
-lynx: timer changes (fixes a palette change bug in viking child) [Huygens]
*xor sprites check if collision processing is enabled (fixes todd's adventures intro flicker and xenophobe)
*added rendering to a secondary bitmap to fix tearing (there's probably a better way to do this)

Software Lists:
- tiki100.xml: Added software list. [Curt Coder]
- a2600.xml: added a couple of dumps and region compatibility. [Kaylee]

Source Changes:
- i386: Various improvements of cpu core, mostly protected mode related [Carl,Barry Rodewald]
- SoundBlaster: added DMA timer for more realistic IRQ acks, added 0xD0 stop DMA command,
cleaned up DRQ semantics. [R. Belmont]
- floppy: Do specific UI handling [O. Galibert]
- ppu2c0x: converted NES PPU to be a modern device. [Fabio Priuli]
- m68fpu: Accept some more variants of fsave/frestore [O. Galibert]
- flopimg.h: docbookified documentation [balrog]
- floppy: libertarian relicensing [O. Galibert]
- m4510: initialize the input callback too [O. Galibert]
Télécharger MESS v0.144u7 (32-bit)
Site Officiel de MESS
 
 Messinfo.dat v1.69 
Mercredi 18/01/12 à 19:20 par Firebrand
Ce fichier informatif pour MESS a été mis à jour après la sortie de MESS v0.144u6. Voici les modifications apportées:
- 1.67 11/01/2012: Added romset infos (bytes/# files/packed bytes) for 0.144u5.
- 1.68 16/01/2012: Updated the SVN until January 16, 2012 (r14060). Added some romset infos (bytes/# files/packed bytes).
- 1.69 17/01/2012: Aligned files to 0.144u6 version.
Télécharger Messinfo.dat v1.69
Site Officiel de Messinfo.dat
 
 MESSUI v0.144u6 (32-bit) 
Mardi 17/01/12 à 19:36 par Firebrand
La version de MESS pourvue d'une interface graphique a bénéficié de la mise à jour de l'émulateur. Elle est seulement disponible en 32-bit pour l'instant.
Télécharger MESSUI v0.144u6 (32-bit)
Site Officiel de MESSUI
 
 MESS v0.144u6 (32-bit) 
Mardi 17/01/12 à 19:34 par Firebrand
Suite aux dernières modifications de MAME, une nouvelle version de MESS a été publiée. Les améliorations sont les suivantes:
New System Drivers Supported:
(none)

Systems Promoted from GAME_NOT_WORKING:
-MMD2 [Robbbert]

Skeleton drivers:
(none)

System Driver Changes:
-rm380z: Added support for switching between 40- and 80-column modes. [Gabriele D'Antona]
-a5200: added workaround for a13 mirroring when loading from softlist. Now the software list behavior matches 100% the fullpath loading. [Fabio Priuli]
-rm380z: More video fixes and improvements. [Gabriele D'Antona]
- rm380z: Fixed keybaord inputs. Improved scrolling and partial implementation of grpahics characters. [Gabriele D'Antona]
- N64: Various changes: [MooglyGuy, Happy]
*Converted AI / VI / MI / RI / SI / PI into a modernized device
*PI DMA now takes place after an appropriate delay to simulate transfer time
*SP DMA no longer rejects transfers of 0 bytes (should transfer one 8-byte word)
- Jupiter3: Hooked up screen and keyboard [Robbbert]

Software Lists:
-rainbow.xml: updated software list [Kaylee]
-sage2.xml: Added floppy software list. [Curt Coder]

Source Changes:
- enabling load of multi part softlist items on all available device [Fabio Priuli]
- floppy: DiskCopy 4.2 support [O. Galibert]
- i8279 improvements. Hooked up to sdk85, sdk86, selz80. [Robbbert]
- i386: Bit more progress towards getting 386 enhanced mode Windows running. [Carl]
- upd765: Added INT/DMA read handlers. [Curt Coder]
- Added support for 2 drives on IDE controller [Miodrag Milanovic]
- Connected ISA slot devices for 32bit PC machines [Miodrag Milanovic]
- i386: Beginning to implement page faults. [Carl]
- ipf: Fix a stupid memory leak, thanks Firewave [O. Galibert]
- i386: Added I/O permissions. Windows 3.0 can now start up in 386 enhanced mode. [Carl]
- SoundBlaster: E2 protection check fixed. test-sbc.exe now passes initial tests. [R. Belmont]
- SoundBlaster: recognize command 0x10 for Inertia Player [R. Belmont]
Télécharger MESS v0.144u6 (32-bit)
Site Officiel de MESS
 
 Messinfo.dat v1.66 
Mardi 10/01/12 à 19:17 par Firebrand
Ce fichier informatif pour MESS a été enrichi avec les nouvelles données de MESS v0.144u5. Voici l'ensemble des modifications:
- 1.64 02/01/2012: Added romset infos (bytes/# files/packed bytes) for 0.144u4 sets and fixed some positioning error alphabetical sets.
- 1.65 05/01/2012: Updated the SVN until January 5, 2012 (r13829). Updated "version.ini" with set added in 0.144u3 and 0.144u4.
- 1.66 09/01/2012: Aligned files to 0.144u4 version. Updated the SVN until January 9, 2012 (r13954).
Télécharger Messinfo.dat v1.66
Site Officiel de Messinfo.dat
 
 MESSUI v0.144u5 (32-bit) 
Mardi 10/01/12 à 19:13 par Firebrand
La version de MESS avec une interface graphique est également passée à la v0.144u5. Les changement sinternes sont le ssuivants:
- Fixed a reported problem with the Vertical Refresh selection. [Calamity (MAMEUIFX forum)]
- Updated to work with core astring changes.
Télécharger MESSUI v0.144u5 (32-bit)
Site Officiel de MESSUI
 
 MESS v0.144u5 (32-bit) 
Mardi 10/01/12 à 19:11 par Firebrand
Après MAME, c'est au tour de MESS de publier une nouvelle version intermédiaire. Voici ce qu'elle apporte:
New System Drivers Supported:
- Palm Z22 [Tim Schuerewegen]
- Mini2440 [Tim Schuerewegen]
- Mera-Elzab Meritum I (model 2) [Miodrag Milanovic]
- RM-380Z [Gabriele D'Antona]

Systems Promoted from GAME_NOT_WORKING:
- SLC1 [Robbbert]

Skeleton drivers:
- Axel AX-20
- Didaktik M 92
- Mera 79152PC
- Mera Konin
- Siemens PC-D [rfka01]
- NCR Decision Mate V [rfka01]
- DEC Rainbow 100B [rfka01]

System Driver Changes:
-poly1: Added Terminal roms [Andrew Trotman]
-Fix for a400, a800 and clones which caused a crash navigating the Input menu. [hap]
-a5105: Implemented memory banking. [Sandro Ronco]
-mac: Cuda device talks to the 680x0 properly; Color Classic now shows something. [R. Belmont]
-mac: Fixed Cuda timer interrupt ack and default PRAM for Egret and Cuda [R. Belmont]
-victor9k: Fixed keyboard MCU clock. [Lord Nightmare]
-nc: Added v1.02 Danish and v1.02 German bios variations of the NC100. [Roberto Carlos Fernandez Gerhardt]
-cbm: Added ICT Mini Chief hard disk ROMs. [Curt Coder]
-mac: add preliminary support for LC520 (not working yet) [R. Belmont]
-pet: Added skeleton for SSE SoftBox IEEE-488 peripheral. [Curt Coder]
-macpci: new driver to support PCI-based Old World Macs, including Pippin [R. Belmont]
-c64: Added skeleton for Serial Box IEC peripheral. [Curt Coder]
-mac: Added skeleton device for low-level emulation of the original Mac keyboard [R. Belmont]
-ip22: Made the SGI Indy driver about 130% faster on my machine (from 50% speed to 115% speed on a 3.2GHz i7) by commenting out debug logging wholesale rather than leaving in an inline do-nothing if(). [MooglyGuy]

Software Lists:
-coleco.xml: added an earlier dump of dkong. [k1w1]
-rainbow.xml: DEC Rainbow 100 Softlist [Kaylee]

Source Changes:
-pc_cga.c: Fixed selection of mc6845 input clock. [Wilbert Pol]
-floppy: Add media type and write splice information to the internal representation, and start handling HD [O. Galibert]
-8530scc: Modernize. Hopefully nothing broke [O. Galibert]
-floppy: Add an "unknown" form factor and use it to fix floptool [O. Galibert]
-mcs48: Fixed I8021/I8022 clock divider. [Curt Coder]
-i386: Patch for i386 helps booting Phoenix bios [Carl]
-scsibus: Increment command index on acknowledge instead of data read, since Visual 1050 BIOS skips the message byte read and just acks it. [Curt Coder]
-Fix four spc700 opcodes which didn't disassemble correctly [kevtris]
-scsibus: Added group 6 (vendor specific) command length. [Curt Coder]
-scsibus: Implemented SASI group 6 command 00 (C0, Physical Device ID). [Curt Coder]
-scsibus: Sector size is now configurable in init_scsibus. [Curt Coder]
-scsihd: Get sector size from CHD metadata to support old 256 bytes/sector SASI drives, and allow hard disk image subdevices. [Curt Coder]
-uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert]
-floppy: Add diskferret format support, and a minimal pc support [O. Galibert]
-First draft of i8279 device. Hooked up to mmd2, which now nearly works [Robbbert]
-softlist: Fix entry count tracking issue [O. Galibert]
Télécharger MESS v0.144u5 (32-bit)
Site Officiel de MESS
 
 Ultimate MAME v0.144u4 
Vendredi 30/12/11 à 11:54 par Firebrand
Cet, émulateur réunissant MAME et MESS a été mis à jour. Il est basé sur une version de MAME post v0.144u4 (c'est à dire une version WIP au delà de v0.144u4 et pas encore 0.144u5) ainsi que la révision 13871 de MESS. L'archive est très volumineuse car elle comprend les version 32 et 64-bit de l'émulateur ainsi que les sources:
This one is actually just based off MESS SVN revision 13871, so I’m not 100% sure which MAME version it’s synced to, but it’s post 0.144u4 for sure.
The process is simpler than it’s ever been right now, requiring minimal changes, in essence just a tool to combine the lists, and a new build target. A source diff of the needed changes is here.
I’m simply offering a single package this time, this includes:
- complete.exe / complete64.exe – 32-bit and 64-bit builds of the combined binary as well as the rather redundant
- mame.exe / mame64.exe – 32-bit and 64-bit builds of just the MAME target
- mess.exe / mess64.exe – 32-bit and 64-bit builds of just the MESS target.
32-bit and 64-bit compiles of the tools are included in tools32/tools64 folders too the full source is in there as well.
Télécharger Ultimate MAME v0.144u4
Site Officiel de Ultimate MAME
 
<< Page précédentePage suivante >>