summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* swtpc8212: get it running, and on the rs232 bus (#5729) 68bit2019-10-302-0/+684
* i8251a initilization changed (#5825) Joakim Larsson Edström2019-10-291-1/+1
* mk68564: Emulate BRG; fix cut-and-paste error in pinout (nw) AJR2019-10-292-13/+65
* netlist: code maintenance. (nw) couriersud2019-10-291-1/+1
* Add preliminary MK68564 device (nw) AJR2019-10-292-12/+485
* promoted to WORKING (pvmil - SunPlus) (#5818) David Haywood2019-10-282-6/+27
* Merge pull request #5794 from JoakimLarsson/epc_4 Joakim Larsson Edström2019-10-281-55/+66
|\
| * Revert "sdlc.cpp: WIP added bitbanger device" Joakim Larsson Edstrom2019-10-242-52/+7
| * sdlc.cpp: WIP added bitbanger device Joakim Larsson Edstrom2019-10-242-7/+52
| * z80sio.cpp: Verified sync byte behavior for SDLC/HDLC, LOG message details added Joakim Larsson Edstrom2019-10-241-56/+67
| * z80sio.cpp: Fixed some log messages Joakim Larsson Edstrom2019-10-241-8/+8
* | Fix for building with visual studio 2019 (nw) smf-2019-10-261-4/+0
* | Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-2651-468/+396
* | srcclean (nw) Vas Crabb2019-10-261-1/+1
* | aic580: Improve transfer speed calculation (nw) AJR2019-10-251-2/+5
* | aha1542a, aha1542b: Split out AIC-580 emulation to new device (nw) AJR2019-10-252-0/+465
* | new NOT WORKING machines (Plug & Play - Sunplus) (#5788) David Haywood2019-10-251-13/+30
* | Spelling (#5796) Zoë Blade2019-10-241-1/+1
|/
* Merge pull request #5781 from 68bit/ie15-r232-resolve-all R. Belmont2019-10-231-2/+2
|\
| * ie15: resolve all rs232 handlers, even unused 68bit2019-10-231-2/+2
* | Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-2318-3592/+4
|/
* msm5832: Simplify handlers (nw) AJR2019-10-212-4/+4
* Machines promoted to working Sandro Ronco2019-10-202-1/+21
* i8257: Various small improvements (nw) AJR2019-10-181-12/+31
* adc0804: Further note (nw) AJR2019-10-181-0/+7
* Netlist: code maintenance and improvements. [Couriersud] couriersud2019-10-181-4/+4
* machine/ie15: Eliminate bus/rs232 dependency (nw) AJR2019-10-171-1/+0
* IE15 terminal: rework the RS232 interfaces 68bit2019-10-182-12/+101
* ins8250: fix cleared pending THRE interrupt 68bit2019-10-161-2/+5
* Emulate ADC0804 and add device to various drivers AJR2019-10-162-0/+364
* cxd1095: Default clock to 0 (nw) AJR2019-10-151-1/+1
* Netlist: code maintenance and bug fixes. [Couriersud] couriersud2019-10-152-6/+6
* netlist: Use unique_ptr where possible. (nw) couriersud2019-10-152-12/+12
* wtl3132: float operation condition (nw) Patrick Mackinlay2019-10-141-0/+13
* netlist: mame netlist reorganization. [Couriersud] couriersud2019-10-131-1/+2
* Merge pull request #5686 from JoakimLarsson/epc_3 Joakim Larsson Edström2019-10-112-75/+65
|\
| * pit8253.cpp: Fixed some log messages Joakim Larsson Edstrom2019-10-071-2/+2
| * pit8253.cpp: introduced logmacro.h based logging Joakim Larsson Edstrom2019-09-261-19/+25
| * i8251.cpp: modernized debug printouts Joakim Larsson Edstrom2019-09-261-56/+40
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-107-19/+19
* | (nw) misc stuff: Vas Crabb2019-10-093-14/+13
* | netlist: maintenance and lint fixes. (nw) couriersud2019-10-061-4/+4
* | (nw) misc cleanup: Vas Crabb2019-10-052-17/+17
* | (nw) misc cleanup: Vas Crabb2019-10-021-2/+10
* | some Visual Studio 2019 fixes (nw) smf-2019-09-292-3/+3
* | Fix build on Apple LLVM version 7.0.2 (clang-700.1.81) (nw) AJR2019-09-291-3/+10
* | wd_fdc: change Interrupt command logic based on WD1772 and VG93(1793 clone) d... MetalliC2019-09-262-40/+8
* | Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-263-7/+7
|/
* netlist: switch to c++ streams. (nw) couriersud2019-09-251-9/+19
* srcclean (nw) Vas Crabb2019-09-228-87/+87