summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
...
* netlist: Add more validations and fix issues identified. couriersud2019-04-212-14/+113
* netlist: Add power terminals to most logic devices. couriersud2019-04-211-2/+4
* tekram_dc820.cpp: Identify some interrupts (nw) AJR2019-04-212-2/+2
* Add very preliminary Intel 82355 BMIC device AJR2019-04-212-0/+975
* Add AMD/Plessey 2812 FIFO device (for WIP Star Rider driver) Vas Crabb2019-04-214-14/+325
* srcclean, fix up apple2_flop_clcracked.xml (nw) Vas Crabb2019-04-218-29/+29
* hd63450: Clear all *but* the lowest bit of CSR on reset (nw) AJR2019-04-191-1/+1
* hd63450: Update IRQ output when enable bit changes (nw) AJR2019-04-191-0/+4
* (nw) via6522: removed unneeded space and offset Robbbert2019-04-202-4/+4
* hd63450: More accurate IRQ handling with a tidier interface AJR2019-04-192-18/+79
* wd37c65c: Allow second clock to be configured (not used yet) (nw) AJR2019-04-172-1/+18
* scc68070: Merge CPU device with on-chip peripheral emulation AJR2019-04-172-0/+1741
* Fix validation crash. (nw) couriersud2019-04-171-2/+6
* netlist: Improve validation code. couriersud2019-04-161-17/+44
* netlist: Add validation support to netlist device. couriersud2019-04-152-43/+161
* Improve netlist initialization in drivers. (nw) couriersud2019-04-141-11/+30
* Merge pull request #4895 from DavidHaywood/130419 ajrhacker2019-04-132-0/+115
|\
| * pull SunPlus GCM394 titles out of vii.cpp DavidHaywood2019-04-142-0/+115
* | upd765: Add uPD72069 device type for mpc3000 (nw) AJR2019-04-132-1/+23
* | upd765: Drive selection improvements AJR2019-04-132-3/+16
* | netlist: modernize interface. (nw) couriersud2019-04-132-11/+22
* | netlist: bug fixing. couriersud2019-04-132-0/+12
|/
* wy75: Add default EAROM to avoid hanging at start AJR2019-04-122-6/+18
* (nw) suppress side effects, standardise #include guards Vas Crabb2019-04-121-1/+2
* z80pio.cpp : Simplify handlers, Reduce duplicates cam9002019-04-072-12/+8
* New softwarelist additions hap2019-04-062-4/+8
* Add ability to throttle HDD DMA transfer speed. Fixes MT07242 Ted Green2019-04-064-24/+35
* emumem: Remove obsolete alignement limit Olivier Galibert2019-04-061-7/+10
* i82586: loopback mode fixes (nw) Patrick Mackinlay2019-04-052-83/+47
* 68307, mc68681, tmp68301: Disable side effects for interrupt acknowledgment (nw) AJR2019-04-044-8/+20
* Various changes related to 68000 interrupts (nw) AJR2019-04-0410-37/+46
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-0513-48/+68
* f3853: f3856 bugfix (nw) (note: device not used anywhere in mame yet, doesn't... hap2019-04-041-2/+2
* mc68328: Improve integration of emulated device (nw) AJR2019-04-032-40/+63
* Prevent integer overflow in Z80 CTC device, which causes a runtime error on W... Justin Kerk2019-03-311-1/+4
* Merge pull request #4836 from DavidHaywood/300319 ajrhacker2019-03-314-57/+86
|\
| * basic audio for SPG110 titles DavidHaywood2019-03-314-57/+86
* | aic6250: Invert Port A outputs; misc. small fixes (nw) AJR2019-03-311-5/+6
* | aic6250: Preliminary, untested implementation of processor memory requests (nw) AJR2019-03-311-23/+87
* | devices/machine/watchdog.cpp : Simplify handlers cam9002019-03-312-12/+12
|/
* k054321: simpler to use gen_latch (nw) hap2019-03-302-69/+17
* tmnt.cpp : Device'fied prmrsocr exclusive K054986A interface (#4591) cam9002019-03-302-3/+22
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-305-74/+74
* Merge pull request #4823 from DavidHaywood/290319 ajrhacker2019-03-293-0/+15
|\
| * spg110: add manual vram uploads, needed for most of the jak_spdmo games DavidHaywood2019-03-303-0/+15
* | gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-292-28/+24
|/
* jak_capb - sprite and input improvements (nw) (#4820) David Haywood2019-03-294-116/+199
* nscsi_cd: support mode page 0x01, allows Apple II SCSI Card to access CD-ROMs... arbee2019-03-281-0/+16
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-276-39/+39
* spg110: tweaks for jak_capb, improves rendering, identifies several things (#... David Haywood2019-03-2711-1650/+1986