summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices (follow)
Commit message (Expand)AuthorAgeFilesLines
* another batch from my backlog (most new additions don't work, etabeta782016-05-045-1/+90
* Suppress some unnecessary logerrors in code I wrote, nw therealmogminer@gmail.com2016-05-041-3/+0
* a first dive in my huge backlog. nw. etabeta782016-05-042-3/+7
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-6/+6
* remove comment, false positive in driver_data search Miodrag Milanovic2016-05-021-2/+0
* mc146818: fix irqs (nw) cracyc2016-05-011-2/+2
* (nw) Prep work for gpu acceleration Ted Green2016-05-012-49/+53
* upd765: don't fail immediately on wrong cyl (nw) cracyc2016-05-011-3/+0
* tms7000/e0c6200: renamed hxx(inc) to cpp hap2016-05-016-55/+58
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-01156-668/+668
* Merge pull request #847 from ajrhacker/flopload R. Belmont2016-05-011-1/+7
|\
| * Workaround for MT 06194 (potential segfault during floppy load) AJR2016-05-011-1/+7
* | megadrive: added custom X24C02 emulation to NBA Jam cart, etabeta782016-05-015-0/+328
* | ti99: Fixed gromemu cartridge type Michael Zapf2016-05-012-26/+39
* | move gb sound and gb lcd in order to make snes compile, since used by bus dev... Miodrag Milanovic2016-05-015-1/+3967
* | saturn and stv split (nw) Miodrag Milanovic2016-05-018-1007/+11
|/
* 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-304-1/+324
* ti99: Adding cartridge types to softlist Michael Zapf2016-04-302-16/+37
* made the transition between different carts in the multislot driver etabeta782016-04-292-3/+71
* iteagle: fix gtfore (nw) cracyc2016-04-281-1/+1
* further cleanup + final untangling from the old code: etabeta782016-04-284-105/+0
* vector: Move clipping to avgdvg, the only user. Simplify [O. Galibert] Olivier Galibert2016-04-282-178/+48
* misc clean up. nw. etabeta782016-04-281-1/+0
* neogeo.cpp: huge clean up of the cartslot code in order to better etabeta782016-04-2887-5625/+5967
* a5200: fixed regression when loading headerless carts from etabeta782016-04-281-2/+8
* h8: Add dtc, dma, watchdog (WIP) [O. Galibert] Olivier Galibert2016-04-2735-484/+1862
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-2764-2106/+2082
* ti99: Added 8M option to Horizon, modernized logging, replaced misused ROM by... Michael Zapf2016-04-262-80/+111
* hh_hmcs40: updated cpacman svg by Rik hap2016-04-261-5/+5
* ti99: Fixed some issues in the cartridge port (paged 37x) Michael Zapf2016-04-262-329/+166
* Document internal hardware of original Pocket Challenge machine [Team Europe] David Haywood2016-04-252-0/+15
* Merge pull request #829 from fulivi/hp9845_dev etabeta782016-04-255-2/+311
|\
| * hp9845: little change to hp_optrom after comment in PR fulivi2016-04-231-8/+2
| * hp9845: adapt to new iterator syntax fulivi2016-04-231-7/+5
| * hp9845b: added capability to load optional ROMs fulivi2016-04-232-0/+225
| * hphybrid: found 2 undocumented instructions fulivi2016-04-233-2/+94
* | Revert "Unified filenames for ep64 audio/video components to match driver (nw)" Miodrag Milanovic2016-04-251-1/+1
* | Moved upd1771 files to proper device folder and fixed includes (nw) Scott Stone2016-04-242-0/+639
* | Unified filenames for ep64 audio/video components to match driver (nw) Scott Stone2016-04-241-1/+1
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-24116-305/+305
* | small cleanup + added note about some pad configuration etabeta782016-04-241-1/+8
* | Remove outdated message (nw) AJR2016-04-231-4/+0
* | Move a few odds and ends out of the emu core AJR2016-04-236-5/+374
* | saturn.cpp: converted controllers to work through slot devices, etabeta782016-04-2321-195/+2133
* | hh_tms1k: copycatm2 is now playable hap2016-04-231-4/+2
* | move vector to video devices (nw) Miodrag Milanovic2016-04-232-0/+448
* | Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-235-236/+7
|/
* neogeo.cpp: more accurate implementation of contollers etabeta782016-04-2110-110/+600