Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move some content for release archive out of build repo into main repo | 2017-08-14 | 1 | -0/+1 | |
| | |||||
* | clean up .gitattributes (nw) | 2016-08-31 | 1 | -35/+53 | |
| | |||||
* | fix line endings for po files (nw) | 2016-02-20 | 1 | -0/+1 | |
| | |||||
* | Treat .jed files as binary so they are not converted as text (nw) | 2014-10-22 | 1 | -0/+1 | |
| | |||||
* | Clean up .gitattributes | 2014-10-21 | 1 | -10069/+37 | |
| | |||||
* | (MESS) TRS-80 CoCo: implement virtual "Becker Port" for DriveWire support. ↵ | 2014-10-19 | 1 | -0/+2 | |
| | | | | [Richard Goedeken] | ||||
* | make 'kog' dipswitch part of the protection device / cartridge (nw) | 2014-10-18 | 1 | -0/+2 | |
| | |||||
* | gts3 : split into AN and DMD displays | 2014-10-18 | 1 | -0/+2 | |
| | |||||
* | Added Sega UFO Catcher hardware driver. [hap, Yasuhiro] | 2014-10-15 | 1 | -0/+1 | |
| | |||||
* | GameKing skeleton + softlist [Porchy] | 2014-10-13 | 1 | -0/+2 | |
| | | | (will looks more at this later) | ||||
* | Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the sound ↵ | 2014-10-12 | 1 | -0/+4 | |
| | | | | board isn't running well enough yet for it to make a difference. Hooked up the FDC37665GT and HLE the XVD701 and the 68k sound board responses to get most of the games booting. There is no sound and the games all fail with a hdd error when you start a stage. Beatmania IIDX with DDR 2nd Club Version wants the GQ863 hard disk. [smf] | ||||
* | (MESS) gamegear: added preliminary emulation of the Master Gear Adapter | 2014-10-12 | 1 | -0/+4 | |
| | | | | | | | | | | which allows to launch SMS games in the gamegear driver, with video chip in SMS mode. You can try this by launching mess.exe gamegear -cart mgear -cart2 your_sms_game (the -cart2 switch becomes available when you mount "mgear" in the main gamegear cart slot) [Fabio Priuli] out of the whatsnew: for the moment only fullpath loading is supported, and it is not ensured to work 100%. thanks to Enik Land for pointing me to the necessary info. | ||||
* | (MESS) svision: handling sound IRQ via a device delegate allows | 2014-10-12 | 1 | -1/+2 | |
| | | | | to finally untangle the sound device from the main state. also given the sound device its own .h file. nw. | ||||
* | model3: New 3D renderer + various fixes (still heavily WIP) [Ville Linde] | 2014-10-12 | 1 | -1/+0 | |
| | |||||
* | given to another couple of sound devices their own include. nw. | 2014-10-11 | 1 | -2/+4 | |
| | |||||
* | given to a couple of sound devices their own include. nw. | 2014-10-11 | 1 | -2/+4 | |
| | |||||
* | (file rename) | 2014-10-11 | 1 | -2/+2 | |
| | |||||
* | so long, cartslot.c... you made a really great job, when we | 2014-10-11 | 1 | -2/+0 | |
| | | | had no concept of slot devices... | ||||
* | Untangled gottlieb audio from the arcade driver, so it becomes available for ↵ | 2014-10-11 | 1 | -0/+1 | |
| | | | | pinball. | ||||
* | untangle some drivers from st0016_state now that it's a device (nw) | 2014-10-10 | 1 | -3/+2 | |
| | |||||
* | (MESS) dmv: added floppy softlist. [Sandro Ronco] | 2014-10-10 | 1 | -0/+2 | |
| | | | | (MESS) floppy: added read-only support for CopyQM images. (nw) | ||||
* | begin st0016 reorganization (nw) | 2014-10-10 | 1 | -0/+2 | |
| | |||||
* | (MESS) converted vectrex and crvision to use slot devices for | 2014-10-10 | 1 | -0/+8 | |
| | | | | | their carts. nw. (with these, we are done for the moment with new slot devices for carts...) | ||||
* | gts80 : placeholders | 2014-10-10 | 1 | -0/+2 | |
| | |||||
* | (MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM ↵ | 2014-10-10 | 1 | -0/+2 | |
| | | | | supported). [Curt Coder] | ||||
* | added 315-5296 device | 2014-10-09 | 1 | -0/+2 | |
| | |||||
* | (MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol] | 2014-10-08 | 1 | -0/+2 | |
| | |||||
* | (MESS) intv: converted the driver to use slot devices for | 2014-10-08 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | cartridges and implemented the IntelliVoice expansion and the Entertainment Computer System expansion as passthru devices. The official syntax to launch games requiring the speech expansion is now mess intv -cart voice -cart2 gamename which corresponds to mounting the IntelliVoice and plugging the game cart in its subslot. The official syntax to launch games requiring the ECS expansion is now instead mess intv -cart ecs -cart2 gamename and mess intv -cart ecs -cart2 voice -cart3 gamename if the game requires both expansions at once. For additional user friendliness, we also offer intvecs (which emulates an Intellivision unit with both expansions added) and intvoice (which emulates an Intellivision with Intellivoice expansion added) drivers, where games can simply be mounted with the -cart media switch. [Fabio Priuli] | ||||
* | gts80.c : placeholder | 2014-10-07 | 1 | -0/+1 | |
| | |||||
* | (MESS) odyssey2: converted the driver to use slot devices for | 2014-10-07 | 1 | -0/+8 | |
| | | | | | | | | | cartridges, removed The Voice add-on from the main system and emulated it as a passthru cart instead. Now, if you want to enjoy speech in odyssey/videopac games, you must launch emulation with mess.exe odyssey2 -cart voice -cart2 gamename (the -cart2 switch becomes available when "voice" is mounted in the first cartslot) [Fabio Priuli] | ||||
* | upon reading datasheet further, it became obvious that uPD71054 == 82C54 | 2014-10-06 | 1 | -2/+0 | |
| | |||||
* | added upd71054_device, initial commit | 2014-10-06 | 1 | -0/+2 | |
| | |||||
* | some fuuki refactoring (nw) | 2014-10-05 | 1 | -0/+2 | |
| | |||||
* | (MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli] | 2014-10-05 | 1 | -0/+4 | |
| | | | out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system... | ||||
* | (MESS) sms.c: Added support for Sega Graphic Board input. (nw) | 2014-10-04 | 1 | -0/+2 | |
| | |||||
* | New games added or promoted from NOT_WORKING status | 2014-10-04 | 1 | -0/+2 | |
| | | | | | | | | | | | --------------------------------------------------- Vegas 1 (Ver 2.3 dual coin pulse, shorter) [any] Vegas 1 (Ver 2.1 dual coin pulse, longer) [any] Vegas 1 (Ver 1.33 single coin pulse) [any] This is a coin pusher machine from Spain. Your guess on how to work it is as good as mine ;-) | ||||
* | because I'm a Raidenoholic (nw) | 2014-10-04 | 1 | -0/+1 | |
| | |||||
* | New NOT WORKING games added | 2014-10-03 | 1 | -0/+2 | |
| | | | | | | --------------- Capriccio Spin 2 [hap, Yasuhiro] Capriccio Cyclone [hap, Yasuhiro] | ||||
* | (MESS) converted arcadia and vc4000 to use slot devices for | 2014-10-02 | 1 | -0/+8 | |
| | | | their carts too. | ||||
* | Amiga: Add an initial software list for some Amiga driver disks | 2014-10-02 | 1 | -0/+1 | |
| | |||||
* | (MESS) converted ibmpcjr and studio2 to use generic cart slot for | 2014-10-02 | 1 | -1/+0 | |
| | | | their carts. nw. | ||||
* | (MESS) converted channelf and apfm1000/apfimag to use slot devices for | 2014-10-02 | 1 | -0/+8 | |
| | | | | | their carts. this allows to remove on-cart RAM from the driver class (since it does not belong there). also added (partial) support for Channel F multicart. nw. | ||||
* | placeholders | 2014-10-02 | 1 | -0/+2 | |
| | |||||
* | (MESS) converted scv and vboy to use slot devices for | 2014-09-30 | 1 | -0/+8 | |
| | | | their carts. nw. | ||||
* | WebUI: clean up and fixed HTML compliance. [Firehawke] | 2014-09-29 | 1 | -4/+0 | |
| | |||||
* | (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA ↵ | 2014-09-29 | 1 | -0/+2 | |
| | | | | to buffered controller. [R. Belmont] | ||||
* | (MESS) concept: Preliminary implementations of the original and buffered ↵ | 2014-09-28 | 1 | -0/+4 | |
| | | | | floppy disk controllers. [R. Belmont] | ||||
* | (mess) pc9801: make sasi partially work (nw) | 2014-09-28 | 1 | -0/+2 | |
| | | | | | | scsi: sync rest of lines with input buffer (nw) --- The 9801f will read the hdd but appears to not like disks without 256 byte sectors. The ux and rs don't even attempt to access the sasi controller and seem to have no driver in their firmwares, are they supposed to have an external rom? | ||||
* | (MESS) timex.c: added software list for DOCK carts. [Fabio Priuli] | 2014-09-27 | 1 | -0/+1 | |
| | |||||
* | (MESS) misc generic cartslot conversions. while at it, I have added | 2014-09-27 | 1 | -1/+0 | |
| | | | | experimental eprom writing to the beta.c driver (pending more accurate tests). nw. |