summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move some content for release archive out of build repo into main repo Vas Crabb2017-08-141-0/+1
|
* clean up .gitattributes (nw) Vas Crabb2016-08-311-35/+53
|
* fix line endings for po files (nw) Miodrag Milanovic2016-02-201-0/+1
|
* Treat .jed files as binary so they are not converted as text (nw) m.milanovic@levi9.com2014-10-221-0/+1
|
* Clean up .gitattributes Dirk Best2014-10-211-10069/+37
|
* (MESS) TRS-80 CoCo: implement virtual "Becker Port" for DriveWire support. ↵ R. Belmont2014-10-191-0/+2
| | | | [Richard Goedeken]
* make 'kog' dipswitch part of the protection device / cartridge (nw) David Haywood2014-10-181-0/+2
|
* gts3 : split into AN and DMD displays Robbbert2014-10-181-0/+2
|
* Added Sega UFO Catcher hardware driver. [hap, Yasuhiro] Michaël Banaan Ananas2014-10-151-0/+1
|
* GameKing skeleton + softlist [Porchy] David Haywood2014-10-131-0/+2
| | | (will looks more at this later)
* Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the sound ↵ smf-2014-10-121-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 Fabio Priuli2014-10-121-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 Fabio Priuli2014-10-121-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] Ville Linde2014-10-121-1/+0
|
* given to another couple of sound devices their own include. nw. Fabio Priuli2014-10-111-2/+4
|
* given to a couple of sound devices their own include. nw. Fabio Priuli2014-10-111-2/+4
|
* (file rename) Michaël Banaan Ananas2014-10-111-2/+2
|
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-111-2/+0
| | | had no concept of slot devices...
* Untangled gottlieb audio from the arcade driver, so it becomes available for ↵ Robbbert2014-10-111-0/+1
| | | | pinball.
* untangle some drivers from st0016_state now that it's a device (nw) David Haywood2014-10-101-3/+2
|
* (MESS) dmv: added floppy softlist. [Sandro Ronco] Sandro Ronco2014-10-101-0/+2
| | | | (MESS) floppy: added read-only support for CopyQM images. (nw)
* begin st0016 reorganization (nw) David Haywood2014-10-101-0/+2
|
* (MESS) converted vectrex and crvision to use slot devices for Fabio Priuli2014-10-101-0/+8
| | | | | their carts. nw. (with these, we are done for the moment with new slot devices for carts...)
* gts80 : placeholders Robbbert2014-10-101-0/+2
|
* (MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM ↵ Curt Coder2014-10-101-0/+2
| | | | supported). [Curt Coder]
* added 315-5296 device Michaël Banaan Ananas2014-10-091-0/+2
|
* (MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol] Wilbert Pol2014-10-081-0/+2
|
* (MESS) intv: converted the driver to use slot devices for Fabio Priuli2014-10-081-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 Robbbert2014-10-071-0/+1
|
* (MESS) odyssey2: converted the driver to use slot devices for Fabio Priuli2014-10-071-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 Michaël Banaan Ananas2014-10-061-2/+0
|
* added upd71054_device, initial commit Michaël Banaan Ananas2014-10-061-0/+2
|
* some fuuki refactoring (nw) David Haywood2014-10-051-0/+2
|
* (MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli] Fabio Priuli2014-10-051-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) Wilbert Pol2014-10-041-0/+2
|
* New games added or promoted from NOT_WORKING status R. Belmont2014-10-041-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) David Haywood2014-10-041-0/+1
|
* New NOT WORKING games added Michaël Banaan Ananas2014-10-031-0/+2
| | | | | | --------------- Capriccio Spin 2 [hap, Yasuhiro] Capriccio Cyclone [hap, Yasuhiro]
* (MESS) converted arcadia and vc4000 to use slot devices for Fabio Priuli2014-10-021-0/+8
| | | their carts too.
* Amiga: Add an initial software list for some Amiga driver disks Dirk Best2014-10-021-0/+1
|
* (MESS) converted ibmpcjr and studio2 to use generic cart slot for Fabio Priuli2014-10-021-1/+0
| | | their carts. nw.
* (MESS) converted channelf and apfm1000/apfimag to use slot devices for Fabio Priuli2014-10-021-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 Robbbert2014-10-021-0/+2
|
* (MESS) converted scv and vboy to use slot devices for Fabio Priuli2014-09-301-0/+8
| | | their carts. nw.
* WebUI: clean up and fixed HTML compliance. [Firehawke] R. Belmont2014-09-291-4/+0
|
* (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA ↵ R. Belmont2014-09-291-0/+2
| | | | to buffered controller. [R. Belmont]
* (MESS) concept: Preliminary implementations of the original and buffered ↵ R. Belmont2014-09-281-0/+4
| | | | floppy disk controllers. [R. Belmont]
* (mess) pc9801: make sasi partially work (nw) cracyc2014-09-281-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] Fabio Priuli2014-09-271-0/+1
|
* (MESS) misc generic cartslot conversions. while at it, I have added Fabio Priuli2014-09-271-1/+0
| | | | experimental eprom writing to the beta.c driver (pending more accurate tests). nw.