summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-162-30/+45
* megapc: fix memory fatalerrors. mahlemiut2016-06-161-6/+14
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-162-65/+145
* Added command strobe callback interface for LDV1000, and hooked it up to esh.... angelosa2016-06-152-2/+16
* romload.cpp: added ROMX_FILL, passing a ROM_SKIP(param_value) will fill and s... angelosa2016-06-152-17/+42
* Memory fun [O.Galibert] Olivier Galibert2016-06-144-61/+61
* LDP-1000A checkpoint (nw) angelosa2016-06-142-8/+110
* Added bare-bones Sony LDP-1000 device (nw) angelosa2016-06-142-0/+187
* Expunge erroneous save_item subscripting (nw) AJR2016-06-131-2/+2
* Allow Saturn CD player to be useable by changing printf to logerror (nw) Scott Stone2016-06-131-6/+6
* wd_fdc: suppress index pulse irq when busy. (nw) cracyc2016-06-111-7/+7
* Merge pull request #939 from JoakimLarsson/fccpu30_2 R. Belmont2016-06-104-229/+3084
|\
| * completed the parallell port part now supporting all ports A,B and C, still WIP Joakim Larsson Edstrom2016-06-102-229/+593
| * DUSCC driver for 68562,26562,68C562 and 26C562 added, WIP but works for Force... Joakim Larsson Edstrom2016-06-102-0/+2491
* | Moved things a bit around to better decouple fulivi2016-06-092-28/+24
|/
* for MSVC (nw) smf-2016-06-091-1/+1
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-082-2/+2
* vegas: Corrected sub-device lookup string (nw) Ted Green2016-06-082-6/+28
* ds2401: support DS2400-compatibility command 0x0F to read serial no. Vas Crabb2016-06-082-1/+3
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-082-2/+2
* - More code cleanup. couriersud2016-06-072-15/+15
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-7/+9
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-1/+1
* terminal: fixed Color configuration Nigel Barnes2016-06-051-1/+1
* small cleanup (nw) Miodrag Milanovic2016-06-051-58/+58
* Added CHS and LBA limits when the chd doesn't contain identify device data [smf] smf-2016-06-021-0/+20
* Fixed baudrate calculation issue and some minor debug message errors Joakim Larsson Edstrom2016-06-022-26/+27
* (nw) Use normal array allocation for fixed sized arrays. Ted Green2016-05-312-6/+3
* (nw) WIP: Updated atlantis driver. Ted Green2016-05-293-18/+83
* Moved more code into plib namespace. (nw) couriersud2016-05-272-31/+31
* (nw) Updated rom naming/mapping and changed ram instantiation. Ted Green2016-05-252-45/+51
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-12/+12
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-258-220/+219
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-212-22/+18
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-212-4/+4
* vrc4373: Added correct PCI config map (nw) Ted Green2016-05-201-1/+1
* More gen_latch (nw) Ivan Vangelista2016-05-201-0/+2
* (nw) Fixed address map range for BAR config Ted Green2016-05-181-1/+1
* (nw) Removed unused member variable Ted Green2016-05-171-1/+0
* voodoo: Stopped blocking of non-fifo'd register writes (nw) Ted Green2016-05-172-17/+90
* (nw) Merge branch 'seattle_pci' Ted Green2016-05-174-93/+624
|\
| * voodoo_pci: Added default PCI BAR locations (nw) Ted Green2016-05-174-93/+624
* | Continuing work to move object initialization from start to constructor. couriersud2016-05-161-1/+1
* | More automatic memory handling. (nw) couriersud2016-05-161-3/+2
* | Baud Rate Generator now uses diserial timers through setrate(), Added ADD_ ma... Joakim Larsson Edstrom2016-05-152-349/+441
* | Some use of share_ptr to ease memory management. (nw) couriersud2016-05-121-1/+1
* | Code simplification couriersud2016-05-121-4/+3
* | Devices are now created after the netlist was parsed. This enables us couriersud2016-05-121-2/+1
|/
* (nw) Changed to using attotime::never for timer disabling. Ted Green2016-05-101-6/+4
* Merge pull request #863 from bmunger/r9751 Scott Stone2016-05-091-19/+21
|\