Organiser
Filtrer par machine :
Type de vue :
 
 MESS v0.135 
Dimanche 08/11/09 à 20:19 par Reeko
MESS est un émulateur basé sur le noyau de MAME mais émulant de nombreuses consoles et ordinateurs.
La liste des améliorations est très longue que je vous invite à consulter sur cette page.
Télécharger MESS v0.135
Télécharger MESS v0.135 (i686)
Site Officiel de MESS
 
 ClrMAME Pro v3.131b (32-bits) 
Mardi 03/11/09 à 19:02 par Firebrand
Une nouvelle version de ce gestionnaire de ROMs qu'on ne présente plus a été publiée et corrige un bug:
- fixed: rename wizard's 'keep parent' option isn't working
Télécharger ClrMAME Pro v3.131b (32-bits)
Site Officiel de ClrMAME Pro
 
 ClrMAME Pro v3.131a (32-bits) 
Jeudi 29/10/09 à 11:11 par Firebrand
Cet excellent gestionnaire de ROMs a été mis à jour. Les améliorations sont les suivantes:
- fixed: header support reported bad hashes when using the decompress and calc sha1/md5/full crc tests
- fixed: rename wizard column sorting gets broken after using "Apply Changes"
- fixed: merger shows merge options even when no parent/clone relationships are available
Télécharger ClrMAME Pro v3.131a (32-bits)
Site Officiel de ClrMAME Pro
 
 WolfMESS v0.134 
Samedi 26/09/09 à 11:30 par Firebrand
Cette version de MESS interdisant l'utilisation de codes de triche a été mis à jour selon MESS v0.134.
Télécharger WolfMESS v0.134
Site Officiel de WolfMESS
 
 MESS v0.134 
Mercredi 16/09/09 à 19:04 par Firebrand
Cet émulateur basé sur le noyau de MAME profite de la mise à jour de celui ci est passe en version 0.134.
Télécharger MESS v0.134
Site Officiel de MESS
 
 ClrMAME Pro v3.131 (32-bits) 
Mardi 01/09/09 à 18:14 par Firebrand
Ce gestionnaire de ROMs a été mis à jour. Les modifications portent principalement sur lm'assistant de renommage:
More on rename wizard:
- changed analysis to 5-pass: 1) unique set hash 2) single unique rom hash match 3) single unique chd hash match 4) description match 5) setname match
- detecting removed, added and replaced sets
- new layout, list control, sortable columns
- acess via Profiler Button
- keeping positions and options
- added option for enable/disable parent rename
- added option for enable/disable rename to multiple new name
- detecting new, removed and replaced sets
- export to clipboard, file and file (mamediff format)
- diff button only reparses files if needed
- ability to apply renames to a 3rd datfile (e.g. an artwork datfile). You can select 'apply on sets' or 'apply on roms' method. 'Apply On Sets' renames set name (description, year, manufacturer, romof, cloneof, sourcefile tags optionally), while 'Apply on Roms' renames rom name, rom merge tags. In case of roms, it checks the names with and without extensions, so you can easily have them as e.g. *.png. This 'Apply' option will only do the renames. Removed, added, replaced sets are not handled. Usage example: Enter paths to a MAME .133 datfile as old and MAME .133u3 datfile as new. Hit 'diff' and see what the renames......now load a MAME flyersdatfile for .133 as 'Modify DatFile'. Enable 'Apply On Roms' and hit 'Apply Renames'. It will create you a *_new.dat with the updated roms.
Télécharger ClrMAME Pro v3.131 (32-bits)
Site Officiel de ClrMAME Pro
 
 ClrMAME Pro v3.130a (32-bits) 
Jeudi 13/08/09 à 19:30 par Firebrand
Une nouvelle version de ce gestionnaire de ROMs a été publiée. Les améliorations sont les suivantes:
- rename wizard: - improved fuzzy name compare - don't allow identical new names, the one with the best method wins
- misc: don't replace illegal chars in description tags until you use it for writing
- misc: reapplying setinformation options "incl.clones/parents" on profile load, this can be useful if you limit sets with "available sets" (and the parent/clone options) to auto-enable some renamed sets on dat update. However you still should recheck the limit sets after an update since limiting sets is not robust against massive renames.
- misc: improved chd decompress and check hash routines slighly
- fixed: checkbox init of scanner->Hash&CHD->CHD MD5/SHA1 is not always correct
- fixed: header support getRealSize was still broken
Télécharger ClrMAME Pro v3.130a (32-bits)
Site Officiel de ClrMAME Pro
 
 ClrMAME Pro v3.130 (32-bits) 
Vendredi 07/08/09 à 11:14 par Firebrand
Ce gestionnaire de ROMs vient d'être mis à jour. Les améliorations sont les suivantes:
a somehow "in between" release. Since I'm currently preparing a house move I better release what I got at the moment....

- added:
1st part of the upcoming new toy "Rename Wizard".
You may know about the major set renames in latest MAME, well the Rename Wizard should help you in the future to update e.g. related datfiles (like artwork datfiles, etc...). The basic idea is: Load an old datfile and a new datfile. Find set renames. Apply the renames to a third datfile (e.g. artwork) either to rom or set level and save this dat. So the 1st step is to find set renames.
Logiqx's MAMEDIFF is usually used for such a thing but MAMEDIFF isn't as accurate as you might think. So Logiqx and myself though about other ways to find renames. The current idea is a 6-path check (from highest to lowest prio).

1) unique set hash compare: Hash is created over all rom/disk hashes and in case of nodumps or samples over names. Hash lookup tries to find a matching set.
2) single unique rom hash compare: Take a single unique rom hash of old datfile set and check if it's a single unique hash in new datfile. Use this to find a matching set
3) single unique chd hash compare: similar to 2) but on chds
4) fuzzy name check: similar to cmpro's scanner set name check. Tries to find the 'best fit' name
5) lazy description compare: try to match the descriptions
6) lazy set compare: try to match the setname

Currently a complete set list is produced showing something like:
old name -> new name [succeeded matching method] or *old name -> new name [succeeded matching method] or old name -> ? (when no match was found....propably a removed set) The * indicates a name change.

This part is already in...you can play around with it if you like.
The next steps will be:
- optionally disallow parent-to-clone renames (since a lot of dats work on parent sets only)
- load and apply changes on 3rd datfile
The Rename Wizard is not directly visible at the moment...but still easy to find. Check out popup menus if you want to know more ABOUT it.

- added: warning when 'Sets' scan option is not enabled
- added: dir2dat option to create a 0 byte file for empty folders
- misc: show common rebuilder warnings only once and not per addpath
- misc: improved fuzzy set name check
- fixed: xml dats with UTF ByteOrderMark aren't listed in profiler
- fixed: when using header support, rom size values are wrong
- fixed: offline datfiles 0 crc/ 0 size issue
Télécharger ClrMAME Pro v3.130 (32-bits)
Site Officiel de ClrMAME Pro
 
 ClrMAME Pro v3.128b 
Dimanche 26/07/09 à 22:12 par Reeko
Quelques corrections ont été apportées à ce gestionnaire de ROMs pour Windows:
misc: increased scanner speed slightly
misc: wrong named chds on root level (and with root mode enabled) are detected and can be fixed
misc: you can add/drop *.xml files as datfiles, too now
fixed: offline xml dat parser (however naming is currently limited to release number + name + extension)
fixed: "double description/folder" renames during parsing can create double counter extension
fixed: old style dat parser is broken in 3.128a
Télécharger ClrMAME Pro v3.128b (32-bits)
Site Officiel de ClrMAME Pro
 
 MESS v0.133 
Dimanche 26/07/09 à 22:10 par Reeko
Vous cherchiez l'équivalent de MAME pour les consoles et les ordinateurs ? Et bien vous l'avez trouvé ! MESS, Multiple Emulator Super System, émule près de 400 systèmes différents ! Il est basé sur le noyau de MAME car de nombreuses puces de cartes arcade ressemblent beaucoup à celle que l'on retrouve dans le hardware des consoles et ordinateurs il est donc ainsi plus facile de les émuler.
Cependant comme MAME, MESS souffre d'un problème d'optimisation des différents drivers donc il est difficile de trouver des systèmes qui soient parfaitement émulés par son biais.
Si vous êtes allergiques aux lignes de commandes nous vous invitons à lancer messgui qui utilise la même interface graphique que MAMEUI, de quoi ne pas trop vous dépayser.
Télécharger MESS v0.133
Site Officiel de MESS
 
 ClrMAME Pro v3.128 
Mardi 21/07/09 à 19:34 par Reeko
Nouvelle version de ce très bon gestionnaire tournant sous Windows dont voici les améliorations:
added: batcher-rebuilder always scan/never scan subfolder options
misc: enhanced "Can't merge set due to equal names" check to work with chds, too
misc: increased memoryfile size which is used for header support. This should increase speed when header detection is done on zipped files
misc: added shareRead and shareWrite options to cmpro.ini. Setting them to "on" will allow generalfile read/write sharing. Use it on your own risk ;)
removed: fix missing scans all set. An old resource hog...rarely used

Une version 64 Bits est également disponible sur le site.
Télécharger ClrMAME Pro v3.128 (32-bits)
Site Officiel de ClrMAME Pro
 
 RomCenter v3.40 
Samedi 11/07/09 à 13:57 par Reeko
Grand concurrent de ClrMAME Pro, RomCenter est donc un gestionnaire de ROMs tournant sous Windows. Certains préférent son interface à celle de son concurrent.

Voici la liste des nouveautés:

Bugs fixed:
- Fix size error on files > 3GB (datutil 2.46)
- Fix arcade plugin to identify new chd format
- Fix case settings sometimes not saved
- Fix incorrect text in comment column
- Fix lynx plugin (100% support for no-intro dats)
- Fix fds plugin (100% support for no-intro dats)
- Fix atari 7800 plugin
- Fix some device insertion detection problems
- Fix readonly detected on readwrite network share
- Fix network share falsely replaced by mapped drive
- Fix black toolbar under win2k (almost ok)
- Fix datafiles infos in 'about' dialog
- Fix display link infos in status bar in 'about' dialog
- Fix releases/regions/language various bugs
- Fix 4 console systems files missing in mame
- Fix some french strings

Added:
- Added multithreaded 'rename roms'
- Added ability to set the number of threads
- Added 32 bits alpha blended icons
- Added big size alpha blended application icon (compatible vista / seven)
- Added 'verified' flag support with new icons
- Added 'One set one game' support (1G1R for console, also compatible with multiroms games)
- Added 'format' column to display real file format (returned by plugins)
- Added icon for non available devices
- Added 'copy files' shell tool
- Added 'pcengine' plugin (100% support for no-intro dats)
- Added 'database statistics' panel on database node
- Added more statistics (verified roms, files, disks, bios, samples)
- Added 'check for romcenter updates' feature.
- Set threads priority to medium
- Windows seven compatible

Télécharger RomCenter v3.40
Site Officiel de RomCenter
 
 MESS v0.132 
Samedi 20/06/09 à 12:46 par Reeko
MESS est un émulateur un peu particulier car il est l'équivalent de MAME pour consoles et ordinateurs. Autrement c'est un émulateur supportant un nombre incroyable de consoles et d'ordinateurs. A tester car malheureusement l'optimisation n'est pas toujours au RDV. Voici les améliorations:

New System Drivers Supported (in no particular order):
------------------------------------------------------
- AC1 SCCH [Miodrag Milanovic]
- Amiga 1200 NTSC & PAL (not working) [incog nito, Dirk Best, Fabio Priuli]
- Amiga CD32 (not working) [incog nito, Fabio Priuli]
- Amstrad NC150 [Roberto Carlos Fernandez Gerhardt, Wilbert Pol]
- Brailab 4 (not working) [Miodrag Milanovic]
- BOB-85 [Miodrag Milanovic]
- CD-I (not working) [incog nito]
- CIP-01 [Miodrag Milanovic]
- Frael Bruc 100-1 [Miodrag Milanovic]
- HP38G, HP39G, HP49G (partialy working) [Miodrag Milanovic]
- MC80.21/22 (not working) [Miodrag Milanovic]
- MC80.30/31 (not working) [Miodrag Milanovic]
- Microbee Premium PC85 (not working) [Robbbert]
- Microbee 64k (not working) [Robbbert]
- Microprofessor III [Miodrag Milanovic]
- NEC PC-8001, PC-8001MkII, PC-8801, PC-8801MkII (all not working),
PC-8801MkIIFR, PC-8801MkIIMR, PC-8801MH, PC-8801FA, PC-8801MA,
PC-8801MA2, PC-8801MC [Fabio Priuli]
- Nintendo M82 Display Unit (not working) [Andy Welburn, Fabio Priuli]
- NTS DreamWriter T200 (not working) [Roberto Carlos
Fernandez Gerhardt, Wilbert Pol]
- Palm IIIc,Palm m100,Palm m130,Palm m505,Palm m515
Palm V, Palm Vx,Visor Edge,Symbol SPT1500,
Symbol SPT1700, Symbol SPT1740 (not working) [Miodrag Milanovic]
- PC/M Mugler [Miodrag Milanovic]
- PolyMorphic Systems Poly-88 [Miodrag Milanovic]
- PolyMorphic Systems Poly-8813 (not working) [Miodrag Milanovic]
- Pravetz 82, 8M and 8C [Miodrag Milanovic]
- Ringo 470 (not working) [Miodrag Milanovic]
- Samsung SPC-1000 [Miodrag Milanovic]
- Sharp MZ-1500, MZ-80A (not working) [Fabio Priuli]
- Sharp Pocket Computer 1245,1250,1255,1260,1261/1262 [Miodrag Milanovic]
- SNK NeoGeo AES [R. Belmont, Fabio Priuli]
- Steepler Dendy Classic (not working) [incog nito]
- TK85 [Robbbert, Miodrag Milanovic]
- Timex Sinclair 1500 [Robbbert, Miodrag Milanovic]
- Votrax Type-'N-Talk (not working) [Lord Nightmare, Kevtris]
- Xerox 820 [Robbbert, Curt Coder]
- ZX97 (not working) [Miodrag Milanovic]



Skeleton drivers :
------------------
- Agat-7
- Agat-9
- Acorn 6809
- BIC A5105
- BCS-3
- Beehive DM3270
- BK-0011M
- Bung Doctor PC Jr
- C-80
- Camputers Lynx 48
- Camputers Lynx 96
- Camputers Lynx 128
- Canon X-07
- CCE MC-1000
- Chess-Master
- DEC VK-100
- Dunfield 6809 Portable
- Elektronika MK-85
- Elektronika MK-90
- Elwro 800 Junior
- Epson PX-8
- Epson QX-10
- FK-1
- Fujitsu FM7
- Fujitsu FM77AV
- Fujitsu FM77AV40SX
- Heathkit ET-3400
- Hubler/Everts MC
- Interact Family Computer
- IQ-151
- Kay 1024
- KC 85/2
- KC 85/5
- SC-80
- LC-80
- National JR200
- Heathkit H8
- Heathkit H19
- Heathkit H89
- Hector 2HR+
- Hector 2HRX
- Hector 1
- Jaguar CD
- MicroArt ATM
- MicroArt ATM 2 Turbo
- Nanos
- NEC PC-6001
- NEC PC-6001A
- NEC PC-6001mkII
- NEC PC-6001mkIISR
- NEC PC-6600
- NEC PC-6600SR
- NEC PC-8500
- NEC PC-88 VA
- NEC PC-9801
- NEC PC-9821
- Nintendo Super Famicom Box
- Olivetti L1 M20
- Olivetti L1 M40
- Philips VG-5000
- Philips VG-8000
- Philips VG-8010
- Philips VG-8010F
- Plydin-601
- Plydin-601A
- PK8000 Vesta
- PK8000 Sura/Hobby
- PK6812c
- Profi
- PROF-80
- Poly-Computer 880
- Quorum
- Robotron A5120
- Robotron A5130
- Schachcomputer SC1
- Schachcomputer SC2
- Sega 32X
- Sega CD
- Sega Mega-CD
- Sharp MZ-80B
- Sharp MZ-2500
- Sharp X1
- Sharp X1 Turbo
- Sharp X1 Turbo Z
- SNK NeoGeo CD
- SNK NeoGeo CDZ
- Sony PocketStation
- Sperry Univac UTS-20
- System 2900
- Tesla PMI-80
- TI-73
- TI-83 Plus Silver Edition
- TI-84 Plus Silver Edition
- TI-89
- TI-92
- TI-92 Plus
- Tiki 100
- Unior
- UKNC
- VCS-80
- Visual 1050
- Videotone TVC64,TVC64+,TVC64+ russian
- Vector 1200
- V-Tech Socrates
- XOR-100-12



System Driver Changes:
----------------------
- [ATARI] Added proper labels and dumps to Atari 400, 800 and XE/XL. A
few are still marked as BAD_DUMP while waiting for confirmation. [Freddy
Offenga, Fabio Priuli]
- [C128] Added verified Swedish / Finnish dump [Iggy Drougge, Fabio Priuli]
- [CBM] Added floppy drive firmwares and enabled floppy emulation code
(with some fix) in sx64, c16c, c16v, vic20v, c128d, c128dcr, c128d81.
The code is still not working, but it can be enabled since it does
not crash MESS anymore. [Fabio Priuli]
- [COLECO] Fixed controller bug introduced in 0.131. [Fabio Priuli]
- [CRVISION] Added support for stereo tapes. [Curt Coder]
- [GLASGOW] Fixed blinking LEDs. This allows basic usage of this system. [Fabio Priuli]
- [JAGUAR] Fixed 0.129 regression in cart starting address. (bug #1766)
[Robbbert]
- [KAYPRO] Kayproii now works. [Robbbert]
- [KYOCERA] All systems are now working. [Curt Coder, Fabio Priuli]
- [ORIC] Various bioses added for different languages. [Miodrag Milanovic]
- [PP01] 16 roms of 1K instead of one 16KB, as in real machine [Miodrag Milanovic]
- [VISICOM] Toshiba Visicom is now working and playable, but the
graphics emulation is not perfect yet. [Curt Coder]
- [X68000] Added support for the XPD-1LR dual D-pad controller. [Barry Rodewald]
- [Z88] Added version 3.0 and 4.01 finnish version of roms [Miodrag Milanovic]
- [SYM1] Added BASIC and Assembler ROM's, and version 1.0 monitor [Miodrag Milanovic]
- [TI85] Bug 1711 fixed, and TI-82 progress in emulation [Xander]


Source Changes:
----------------
- The core is based on MAME 0.132. This incorporates all features of the
update to this core. [MAME team]
- Converted the WAVE sound device to stereo. [Curt Coder]
- Implemented following devices: PIO8155, RP5C01A, HD44102, HD61830. [Curt Coder]
- Changed the Commodore Serial Bus and IEEE Bus implementations to be devices.
More work is needed to make the code flexible enough to support all the possible
devices which could have been connected to the real thing. [Fabio Priuli]
Télécharger MESS v0.132
Site Officiel de MESS
 
 ClrMAME Pro v3.127 
Samedi 13/06/09 à 12:14 par Reeko
Cet excellent utilitaire développé par Roman Scherzer va vous rendre de nombreux services vous permettant de gérer vos sets de ROMs en utilisant différents fichiers dat que vous pourrez télécharger sur son site.
Même s'il peut paraître difficile d'utilisation aux premiers abords, il en est néanmoins très puissant grâce à de nombreuses fonctions accessibles. Un utilitaire indispensable pour tous les amoureux d'émulation!
Voici les nouveautés de cette version:
misc: showing compress/decompress information in progress window
fixed: external packer delete operations fail when deleting more than 1 file with spaces in its name
fixed: sometimes wrong fix name messages are shown for files with romsize = 0
fixed: dir2dat initially scans subfolders even when subfolder option is disabled which can take some time
fixed: 7z sdk returns a not initialized pointer value instead of a crc=0 for a size 0 file
fixed: falsely allow rebuilder drag'n drop while showing rebuilder stats
fixed: an empty rebuilder destination folder is initially shown in scanner's drag'n drop options (instead of 1st rompath)
Télécharger ClrMAME Pro v3.127 (32-bits)
Télécharger ClrMAME Pro v3.127 (64-bits)
Site Officiel de ClrMAME Pro
 
 ClrMAME Pro v3.126b 
Vendredi 22/05/09 à 10:06 par Reeko
Voici une nouvelle version de ce très bon gestionnaire de ROMs tournant sous Windows avec les améliorations suivantes:
misc: updated 1G1R algorithm according to No Intro Team's new requirements. Active regions now filter sets in 1G1R mode
misc: don't allow backup & download folders as rompath subfolders anymore
misc: updated to some newer 7z sdk routines (fixing accessing files >=4GB). However block based unpack is still not enabled
misc: new datfiles are sorted by full path name and not by description
misc: changed and added some no profile/no data messages
misc: got rid of some short foldernames
fixed: crash when printing results for sets without roms
Télécharger ClrMAME Pro v3.126b (32-bits)
Site Officiel de ClrMAME Pro
 
 WolfMESS v0.131 
Vendredi 08/05/09 à 10:55 par Firebrand
Cette version de MESS désactivant l'utilisation de triches a été mis à jour selon les dernières sources de l'émulateur.
Télécharger WolfMESS v0.131
Site Officiel de WolfMESS
 
 MESS v0.131 
Lundi 04/05/09 à 13:42 par Reeko
MESS est en quelquesorte le MAME des ordinateurs et des consoles. Il émule en effet un nombre incroyable de systèmes. Cependant nous vous conseillons encore d'utiliser des émulateurs spécialisés dans un système qui sont mieux optimisés.
Voici les nouveautés:
New System Drivers Supported (in no particular order):
------------------------------------------------------
- Atari 1200XL (not working) [Fabio Priuli]
- Atari 600XL (not working) [Fabio Priuli]
- Atari 65XE (not working) [Fabio Priuli]
- Atari 65XE Arabic (not working) [Fabio Priuli]
- Atari 130XE (not working) [Fabio Priuli]
- Atari 800XE (not working) [Fabio Priuli]
- Atari XEGS (not working) [Fabio Priuli]
- Dator 3000 (not working) [Roberto Carlos Fernandez
Gerhardt, Wilbert Pol]
- Dick Smith Wizzard [Curt Coder]
- Dick Smith VZ 2000 [Curt Coder]
- DEC VT100 (not working) [Miodrag Milanovic]
- Hanimex Rameses [Curt Coder]
- Kaypro II (Model 2/83) (not working) [Robbbert]
- Kaypro 4 (Model 4/83) (not working) [Robbbert]
- Kaypro 2x (Model 2/84) (not working) [Robbbert]
- Kaypro 10 (not working) [Robbbert]
- Kyocera Kyotronic 85 (not working) [Fabio Priuli]
- LLC1 (not working) [Miodrag Milanovic]
- LLC2 [Miodrag Milanovic]
- NEC PC-8201A (not working) [Fabio Priuli]
- Nokia MikroMikko 1 M6 (not working) [Curt Coder]
- Nokia MikroMikko 1 M7 (not working) [Curt Coder]
- NTS DreamWriter T400 (not working) [Roberto Carlos
Fernandez Gerhardt, Wilbert Pol]
- Olivetti M10 (not working) [Fabio Priuli]
- Omni II (not working) [Robbbert]
- Sanyo Creativision MK-II [Curt Coder]
- SNK NeoGeo Pocket [Wilbert Pol]
- SNK NeoGeo Pocket Color [Wilbert Pol]
- Talking Electronics Computer (TEC-1) [Robbbert]
- TRS-80 Model 100 (not working) [Fabio Priuli]
- TRS-80 Model 102 (not working) [Fabio Priuli]
- TRS-80 Model 200 (not working) [Fabio Priuli]
- Walther ES-210 (not working) [Roberto Carlos Fernandez
Gerhardt, Wilbert Pol]
- Z1013 (Model with 8x4 and 8x8 keyboard) [Miodrag Milanovic]
- Z80 N.E. [Roberto Lavarone]


System Driver Changes:
----------------------
- [A7800] Better NTSC palette. [Robert Tuccitto, Underball, GroovyBee]
- [ATARI] Refactored MESS specific code from MAME to MESS source. [Fabio Priuli]
- [ATARI] Updated keyboard and keypad scan handling to be more accurate. Added natural keyboard support. [Fabio Priuli]
- [ATARI] Fixed PIA regression. Floppy disks work again. [Fabio Priuli]
- [ATMOS] Added Basic v1.2x enhanced BIOS [Fabio Priuli]
- [COLECO] Converted to use PORT_CATEGORY for controller selection. Look into
the Category Menu (after pressing TAB) to enable Extra controllers. [Fabio
Priuli]
- [COLECO] Fixed Super Action Controller emulation (it was missing additional
action buttons and P2 slider). [Fabio Priuli]
- [CRVISION] Added tape loading. You can now load tapes which have only the
left track. Stereo (data+audio) tapes are not supported yet. [Curt Coder]
- [ELECTRON] Fixed graphical display modes. [Robbbert]
- [MBEE] The pc85 now has the correct bioses (Thanks to Stewart Kay and IanM).
The shell multi-rom selector is working. The bad dump of Telcom 3.21 has
been replaced. The rom banking feature of Telcom 3.21 is now emulated. [Robbbert]
- [SPECTRUM] Removed Spectrum+ keyboard keys from earlier models (and from
some clones). Moved Joystick interface selection to the Category Menu. [Fabio
Priuli]
- [SPECTRUM] Added natural keyboard support. [Fabio Priuli]
- [STUDIO2] Fixed .st2 cartridge loading. [Curt Coder]
- [TI99 family] Added functionality for multi-cartridge handling. Added
support for complex/multi-file cartridge images. [Michael Zapf]
- [TI99_8] Fixed the driver and removed the GAME_NOT_WORKING flag.
[Michael Zapf]
- [TRS80] Various improvements: [Robbbert]
- added centronics printer
- cassette works on all clones
- Model III/4 RTC and cassette hooked up
- UART added
- LNW-80 graphics and colour added
- ht1080z and system-80 extension roms added
- [X68000] Added support for 3 and 6 button Megadrive gamepads. [Barry Rodewald]
- [ZX] Improved natural keyboard support. Removed hacky double mappings for Cursor
Keys (and a few others). To access these keys, now you have to either press Shift
together with another key, like in the real keyboard, or simply switch to natural
keyboard emulation [Fabio Priuli]
- Added natural keyboard support to a number of drivers: ac1.c, amiga.c, apogee.c,
b2m.c, bk.c, einstein.c, galeb.c, homelab.c, irisha.c, mikro80.c, mikrosha.c,
mz80.c, orao.c, partner.c, pecom.c, radio86.c, sapi1.c, special.c, ti99_8.c,
tm990189.c, ut88.c [Fabio Priuli]

User Interface Changes:
-----------------------
(none)

Imgtool Changes:
----------------
(none)

Source Changes:
----------------
- The core is based on MAME 0.131. This incorporates all features of the
update to this core. [MAME team]
- New tool added (castool) for cassette to wav conversion [Miodrag Milanovic]
Télécharger MESS v0.131
Site Officiel de MESS
 
 ClrMAME Pro v3.126a (32-bits) 
Samedi 25/04/09 à 11:26 par Firebrand
Ce gestionnaire de ROMs de référence a été mis à jour. Le améliorations sont les suivantes:
- added: 3 state button bar file
- misc: scanner popupmenu move/copy to operations remember last used path
- fixed: bios assignment can fail on rather identical sets (naomigd/naomi MAME .131 issue)
Télécharger ClrMAME Pro v3.126a (32-bits)
Site Officiel de ClrMAME Pro
 
 DCMOTO v2009.02 
Dimanche 05/04/09 à 11:14 par Firebrand
Cet émulateur pour les machines Thomson qui ont peuplé les écoles françaises des années 80 a été mis à jour. Les améliorations sont les suivantes:
- Correction d'une erreur dans le décodage des touches du TO9+
- Nouveaux réglages du contraste et de la luminosité de l'écran
- Nouvelle boîte de dialogue pour les réglages de la vitesse, du son et de l'image
- Utilisation de la courbe de gamma de l'EF9349 pour toutes les palettes à 4096 couleurs
- Utilisation d'un codage à quatre niveaux pour les palettes 8 et 16 couleurs
Télécharger DCMOTO v2009.02
Site Officiel de DCMOTO
 
 ClrMAME Pro v3.126 (32-bits) 
Dimanche 05/04/09 à 11:12 par Firebrand
Ce gestionnaire de ROMs que l'on ne présente plus a été mis à jour. Les améliorations sont les suivantes:
- misc: optimized rom name check, major speed increase for sets with lots of roms
- misc: optimized "deeper check for fixable missing files", major speed increase for sets with lots of roms
- misc: don't list unneeded chds twice anymore (one via disk and the other via rom unneeded check)
- fixed: zip buffersize for one-file operations was wrongly set to 15 byte decreasing speed immensly
- fixed: profiler rarely shows a wrong tree icon when removing a currently loaded profile
- fixed: profiler rarely doesn't autorefresh [new datfiles]
Télécharger ClrMAME Pro v3.126 (32-bits)
Site Officiel de ClrMAME Pro
 
<< Page précédentePage suivante >>