summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First pass on MIDI out support [R. Belmont] R. Belmont2013-01-141-0/+4
|
* softlist: Added preliminary lists to MO-5, TO-7 and TO-770 [K1W1] Fabio Priuli2013-01-131-0/+8
| | | softlist: Added preliminary lists to Enterprise 64/128, Odyssey 2 and G-7400, Interact and Kaypro II [LoganB]
* (MESS) New WORKING system. BINBUG. [Robbbert] Robbbert2013-01-131-0/+1
|
* (MESS) esq5505: add MIDI In capability to all of these drivers. [R. Belmont] R. Belmont2013-01-131-0/+2
|
* MIDI core updates: [R. Belmont] R. Belmont2013-01-131-0/+2
| | | | | | | | | | - Add MIDI in and out ports as image device types - Add OSD calls to check for and read MIDI input - Add MIDI in image device which reads input and converts it to a serial bitstream nw section: Note that the MIDI In device uses the new image device override to prevent the core from attempting to fopen() the "file" name and instead it handles open/close itself in call_load/call_unload. This allows greater flexibilty than the hack used for sockets/ptys/named pipes where the OSD file layer has to know about them.
* (MESS) g7400: Moved the EF9340/1 code into a separate device. Merged all the ↵ Wilbert Pol2013-01-121-3/+3
| | | | odyseey2 code into the driver file. (nw)
* (MESS) prof80: Added floppy software list. [Curt Coder] Curt Coder2013-01-121-0/+2
| | | (MESS) prof180: Added floppy software list. [Curt Coder]
* (MESS)Merged src/mess/machine/odyssey2.c and src/mess/drivers/odyssey2.c (nw) Wilbert Pol2013-01-121-1/+0
|
* i8244.c: Added a device implementation for the i8244/i8245. [Wilbert Pol] Wilbert Pol2013-01-111-0/+2
| | | | | (MESS)g7400: Changed driver to use the i8244/i8245 device implementation. [Wilbert Pol]
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* (MESS) mm1: Fixed floppy. [Curt Coder] Curt Coder2013-01-101-0/+2
| | | Added a new implementation of the Intel 8275 with accurate DMA timing. [Curt Coder]
* added "createhd" support to chdtest.py via in.params input file / added new ↵ Oliver Stöneberg2013-01-101-0/+2
| | | | chdman test
* fixed uninitialized memory in the last hunk on CHD creation (fixes ↵ Oliver Stöneberg2013-01-091-0/+3
| | | | potentially different filesize with each compiler not defaulting memory to 0x00 including Visual Studio) / added another chdman test (nw)
* (placeholder) Michaël Banaan Ananas2013-01-091-0/+1
|
* lviv: added support for multipart tapes (lv0, lv1, etc. extensions) [Fabio ↵ Fabio Priuli2013-01-091-0/+21
| | | | | | | | | Priuli] softlists: added preliminary softlists to Apogee, Bashkiria-2M, BK-0010, Galaksija, Korvet, Lviv, Mikrosha, Ondra ViLi, Orao, Orion-128/OrionPro, Partner-01.01, Pecom64, Pyldin-601, Radio-86RK, Specialist/Specialist MX and UT-88. [Fabio Priuli] After 0.148 I will clean up the file descriptions, but it's good to have these documented at last :-) Loading instructions are already present at projectMESS and will be in next sysinfo update.
* softlists: fixing svn properties, no whatsnew. Fabio Priuli2013-01-091-3/+3
|
* added another chdman test (nw) Oliver Stöneberg2013-01-091-0/+3
|
* Amiga lists shuffle around, document Assassins PD collections from TOSEC ( + ↵ David Haywood2013-01-081-0/+1
| | | | some other images I found which are missing from TOSEC..) (nw)
* n68681: preliminary working diserial-based I/O [R. Belmont] R. Belmont2013-01-071-0/+2
|
* (MESS) c64: Cartridge WIP. (nw) Curt Coder2013-01-061-0/+2
|
* fixed filename set in NRG track parsing / added NRG test to chdman unit test ↵ Oliver Stöneberg2013-01-051-0/+2
| | | | (nw)
* recreated all files for the chdman unittest / added test for TOC input (nw) Oliver Stöneberg2013-01-051-0/+3
|
* first version of chdman unit test / fixed dependies of tests target (nw) Oliver Stöneberg2013-01-051-0/+5
|
* added a "tests" target to the makefile / added chdman unittest placeholders (nw) Oliver Stöneberg2013-01-051-0/+1
|
* Checkpoint of "n68681" modernized, diserial-ized 68681 device (nw) R. Belmont2013-01-051-0/+2
| | | | | This covers the modernization aspect; the diserial-ization comes next. Do not convert other drivers to use this yet.
* dsp16: Added 16-bit immediate load opcode. [Andrew Gardner] Andrew Gardner2013-01-051-0/+1
| | | | | | Fixed reset behavior. Code reorganization.
* removed psx_state, all code shared between mame and mess is now in src/emu/ ↵ smf-2013-01-041-2/+0
| | | | [smf]
* (MESS) mm1: Added software list with boot disk. [Kara Trace, Curt Coder] Curt Coder2013-01-041-0/+1
|
* placeholders Olivier Galibert2013-01-041-0/+3
|
* (MESS) c64: Cartridge WIP. (nw) Curt Coder2013-01-031-0/+2
|
* metro.c update [Luca Elia] Luca Elia2013-01-031-1/+0
| | | | - I4220 supports 16x16 tiles too - merged in vmetal.c
* s11c: Preliminary start to System 11C. Games run, but there are issues with ↵ mahlemiut2013-01-031-0/+1
| | | | either the DAC and/or HC55516.
* portmidi: Initial commit. [R. Belmont] R. Belmont2013-01-011-0/+31
| | | | | (nw: this isn't enabled to compile yet, this is just to make it easier to run the final tests on my Mac and my Windows laptop)
* s11a: made driver class be derived from the s11 driver class, to reduce code ↵ mahlemiut2013-01-011-0/+1
| | | | duplication.
* Split AMM decoder from YMZ770 and add MPEG layer 1/2 support [O. Galibert] R. Belmont2012-12-311-0/+2
| | | | | De-skeletonized Sega Z80 type Digital Sound Board, hooked up to swa [R. Belmont, O. Galibert]
* - render.c: Added new PRIMFLAG macros pertaining to vectors, to be used by the Ryan Holtz2012-12-311-0/+1
| | | | | | OSD. [MooglyGuy] - d3dhlsl.c: Began laying the groundwork for vector post-processing, disabled by default. [MooglyGuy]
* (MESS) g7400: Let's start displaying some things. (nw) Wilbert Pol2012-12-301-0/+1
|
* shuffle floppies around based on minimum chipset requirement (nw) David Haywood2012-12-301-0/+1
|
* (MESS)New NOT WORKING system Wilbert Pol2012-12-281-0/+1
| | | | | | | | | | ------------------------------ Milton Bradley MicroVision [kevtris, Wilbert Pol] Because of the tiny screen use -prescale 3 to get decent video output.
* hook .dsk up to specpls3 and create a skeleton softlist with Pacmania in it ↵ David Haywood2012-12-281-0/+1
| | | | (which works) (nw)
* more (nw) David Haywood2012-12-271-0/+2
|
* more of the same (nw) David Haywood2012-12-271-0/+2
|
* Preliminary support for M740 (M5074x/M5074x) CPU family [R. Belmont] R. Belmont2012-12-271-0/+4
|
* Added placeholders for a keyboard device Angelo Salese2012-12-251-0/+2
|
* SDL: Experimental Qt-based debugger [Andrew Gardner, R. Belmont] R. Belmont2012-12-251-0/+13
|
* make the DECO222 handling in decocass transparent to the driver (nw) David Haywood2012-12-251-0/+2
|
* Better devicification of the Apple II FDC/IWM/SWIM Nathan Woods2012-12-241-0/+2
|
* (MESS) New skeleton added : Miodrag Milanovic2012-12-241-0/+1
| | | | | ---------------------------- Brandt 8641 - Currency Counter [Miodrag Milanovic]
* (MESS) New NOT WORKING system Robbbert2012-12-241-0/+1
| | | | | ------------------------------ Hanimex Pencil II {Robbbert, Ian Farquhar]
* apc.xml: fixed properties. nw. Fabio Priuli2012-12-231-1/+1
|