summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* acorn_vidc.cpp: generate u255 law sound table on device start [Olivier Galibe... angelosa2019-09-212-40/+19
* archimds.cpp: fixed off by 16 sound DMA transfers, improving sound quality [A... angelosa2019-09-201-1/+1
* acorn_vidc: All right, move this back to src/devices/machine (nw) AJR2019-09-202-0/+0
* acorn_vidc: Internalize palette; externalize screen (nw) AJR2019-09-202-27/+42
* acorn_vidc: Move to src/devices/video and fix full build (nw) AJR2019-09-202-0/+0
* Rewritten Acorn VIDC10 into own device file [Angelo Salese] #5671 Angelo Salese2019-09-202-0/+663
* m68hc05l9: Add (somewhat provisional) model-specific register names (nw) AJR2019-09-191-2/+15
* -vino: Implemented the majority of functionality, and hooked up to picture_im... MooglyGuy2019-09-191-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-2025-285/+206
* (nw) misc cleanup: Vas Crabb2019-09-195-7/+11
* ay8910.cpp : Reduce performance issue cam9002019-09-191-8/+10
* bt45x: 4 overlay colors, not 3 (nw) Patrick Mackinlay2019-09-181-4/+4
* bt431: be pedantic (nw) Patrick Mackinlay2019-09-181-6/+6
* geneve: Add PC KBD connector; allow for using XT keyboards in place of the cu... Michael Zapf2019-09-176-714/+1048
* update prev commit (nw) hap2019-09-171-2/+1
* add stack access to 65c02 reset too, add dummy reads before reset (nw) hap2019-09-172-0/+8
* (nw) more misc cleanup: Vas Crabb2019-09-171-6/+6
* multipcm: Build fix, again (nw) AJR2019-09-171-3/+1
* multipcm: Saner pointer allocation (nw) AJR2019-09-162-4/+2
* Merge pull request #5642 from AmatCoder/AmatCoder-snes-2 ajrhacker2019-09-164-23/+20
|\
| * [snes] Fix 5a22/spc700 clock cycles AmatCoder2019-09-164-23/+20
* | (nw) please try to ensure #include guards will trip special-casing in dumb pr... Vas Crabb2019-09-1620-20/+20
* | (nw) misc cleanup: Vas Crabb2019-09-161-40/+5
* | Fix some style issues with my previous PR (nw) (#5640) Melissa Goad2019-09-152-9/+3
* | Merge pull request #5636 from MoochMcGee/master R. Belmont2019-09-142-1/+4
|\ \
| * | Fix M6502 reset procedure. Fixes MT6486 at the very least. [Melissa Goad] MoochMcGee2019-09-142-1/+4
* | | dp8350: Apply some subtle timing fixes; save one more variable AJR2019-09-141-13/+18
|/ /
* | PORT_CUSTOM simplification (nw) AJR2019-09-147-21/+21
* | Fix clang error: equality comparison with extraneous parentheses [-Werror,-Wp... AJR2019-09-131-2/+2
* | Merge pull request #5627 from cam900/i4100_struct ajrhacker2019-09-132-361/+345
|\ \
| * | imagetek_i4100.cpp : Updates cam9002019-09-142-361/+345
* | | riscii: Improve offset calculation for TBRD (nw) AJR2019-09-132-3/+10
|/ /
* / devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... cam9002019-09-134-116/+185
|/
* pit8253: minor refactor (nw) Patrick Mackinlay2019-09-132-21/+13
* wtl3132: expose register state (nw) Patrick Mackinlay2019-09-131-0/+11
* bt431: fix masking (nw) Patrick Mackinlay2019-09-132-2/+4
* scc68070: Split up internal register block handlers; add some RESET behavior ... AJR2019-09-122-609/+697
* multipcm: Fix crash on exit (nw) AJR2019-09-121-2/+2
* midzeus.cpp, zeus2: Bring static variables inside class; eliminate auto_alloc... AJR2019-09-112-9/+9
* multipcm: Eliminate auto_alloc (nw) AJR2019-09-112-125/+125
* (nw) i8251 : updated list of save-state variables Robbbert2019-09-112-4/+11
* (nw) i8251 : added notes Robbbert2019-09-111-4/+8
* rii: Misc. adjustments (nw) AJR2019-09-101-5/+6
* rii: Stack endianness is swapped; TBRD is allowed to be RPTed (nw) AJR2019-09-101-5/+14
* rii: Add standard status flag display (nw) AJR2019-09-102-2/+24
* Add preliminary RISC II execution core AJR2019-09-103-26/+1128
* ay8910.h : Fix duty masking (#5616) cam9002019-09-101-1/+1
* ay8910.cpp : Fix naming (#5613) cam9002019-09-102-22/+22
* rii: Misc. notes; minor disassembler update (nw) AJR2019-09-103-24/+44
* ay8910: Don't play fast and loose with register initialization; some builds w... AJR2019-09-091-5/+5