summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * r9751: Fix race condition in PDC device. Multi disk load now possible. Brandon Munger2016-05-081-19/+21
* | (nw) Moved DMA transfer to separate timed process. Ted Green2016-05-092-31/+66
* | A step towards late creation of devices. (nw) couriersud2016-05-101-7/+8
* | Align object registration syntax. (nw) couriersud2016-05-101-4/+4
|/
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-6/+6
* mc146818: fix irqs (nw) cracyc2016-05-011-2/+2
* upd765: don't fail immediately on wrong cyl (nw) cracyc2016-05-011-3/+0
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-014-3/+3
* saturn and stv split (nw) Miodrag Milanovic2016-05-014-1005/+5
* fixed apple2 compile (nw) Miodrag Milanovic2016-05-016-0/+1822
* Fixed ti drivers (nw) Miodrag Milanovic2016-05-012-0/+1028
* Make watchdog timer a separate device AJR2016-04-302-0/+318
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-278-934/+931
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-2414-16/+16
* small cleanup + added note about some pad configuration etabeta782016-04-241-1/+8
* saturn.cpp: converted controllers to work through slot devices, etabeta782016-04-231-195/+76
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+3
* Added additional members for compatibility (nw) Miodrag Milanovic2016-04-182-0/+26
* Added generic latch to replace soundlatch in driver_device (nw) Miodrag Milanovic2016-04-182-0/+235
* Merge pull request #811 from ajrhacker/static_config Miodrag Milanović2016-04-151-1/+1
|\
| * Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* | am9517: add clone with the non-standard mask behavior of the PC Transporter A... arbee2016-04-132-2/+79
* | cr589: skip disc change detection (nw) cracyc2016-04-131-0/+2
* | upd765: indicate ready status in st0 after seek (nw) cracyc2016-04-121-2/+6
|/
* netlist_t no longer descends from netlist::object_t. couriersud2016-04-101-4/+4
* Get rid of some init_object calls. couriersud2016-04-102-4/+3
* Merge pull request #794 from ajrhacker/devfind_region Miodrag Milanović2016-04-0844-209/+188
|\
| * Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-0744-209/+188
* | hp9845: big improvement to TACO driver after study of SIF utilities fulivi2016-04-062-391/+564
* | hp9845: updating of tachometer register added in TACO driver fulivi2016-04-062-27/+76
* | hp9845: Changed cmd 1c on TACO fulivi2016-04-061-45/+59
* | hp9845: call_display and a different approach to stopping tape added to TACO ... fulivi2016-04-062-616/+662
|/
* Merge pull request #780 from ajrhacker/subdevice_gfx Miodrag Milanović2016-04-032-22/+6
|\