summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Remaining fixestime-experiments Aaron Giles2021-08-141-2/+2
* Merge branch 'master' into time-experiments Aaron Giles2021-08-1317-52/+183
|\
| * bus/nes: Added support for a 21-in-1 multicart. (#8435) 0kmg2021-08-136-2/+44
| * swim1, swim2: Implement callback for DAT1BYTE output AJR2021-08-134-2/+55
| * Merge pull request #8437 from 0kmg/nes-mappers-212,217 ajrhacker2021-08-136-28/+64
| |\
| | * bus/nes: More multicart fixes. 0kmg2021-08-136-28/+64
| * | ti99: Use offs_t instead of uint16_t for addresses, as they are 19 bit wide i... Michael Zapf2021-08-147-20/+20
* | | Update recently modified files to new APIs Aaron Giles2021-08-1321-64/+99
* | | Merge branch 'master' into time-experiments Aaron Giles2021-08-13679-54168/+62009
|\| |
| * | apple2gs disassembly updates: (#8430) ksherlock2021-08-121-21/+21
| * | ch376.cpp: fix mount status and entry formatting [Peter Ferrie] Peter Ferrie2021-08-121-2/+4
| |/
| * tx0_64kw, tx0_8kw: Fixes and improvements AJR2021-08-122-105/+682
| * Merge pull request #8428 from 0kmg/nes-mappers-289,320 ajrhacker2021-08-126-15/+181
| |\
| | * bus/nes: Added support for 17-in-1 and 6-in-1 multicarts. 0kmg2021-08-126-15/+181
| * | bus/a2bus/q68.cpp: Fixed various issues. Vas Crabb2021-08-132-49/+51
| |/
| * bus/nes: Miscellaneous minor multicart fixes, mostly. (#8291) 0kmg2021-08-137-178/+198
| * video/upd7220.cpp: Updated FIGD to use ead and mask to calculate drawing loca... Brian Johnson2021-08-132-154/+64
| * bus/nes: Fixed bugs in Game Star type "A" boards. (#8425) 0kmg2021-08-112-28/+24
| * bus/nes: Fixed graphics issues in BB Car clones. (#8421) 0kmg2021-08-112-25/+10
| * - tryout.cpp: used object finders and other minor cleanups Ivan Vangelista2021-08-111-1/+1
| * apple2: the two Q-68 cards use the same ROM. [R. Belmont] arbee2021-08-101-1/+1
| * apple2: Support for the Stellation Q-68 and Q-68 Plus 68008 coprocessor cards... arbee2021-08-102-0/+321
| * bus/nes: Fixed BMC 411120-C cartridge emulation and added a compatible game. ... 0kmg2021-08-113-23/+27
| * Assorted N64 fixes (#8415) MooglyGuy2021-08-0936-11201/+2699
| * bus/nes: Improved NTDEC cartridge support. (#8239) 0kmg2021-08-106-63/+101
| * bus/nes: Added support for a Contra bootleg. (#8326) 0kmg2021-08-106-4/+75
| * ap2000: hook up reset to Centronics init signal (#8363) goldnchild2021-08-094-1/+41
| * bus/nes: Fixed graphics in several multicarts and removed an underdump. (#8410) 0kmg2021-08-091-1/+1
| * bus/nes: Implemented support for multicart mc_s8rk. (#8412) 0kmg2021-08-096-5/+65
| * bus/nes: Added support for mc_150um multi-game cartridge. (#8406) 0kmg2021-08-096-4/+67
| * bus/nes: Added support for 21-in-1 and 35-in-1 multicarts. (#8401) 0kmg2021-08-088-3/+122
| * bus/nes: Fixed Powerful 255 in 1 and added its parent. (#8404) 0kmg2021-08-076-101/+94
| * fdc37c93x.cpp: actually read logical device registers yz70s2021-08-072-21/+10
| * taitopjc: fix save states Ville Linde2021-08-071-0/+93
| * Merge pull request #8398 from 0kmg/nes-mappers-174,267 ajrhacker2021-08-058-7/+123
| |\
| | * bus/nes: Added support for 8-in-1 and 5-in-1 multicarts. 0kmg2021-08-058-7/+123
| * | z8536: Avoid magic numbers Dirk Best2021-08-052-8/+17
| |/
| * Merge pull request #8388 from 0kmg/nes-9in1cal ajrhacker2021-08-046-27/+125
| |\
| | * bus/nes: Added support for Caltron 9 in 1 prototype. 0kmg2021-08-016-27/+125
| * | bus/nes: Added support for several JY Company 4-in-1 bootlegs carts. 0kmg2021-08-046-2/+57
| * | apxen: Checkpoint, get something on screen Dirk Best2021-08-046-0/+578
| * | z8536: Better daisy chain support, fix port assignment when writing data Dirk Best2021-08-042-5/+30
| * | video/upd7220.cpp: Made address space use word addressing, and implemented pr... Brian Johnson2021-08-054-99/+188
| * | bus/nes: Added support for a Kaiser 4-in-1 cart. (#8390) 0kmg2021-08-056-5/+63
| * | fdc37c93x.cpp: use ns16550 instead of ns16450 for rs232 as per datasheet yz70s2021-08-032-4/+4
| * | smc91c96 updates (a2osx w/ lancegs) Kelvin Sherlock2021-08-022-8/+16
| * | Genearate seaparate dasm header for TMS57002 Miodrag Milanovic2021-08-022-11/+14
| |/
| * bus/nes: Added support for Little Com 160 Korean multicart. (#8378) 0kmg2021-08-026-3/+53
| * voodoo: Address minor coverity complaints Aaron Giles2021-07-313-4/+11
| * swim1: Disable read side effects to help debugging AJR2021-07-302-10/+21