summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-24125-924/+914
* Added ICM7170 real-time clock device. [R. Belmont] arbee2020-03-222-0/+234
* srcclean (nw) Vas Crabb2020-03-224-29/+29
* wd_fdc: Changed spindown delay to 9 revs according to specs, added MON cleari... Michael Zapf2020-03-211-1/+5
* bus/coco: Added CoCo PSG cartridge device. [Roberto Fernandez, Nigel Barnes, ... Nigel Barnes2020-03-212-4/+23
* wd_fdc: Add a MON callback so that drives, which are unselected early, do not... Michael Zapf2020-03-202-1/+12
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-183-4/+0
* edlc: add 80c03 support (nw) Patrick Mackinlay2020-03-162-43/+397
* te7750, z8536: Simplify handler signatures (nw) AJR2020-03-144-43/+43
* upd4992: Simplify handler signatures; don't default clock configuration (nw) AJR2020-03-142-7/+7
* ti99: Added CorComp disk controller cards. Michael Zapf2020-03-142-8/+20
* Pug and Play work (#6434) David Haywood2020-03-134-34/+36
* Added support for the address high byte to i2cmem for devices greater than 40... smf-2020-03-132-15/+30
* m6801: Attempt at cleaning up internal registers (nw) AJR2020-03-122-39/+1
* New machines marked as NOT_WORKING AJR2020-03-112-2/+35
* cxd1095, msm6242: Simplify handler signatures; use shorter type names (nw) AJR2020-03-114-53/+53
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-2/+2
* wtl3132: minor disasm tweaks (nw) Patrick Mackinlay2020-03-101-14/+15
* Plug and Play work (#6411) David Haywood2020-03-093-22/+76
* Plug and Play work (#6396) David Haywood2020-03-074-86/+198
* unistar: Hook up one bank of DIP switches (nw) AJR2020-03-061-1/+1
* Clean up odds and ends (nw) AJR2020-03-064-621/+1
* New and completely rewritten emulation of SCN2651 PCI, SCN2661 EPCI & SCN2641... AJR2020-03-062-0/+1861
* new NOT WORKING (plug & play) (#6382) David Haywood2020-03-044-27/+80
* k054321.cpp : Add notes of unknown writes cam9002020-03-021-0/+1
* Latch the upper address bits from the i2c device id after receiving the lower... smf-2020-03-022-24/+25
* Revert "Possibly controversial i2cmem change, please lemme know if something ... Olivier Galibert2020-03-011-14/+1
* hp80: HP82939 serial I/O module added (#6366) fulivi2020-03-013-66/+37
* ampex230p: Keyboard work (nw) AJR2020-03-011-1/+1
* z80dart: Replace old device with new variant of modern SIO emulation AJR2020-02-294-1722/+149
* clean up crud (nw) Vas Crabb2020-02-292-9/+6
* am79c30.cpp: Fix build (nw) AJR2020-02-281-1/+1
* New skeleton device: Am79C30A DSC AJR2020-02-272-0/+2264
* -pxa255: Converted to logmacro, added more GPIO callbacks, removed unnecessar... MooglyGuy2020-02-262-302/+303
* i8279: Fix accidentally uncovered crash in turbo (nw) AJR2020-02-251-0/+4
* i8279: Correct keyboard scan rate and logging thereof AJR2020-02-241-4/+4
* Possibly controversial i2cmem change, please lemme know if something breaks (nw) Olivier Galibert2020-02-241-1/+14
* Eliminate legacy Z80 SIO emulation AJR2020-02-233-156/+4
* i8274, upd7201: Replace legacy device emulations and rename new devices AJR2020-02-234-114/+72
* srcclean and manual adjustments (nw) Vas Crabb2020-02-237-92/+92
* wd_fdc: Increase HLD idle timeout to 15 revolutions except for FD1771 and FD1781 AJR2020-02-202-1/+25
* i8279: More fine-tuning (nw) AJR2020-02-201-3/+3
* i8279: Remove timing hack; make sure SL3 gets output (Pied Piper needs it) AJR2020-02-201-8/+3
* i8279: Simplify handler signatures; add save state; disable read side effects... AJR2020-02-202-84/+102
* Plug and Play work (#6334) David Haywood2020-02-201-2/+2
* Plug and Play work (#6330) David Haywood2020-02-194-57/+54
* -spg2xx_audio: Added preliminary ADPCM36 decoding, significantly improves pba... mooglyguy2020-02-192-7/+72
* spg2xx: Added rudimentary SPI support. [Ryan Holtz] mooglyguy2020-02-194-24/+280
* wd_fdc: Condition command completion interrupt on busy flag having been set AJR2020-02-191-2/+2
* (nw) spg2xx: fixed 6 compilation errors Robbbert2020-02-192-1/+2