summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* cdtv: Subcode supportcdtv_subcode Dirk Best2025-07-126-210/+228
* Current Plug + Play PR - added 18 sets, 3 working + 1 software list entry (#1... mamehaze2025-07-101-2/+0
* sinclair/glukrs.cpp: Replaced custom RTC with verified KR512VI1/MC146818 (#13... holub2025-07-093-7/+7
* machine/kr2376.cpp: Added ROM bit 7 to the KR2376_ST encoder, used in externa... Nigel Barnes2025-07-092-26/+33
* machine/i2cds1307.cpp: Added I2C DS1307; Used the device in Spectrum Next (#1... holub2025-07-082-0/+102
* machine/i2cmem.cpp: Fixes and updates AJR2025-07-071-44/+35
* apple/apple2gs.cpp: Generate ADB IRQs for incoming mouse data, not just keybo... arbee2025-07-051-5/+5
* sound/es5503.cpp: Fix error in emulation of oscillator over-contribution glit... arbee2025-07-052-77/+78
* LDP1450: Fix display mode selection issue and grey background James Wallace2025-07-051-3/+3
* Remove invalid executable bits (#13904) Julian Sikorski2025-07-042-0/+0
* z80dma.cpp: Added UA858D variant; sinclair/spectrum.cpp: Added configurable D... holub2025-07-046-4/+390
* apple/macpwrbkmsc.cpp: Improved operation for all supported PowerBook Duos. [... arbee2025-07-034-24/+83
* sh/sh7604: hookup UBC BARA/BARB r/w angelosa2025-07-022-0/+90
* Clean up various stuff. Vas Crabb2025-07-017-182/+151
* vibes240: Support dynamically disabling opcode encryption through control writes AJR2025-06-302-55/+55
* machine/icd2053b.cpp: Support for the Cypress Semiconductor ICD2053B programm... arbee2025-06-293-21/+250
* nubus/cards.cpp: It helps to make the newest cards actually accessible. [R. ... arbee2025-06-281-1/+13
* k052109 drivers: add screen raw params, small cleanup hap2025-06-272-14/+10
* Merge branch 'release0278' into HEAD Vas Crabb2025-06-271-5/+6
|\
| * Fix copy/paste error breaking build, and some space indents. Vas Crabb2025-06-271-5/+6
* | Merge branch 'release0278' into HEAD Vas Crabb2025-06-273-7/+7
|\|
| * -sound/js_sound.cpp: Blind attempt at updating for base class changes. Vas Crabb2025-06-273-7/+7
* | spg110_video: Remove unnecessary mem_mask parameters from read/write handlers AJR2025-06-252-21/+21
|/
* srcclean Vas Crabb2025-06-2513-58/+58
* sharp/mz2500.cpp: preliminary MZ80 bus slot implementation: angelosa2025-06-238-0/+446
* sound/[va_eg, va_vca, dac76]: Automatically adapt to the input and output co... m1macrophage2025-06-226-46/+19
* casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) Devin Acker2025-06-214-3/+52
* roland_tr707.cpp: audio emulation. (#13856) m1macrophage2025-06-212-1/+15
* current plug & play PR (4 non-working machines, 4 non-working software list e... mamehaze2025-06-211-0/+3
* a2bus/a2ieee488.cpp: Added support for the Apple IEEE-488 Card. [R. Belmont, ... arbee2025-06-203-1/+215
* bus/a800/atarifdc.h: Remove leftover #includes AJR2025-06-201-2/+0
* misc fixes Olivier Galibert2025-06-201-2/+2
* bus/bbc/1mhzbus/beebex.cpp: Assign unique slot tags. Nigel Barnes2025-06-191-4/+4
* bus/bbc/1mhzbus/beebex.cpp: Fix slot tags AJR2025-06-191-1/+1
* bus/bbc/1mhzbus: Added BEEBEX Extender for BBC Micro. Nigel Barnes2025-06-193-0/+171
* dpatrol: added bd3.d1 prom [Bitsavers] hap2025-06-191-9/+11
* bus/acorn/cu/cugraph: Fix #include guard. Nigel Barnes2025-06-181-3/+3
* bus/acorn: Buffered the bus using device_memory_interface. Nigel Barnes2025-06-1854-1172/+2662
* LDP1450: Added preliminary support for custom On Screen Text mode. (#13490) James Wallace2025-06-182-88/+412
* sinclair/spec128.cpp: Support multiple kinds of AY devices through a slot (#1... holub2025-06-174-0/+304
* sound: Olivier Galibert2025-06-171-2/+2
* video/mr9735.cpp: New MR9735-002 Teletext/Viewdata Video Generator device. Nigel Barnes2025-06-162-0/+587
* machine/ay34592.cpp: New AY-3-4592 keyboard encoder device. Nigel Barnes2025-06-162-0/+317
* video/saa5240.cpp: Updated Flash and Hold logic to match SAA5050. Nigel Barnes2025-06-162-35/+33
* mcd: shift the end of the disk by 150 sectors like the start cracyc2025-06-162-1/+22
* m6809: don't reset physical input pins state at device_reset hap2025-06-152-3/+1
* spg_renderer: Disable blending over transparent pixels (#13828) Simon Eriksson2025-06-141-3/+4
* video/saa5050.cpp: Fixed some Flash and Hold control issues. Nigel Barnes2025-06-142-53/+49
* bus/bbc/1mhzbus/barrybox: Added microphone, and is now working. Nigel Barnes2025-06-142-52/+38
* anpncpc: Hook up I2C EEPROM; prevent sound CPU from running off the rails AJR2025-06-141-1/+1