summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* tms9914: simplify handling of CIDS state (nw) fulivi2020-04-281-2/+2
* misc demacroization (nw) Ivan Vangelista2020-04-274-20/+20
* Heavily improved emulation of GRiD Compass 1101 (#6599) usernameak2020-04-263-9/+12
* tms9914: added SR & PP FSMs, typo fixed fulivi2020-04-262-22/+121
* srcclean and manual cleanup (nw) Vas Crabb2020-04-264-101/+101
* appease vs2019_clang with llvm 10.0 smf-2020-04-251-3/+3
* stvcd.cpp: move note on top, make some basic QA (nw) angelosa2020-04-251-4/+17
* upd765: bah (nw) Patrick Mackinlay2020-04-241-1/+1
* upd765: partially revert dma change (nw) Patrick Mackinlay2020-04-241-2/+2
* fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings ... smf-2020-04-231-1/+1
* se3208: Use callbacks for interrupt acknowledgment (nw) AJR2020-04-222-2/+2
* Device-fied TC0090LVC for taito_l.cpp implementation (#6572) cam9002020-04-222-71/+260
* comment out debug code (nw) smf-2020-04-221-1/+1
* New Working machines smf-2020-04-221-0/+18
* m68000: Don't iterate to save arrays; eliiminate legacy prepost registration ... AJR2020-04-221-1/+0
* stvcd.cpp: second cleanup pass: move communication interface to device_memory... angelosa2020-04-193-483/+401
* netlist: rename some camel case names. (nw) couriersud2020-04-191-4/+4
* Plug and Play work (#6568) David Haywood2020-04-191-15/+92
* genpc.cpp: Fix faulty EOP propagation that broke floppy disk loading (nw) AJR2020-04-191-1/+1
* stvcd.cpp: first cleanup pass: move all commands into functions (nw) angelosa2020-04-182-1083/+1276
* netlist: nltool usage and static compile changes. [Couriersud] couriersud2020-04-181-0/+8
* z80scc: test the correct bit (nw) Patrick Mackinlay2020-04-171-1/+1
* upd765: dma fixes (nw) Patrick Mackinlay2020-04-161-3/+3
* akiko.cpp: Eliminate deprecated machine().device calls (nw) AJR2020-04-152-14/+8
* bq48xx: Adding Benchmarq RTC chip emulations. Michael Zapf2020-04-144-0/+1324
* am9517a: Assert EOP during rather than after final DMA transfer AJR2020-04-131-11/+24
* netlist: improve performance up to 65% on audio netlists. [Couriersud] couriersud2020-04-131-3/+5
* scn_pci.cpp: Note on emulation (nw) AJR2020-04-131-0/+4
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-1312-12/+12
* mos6551: Clear IRQ state upon hardware reset AJR2020-04-101-11/+11
* rtc65271: Use existing interrupt flag for intrq_r. (nw) Michael Zapf2020-04-102-7/+1
* netlist: Reduce memory allocation calls in non-core code. (nw) couriersud2020-04-101-5/+5
* wd37c65c: Note on map use (nw) AJR2020-04-081-0/+3
* clxvme186: Add RTC device (nw) AJR2020-04-072-4/+33
* m3002: New device AJR2020-04-072-0/+591
* pla: allow reparsing after device started (nw) hap2020-04-072-7/+17
* Collapse pc_fdc device hierarchy (nw) AJR2020-04-074-75/+13
* Reduce dependencies on pc_fdc_interface and machine/pc_fdc.h (nw) AJR2020-04-072-2/+2
* misc fixes for bugs that showed up in devnoclear debug builds (nw) Ivan Vangelista2020-04-072-0/+2
* pci.cpp: fixed 'Fatal error: install_ram_generic: In range cdcdcdcc-9b9b9b98 ... Ivan Vangelista2020-04-061-4/+3
* Changed output to deliver either 0 or 1, not -1. (nw) Michael Zapf2020-04-061-4/+4
* Add intrq_r method to query interrupt state. (nw) Michael Zapf2020-04-062-2/+15
* Fixed state machine and made TC signal asynchronous. Michael Zapf2020-04-062-17/+34
* Add octal registered transceiver 74543 Michael Zapf2020-04-062-0/+244
* i386/i8087: add alias for fstp st(i) cracyc2020-04-051-0/+1
* Merge tag 'mame0220' into mainline-master Vas Crabb2020-04-062-11/+10
|\
| * more random cleanup (nw) Vas Crabb2020-04-042-11/+10
* | Machines promoted to working Patrick Mackinlay2020-04-051-6/+14
* | icm7170: basic time keeping [R. Belmont] arbee2020-04-042-1/+55
* | Split S-SMP and S-DSP implement in snes_snd.cpp (#6417) cam9002020-04-042-0/+411