summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Collapse)AuthorAgeFilesLines
...
* (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
| | | | - Cleanup code (at least a bit :-)) - Minor improvements
* Updated license tags Couriersud2013-10-162-0/+4
| | | The 8257 used 8237 as a skeleton but ended up as a complete rewrite.
* 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
| | | | | BSD licenses to tags since when he copied & pasted them he forgot to remove one instance of my name, which I caught while searching. ;-)
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-1622-622/+44
| | | | to new license tagged form.
* Copyright update. Please let me know if there's a blank and you would like ↵ Angelo Salese2013-10-154-0/+8
| | | | to fill it somehow, not going to force it for now. I've surely missed some drivers, but for now that's enough.
* 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
| | | | compressed & the text no longer starts in the middle of the vendor name (software displaying the vendor name used to display "MAME Com"). Added a cdu76s device so that the inquiry for the generic ATAPI and SCSI cdrom drives can also be set to "Virtual CDROM". However none of the Konami GV games care, so I'm not sure which game required that response & that is the only Konami SCSI CD based system. The response is invalid according to the SCSI spec as the strings should be space filled and not null terminated & there are fields not filled in. So it's currently compiled in but not used. [smf]
* moved netdev_mainclock update & update_param from netlist.c to net_lib.c to ↵ smf-2013-10-132-11/+3
| | | | fix linking error in mingw and still have it link with msvc (nw)
* 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 ↵ smf-2013-10-131-4/+6
| | | | of the protected variables and MSVC doesn't like #if within the parameters to a macro. (nw)
* Slightly improved performance on netlist components. Couriersud2013-10-124-216/+444
|
* Hacked SCU DSP DMA execution and fixes some other minor things, makes Croc ↵ Angelo Salese2013-10-111-3/+1
| | | | to work again
* 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 ↵ smf-2013-10-092-29/+107
| | | | zero (MSCDEX uses the sff8020 format field instead of the mmc format field). Added support for session format for read toc, we only support 1 session so the data is mostly hard coded. Fixed read sub command when subq bit was not set [smf]
* More netlist cleanups Couriersud2013-10-094-75/+49
|
* Fixed a small but important bug in netlist code. In addition, some more ↵ Couriersud2013-10-084-205/+287
| | | | performance improvements.
* 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 ↵ smf-2013-10-081-3/+9
| | | | track (nw)
* Fixed read toc to always return the lead out & return the correct results ↵ smf-2013-10-082-85/+65
| | | | for msf requests. Mounting the same iso in Windows 8 produces a slightly different result, but it's enough to make windows 2000 recovery console and windows 95a work. [smf]
* 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 ↵ Couriersud2013-10-064-206/+286
| | | | performance by approx. 10%.
* Fixed a bug in netlib's NE555 emulation Couriersud2013-10-061-25/+32
|
* moved request sense command into t10spc, supporting the old obsolete format ↵ smf-2013-10-055-96/+136
| | | | and the new one. [smf]
* 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 & ↵ smf-2013-09-1722-1286/+1326
| | | | ATAPI instead of having a SCSI subdevice. This allows matsushita_cr589_device & gdrom_device to derive from atapi_cdrom_device. [smf]
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-1722-261/+253
|
* Preliminary SET FEATURES support. Only set transfer mode is currently ↵ smf-2013-09-106-195/+305
| | | | supported, but this checks/sets flags in the identify device buffer. The buffer has been moved up into atahle and the idehd has been changed to work with words instead of bytes. [smf]
* Modernized smc91c9x device. (nw) Ivan Vangelista2013-09-102-285/+215
|