summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed sta/lda instruction name [smf] smf-2020-10-291-2/+2
* ncr5380: bug fixes Patrick Mackinlay2020-10-291-14/+18
* m740: Fix cycle timings for CLB/SEB ($zz), BBC/BBS (all modes) & RRF AJR2020-10-281-4/+32
* Miscellaneous clean-up. Vas Crabb2020-10-2912-95/+108
* catseye.cpp: fix Clang compile. arbee2020-10-281-1/+1
* hp98620: fix Clang build. arbee2020-10-281-1/+1
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-2716-32/+258
* ymf262: fix off-by-one error in OPL3_SLOT_CONNECT Scott Percival2020-10-281-1/+1
* lc57, msm65x2: Add disassemblers [O. Galibert] Olivier Galibert2020-10-264-0/+296
* bus/coco: Added Speech Systems Stereo Composer cartridge. (#7379) tim lindner2020-10-264-32/+133
* M50753: Finish A/D converter, including completion IRQ. [R. Belmont] arbee2020-10-252-5/+37
* M740 family updates AJR2020-10-255-27/+15
* snes_ppu.cpp: Use device_palette_interface for Palette handling (#7375) cam9002020-10-262-45/+60
* M50753: add support for the 8-bit IN port. [R. Belmont] arbee2020-10-242-0/+12
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-259-89/+92
* dfs500: fixed crash at start and did srcclean on it. Also srccleaned picture.... Robbbert2020-10-251-17/+17
* fix a Genesis VDP status bit which was breaking Mega Play 68k->Z80 comms (#7390) Devin Acker2020-10-241-1/+3
* bus/a2bus: Re-wrote Apple II Parallel Interface Card emulation. Vas Crabb2020-10-253-234/+478
* msm5232: fix: behaviour when the 'arm' flag set while envelope generator is o... eito2020-10-241-0/+8
* bus/a2bus: Make Grappler+ cnxx writes select low ROM bank for completeness. Vas Crabb2020-10-242-0/+11
* bus/a2bus: Removed some unused LOG arguments, added another assertion. Vas Crabb2020-10-241-3/+4
* bus/a2bus: Added Orange Micro Grappler+ Printer Interface. [Vas Crabb, Golden... Vas Crabb2020-10-232-0/+427
* bbc_voicebox: Callback to CB1 line is inverted. Nigel Barnes2020-10-222-15/+1
* vsnes.cpp: working sound + "improved" graphics in Vs. SMB bootleg sets (#7360) Devin Acker2020-10-222-28/+196
* Revert of 5a545f9 - unwanted. Robbbert2020-10-221-1/+1
* Add DAC filtering to Midway "Sounds Good" hardware, and add notes/mirroring r... Lord-Nightmare2020-10-221-7/+19
* video/315_5124.cpp: Minor tidying up. Vas Crabb2020-10-221-36/+30
* video/315_5124.cpp: Improved registers 03 and 04 behavior in mode 4 [Enik Lan... enikland22020-10-222-63/+148
* gigatron: patched the cpu to stop crash at start. Robbbert2020-10-221-1/+1
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-2027-184/+6
* machine/e05a30.cpp: Added support for shift register. (#7366) goldnchild2020-10-202-0/+24
* M50753: Add both IRQ lines and route them to the correct interrupt bits. [R. ... arbee2020-10-192-13/+61
* m740: Fix return address for JSR ($zz) AJR2020-10-191-1/+1
* m740: Add TST $zz instruction AJR2020-10-193-2/+9
* bus/bbc/rom: Added support for the Gemini DataGem ROM carrier board. Nigel Barnes2020-10-194-0/+151
* m740: Add file accidentally uncommitted in faff4e6c2da83187f3d09de669e7b9e128... AJR2020-10-181-0/+1
* m740: Add missing JSR ($zz) instruction mode AJR2020-10-182-2/+14
* macprtb.cpp: Preliminary MCU configuration AJR2020-10-182-22/+141
* dac: Make default range for 1-bit DACs 0-1 instead of -1-1 Aaron Giles2020-10-181-1/+1
* disound: Create m_specified_inputs_mask to track which inputs have been speci... Aaron Giles2020-10-182-29/+41
* ns32202: Fix MSVC compile Aaron Giles2020-10-181-2/+2
* dac/volt_reg: improve performance (#7274) Aaron Giles2020-10-173-221/+281
* machine/rescap.h: Use constexpr where it won't change semantics. Vas Crabb2020-10-171-15/+15
* rescap.h: Credit the actual authors (nw) AJR2020-10-171-1/+1
* tt5665.cpp: Use put_int for update samples cam9002020-10-162-10/+9
* m68000: Separate FPU code from header AJR2020-10-152-57/+98
* Implement TT5665 emulation (#6841) cam9002020-10-152-0/+546
* machine/pckeybrd.cpp: Internalize input ports AJR2020-10-152-3/+16
* clipper, cammu: Initialize more members AJR2020-10-141-0/+7
* cpu/pic16c5x: Initialise a couple of variables that can be problematic. Vas Crabb2020-10-141-0/+2