Organiser
Filtrer par machine :
Type de vue :
 
 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
 
 DCMOTO 2012.01.09 
Mardi 10/01/12 à 18:58 par Firebrand
Cet émulateur d'ordinateur Thomson 8-bit a été mis à jour. Les améliorations sont les suivantes:
- Choix par défaut de la vitesse rapide de simulation du clavier (affichage après chaque ligne).
- Désassemblage de l'instruction SWI adapté au type d'ordinateur (MO ou TO).
- Prise en compte de l'unité sélectionnée lors de l'initialisation du contrôleur de disquette.
- Correction d'une anomalie de gestion des banques mémoire en mode MO5NR, MO6 et PC128.
- Correction d'une anomalie d'initialisation de la page vidéo à la restauration des fichiers .mrx.
- Correction d'une erreur de simulation du clavier en mode TO8 et TO8D.
- Ajout d'une nouvelle fonction de mise au point : chargement d'un fichier binaire en mémoire.
- Correction du numéro et du cycle de la ligne vidéo en mode mise au point.
- Optimisation des fonctions d'affichage de l'écran par une meilleure programmation.
Télécharger DCMOTO 2012.01.09
Site Officiel de DCMOTO
 
 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
 
 Messinfo.dat v1.63 
Mardi 27/12/11 à 11:55 par Firebrand
Ce fichier informatif pour MESS a été mis à jour. Les modifications sont les suivantes:
- Added romset infos (bytes/# files/packed bytes) for 0.144u3 sets.
- Updated the SVN until December 21, 2011 (r13647).
- Aligned files to 0.144u4 version.
Télécharger Messinfo.dat v1.63
Site Officiel de Messinfo.dat
 
 MESSUI v0.144u4 (32-bit) 
Lundi 26/12/11 à 13:26 par Firebrand
Cette version de MESS équipée d'une interface graphique a été mise à jour selon la dernière version de l'émulateur.
Télécharger MESSUI v0.144u4 (32-bit)
Site Officiel de MESSUI
 
 MESS v0.144u4 (32-bit) 
Lundi 26/12/11 à 13:22 par Firebrand
Le petit frère de MAME pour les machines domestiques a également été mis à jour. Voici la liste des nouveautés:
New System Drivers Supported:
- Fidelity Champion Chess Challenger (model CSC). [Lord Nightmare, Kevtris, Sandro Ronco]
- Acetronic Chess Traveller. [Curt Coder]
- Triumph-Adler's Alphatronic PC [Ian Gledhill,Barry Rodewald,Robbbert]

Systems Promoted from GAME_NOT_WORKING:
(none)

Skeleton drivers:
(none)

System Driver Changes:
-v1050: Added Winchester hard disk [Curt Coder]
-mac: match dumped Egret ROM versions to known machines. II/IIx/IIcx now default to Apple 4*8 video card instead of RasterOps board to better represent a common config and boot faster. [R. Belmont]
-lynx: Fixes a bug in the audio emulation that was causing mess to hang. [huygens]
*Changed button ordering
*Sprite scaling changes (Blue Lightning runway fixed)
-dc: added Katana Set 5 prototype BIOS (The Dumping Union)
-mac: Added preliminary Cuda skeleton. Doesn't sync up properly
with 68k yet. [R. Belmont, Paul Pratt]
-lynx: removed clearing of collision depository for background sprites (Dirty Larry can now get to the second level, Scrapyard Dog goes in-game) [huygens]
-lynx: removed drawing of pad byte on end of scanline in completely literal sprite data (fixes score display in Qix, Blue Lightning).[huygens]

Software Lists:
-v1050.xml: Added CP/M 3.0 (BIOS 1.4) to softlist. [rbramante]
-a7800.xml: Adding softlist information regarding known prototypes, verified descriptions, general set upkeep.. more work needed. [Tafoid]
-ibmpcjr_cart.xml: adding required field for DOS disk in the carts which needs it. [Kaylee]

Source Changes:
-ipf: Cope with a probable image error (Chase H.Q. ST in particular) [O. Galibert]
Télécharger MESS v0.144u4 (32-bit)
Site Officiel de MESS
 
 Messinfo.dat v1.56 
Jeudi 08/12/11 à 19:30 par Firebrand
Ce fichier informatif pour MESS a été mis à jour. Les nouveautés sont les suivantes:
- Aligned files to 0.144u2 version.
- Updated the SVN until December 6, 2011 (r13486).
- Added to "alltimesMESS_WIP.txt" 0.144u2 infos.
Télécharger Messinfo.dat v1.56
Site Officiel de Messinfo.dat
 
 MESSUI v0.144u2 (32-bit) 
Mercredi 07/12/11 à 19:29 par Firebrand
Cette version de MESS pourvue d'une interface graphique a été mis à jour selon MESS v0.144u2. Elle est également disponible désormais en version 64-bit pour les processeurs correspondant. Les améliorations internes sont les suivantes:
- MESSUI - The location of software is now inherited from the parent / compatible driver, but it can be overidden if needed.
Télécharger MESSUI v0.144u2 (32-bit)
Site Officiel de MESSUI
 
<< Page précédentePage suivante >>