summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-2573-605/+580
* - Change SMS/GG master clocks to match service manuals. [Enik] Miodrag Milanovic2016-05-231-4/+1
* x86emit: emitters for movdqa/movdqu (nw) Ville Linde2016-05-231-0/+4
* Moved extension of vector lines to where it belongs (nw) ImJezze2016-05-221-44/+12
* gb_slot.cpp: Fixed incorrect mapper detection for "Is that a demo in your poc... Wilbert Pol2016-05-221-1/+2
* itt3030: scrolling (nw) cracyc2016-05-211-2/+4
* 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
* gamecom: fix for MULT instructions. Robbbert2016-05-211-4/+6
* vrc4373: Added correct PCI config map (nw) Ted Green2016-05-201-1/+1
* More gen_latch (nw) Ivan Vangelista2016-05-201-0/+2
* UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] Ville Linde2016-05-209-0/+137
* Merge pull request #879 from fulivi/hp9845_dev R. Belmont2016-05-192-7/+9
|\
| * hp9845: added timer to throttle access to graphic memory, RAM expanded fulivi2016-05-161-1/+1
| * hphybrid: DMA fixed fulivi2016-05-161-7/+2
| * hp9845: first draft of graphic video support: no cursor yet, reading fulivi2016-05-162-0/+7
* | (nw) Fixed up PCI VGA legacy register mapping Ted Green2016-05-184-39/+59
* | (nw) Fixed address map range for BAR config Ted Green2016-05-181-1/+1
* | gamecom: verified that Duke Nukem 3D, and Resident Evil 2 are working. Robbbert2016-05-181-1/+1
* | Gamecom: Major improvements, most games are running to some extent. Robbbert2016-05-181-8/+16
* | one step closer to core i2c eeprom implementation. nw. etabeta782016-05-182-46/+49
* | (nw) Removed unused member variable Ted Green2016-05-171-1/+0
* | voodoo: Stopped blocking of non-fifo'd register writes (nw) Ted Green2016-05-173-20/+96
* | (nw) Merge branch 'seattle_pci' Ted Green2016-05-175-93/+630
|\ \
| * | voodoo_pci: Added default PCI BAR locations (nw) Ted Green2016-05-175-93/+630
* | | drcbex64: special case for add (nw) Ville Linde2016-05-171-0/+8
* | | gba.cpp: Added preliminary support for the 3D Matrix Memory etabeta782016-05-174-1/+114
* | | misc. nw. etabeta782016-05-175-12/+168
* | | ti99: Fixed MBX cartridge type, introduced new paged type, updated softlist w... Michael Zapf2016-05-172-53/+288
* | | drcbex64: special case for and (nw) Ville Linde2016-05-161-0/+8
| |/ |/|
* | 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
* | Merge pull request #877 from JoakimLarsson/mvme147 R. Belmont2016-05-152-349/+441
|\ \
| * | Baud Rate Generator now uses diserial timers through setrate(), Added ADD_ ma... Joakim Larsson Edstrom2016-05-152-349/+441
* | | hh_tms1k: electronic battleship WIP hap2016-05-143-0/+7
* | | h63484 ==> hd63484 (nw) Sandro Ronco2016-05-132-193/+186
* | | remove legacy hd63484. (nw) Sandro Ronco2016-05-132-1659/+0
|/ /
* | drcbex64: some more micro-optimization (nw) Ville Linde2016-05-121-14/+26
* | 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
* | Fix compile for SNES_LAYER_DEBUG, nw angelosa2016-05-121-0/+1
* | Moved around PAL variable, nw angelosa2016-05-111-3/+6
* | v60: revert clang compile warning fix that broke conditional compile, added v... hap2016-05-112-0/+4
|/
* (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