summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Expand)AuthorAgeFilesLines
* ADR and track # fixes Angelo Salese2013-10-201-4/+9
* (MESS) compis: Connected the FDC via the iSBX bus. [Curt Coder] Curt Coder2013-10-201-0/+2
* Modernized mc6846 device.(nw) Ivan Vangelista2013-10-192-378/+337
* License tags. (nw) Curt Coder2013-10-172-0/+4
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-178-3/+26
* And this one, too Angelo Salese2013-10-171-0/+2
* Bunch of copyright changes, of course I'm missing some more too Angelo Salese2013-10-161-0/+2
* tag files that are (mostly) by me Michaƫl Banaan Ananas2013-10-162-0/+4
* Pong now uses the new analog monitor device. Couriersud2013-10-163-65/+100
* Updated license tags Couriersud2013-10-162-0/+4
* ti99: Licensing Michael Zapf2013-10-164-0/+8
* Removed old SCUDSP, not worth it anyway Angelo Salese2013-10-164-1384/+0
* Another one Angelo Salese2013-10-161-0/+2
* License tags. (nw) Curt Coder2013-10-1672-0/+144
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-164-66/+8
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-1622-622/+44
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-154-0/+8
* pd4990a.c: don't set time to 0 on reset (nw) Alex W. Jackson2013-10-141-8/+0
* Modernized upd4990a device. Needs to be merged with upd1990a.c.(nw) Ivan Vangelista2013-10-142-325/+275
* Changed atapicdr packet identify to Virtual CDROM because not all images are ... smf-2013-10-135-12/+101
* moved netdev_mainclock update & update_param from netlist.c to net_lib.c to f... smf-2013-10-132-11/+3
* fixed linking with MSVC 2012 (nw) smf-2013-10-131-0/+8
* fix for empty controlled statement with MSVC 2012 (nw) smf-2013-10-131-0/+2
* Fixed to work with MSVC 2012, the second NETLIB_DEVICE parameter is a list of... smf-2013-10-131-4/+6
* Slightly improved performance on netlist components. Couriersud2013-10-124-216/+444
* Hacked SCU DSP DMA execution and fixes some other minor things, makes Croc to... Angelo Salese2013-10-111-3/+1
* More progresses, Magical Hoppers boots Angelo Salese2013-10-102-1/+35
* Almost there, baby Angelo Salese2013-10-101-8/+8
* Checkpoint Angelo Salese2013-10-101-1/+25
* Hooked SCUDSP to machine struct Angelo Salese2013-10-101-0/+2
* Fix compile error (nw) Justin Kerk2013-10-091-1/+1
* All netlist device setup now takes place in constructors. Couriersud2013-10-094-44/+42
* Uses the sff8020 read toc legacy format field if the mmc format field is zero... smf-2013-10-092-29/+107
* More netlist cleanups Couriersud2013-10-094-75/+49
* Fixed a small but important bug in netlist code. In addition, some more perfo... Couriersud2013-10-084-205/+287
* Added a bare bones SCUDSP core, to be improved Angelo Salese2013-10-081-0/+1
* fixed bugs in new toc reading code, when the request wasn't from the first tr... smf-2013-10-081-3/+9
* Fixed read toc to always return the lead out & return the correct results for... smf-2013-10-082-85/+65
* Improved SMPC timings Angelo Salese2013-10-071-8/+7
* Modernized 6525tpi device. (nw) Ivan Vangelista2013-10-072-341/+261
* Modernized er59256 device. (nw) Ivan Vangelista2013-10-072-179/+148
* Optimized some netlist code by inlining clock device. This improves pongf per... Couriersud2013-10-064-206/+286
* Fixed a bug in netlib's NE555 emulation Couriersud2013-10-061-25/+32
* moved request sense command into t10spc, supporting the old obsolete format a... smf-2013-10-055-96/+136
* fixed mametesters 05318 [smf] smf-2013-10-022-1/+14
* fixed mametesters 05317 [smf] smf-2013-10-012-1/+2
* Moved the adaptec mode sense handling into the ACB4070 device [smf] smf-2013-09-192-48/+2
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-1722-1286/+1326
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-1722-261/+253
* Preliminary SET FEATURES support. Only set transfer mode is currently support... smf-2013-09-106-195/+305