summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix clang unused private field errors (nw) AJR2019-11-061-2/+0
* electron: Added Wizard Sidewinder Rom Expansion Board. [Nigel Barnes, Binary ... Nigel Barnes2019-11-063-0/+253
* bbcm: Added Slogger Click, Solidisk Mega 256, Peartree MR8000, Master Smart C... Nigel Barnes2019-11-069-0/+612
* bbcb: Added many internal ROM/RAM expansion boards from Aries, ATPL, Computec... Nigel Barnes2019-11-0633-0/+4996
* bbc.cpp: Replaced ROM/RAM memory banks with handlers to allow access from int... Nigel Barnes2019-11-0612-9/+635
* Merge pull request #5864 from TwistedTom/melodik-fix ajrhacker2019-11-051-2/+2
|\
| * fix melodik sound TwistedTom2019-11-061-2/+2
* | spectrum kempston joystick fix, MameTesters #7453 TwistedTom2019-11-061-1/+1
|/
* flopdrv: Even legacy devices need some code cleanup (nw) AJR2019-11-055-40/+20
* Avoid some redundant PORT_CHANGED_MEMBER uses. 68bit2019-11-041-3/+3
* New working machines Vas Crabb2019-11-029-10/+8
* Fix clang build [-Werror,-Wunused-private-field] (nw) AJR2019-10-311-1/+0
* Spring cleaning: Vas Crabb2019-11-01398-2996/+2159
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-3014-21/+57
* swtpc8212: get it running, and on the rs232 bus (#5729) 68bit2019-10-304-14/+163
* eispc_twib.cpp: fix build error Joakim Larsson Edstrom2019-10-281-2/+2
* Merge pull request #5794 from JoakimLarsson/epc_4 Joakim Larsson Edström2019-10-283-0/+314
|\
| * eispc_twib: backed out of bitbanger approach for now Joakim Larsson Edstrom2019-10-242-5/+5
| * eis_twib.cpp: hooked up SDLC bitbanger device Joakim Larsson Edstrom2019-10-242-23/+5
| * eis_twib: Added SDLC logger device for debugging and added a local WIP bitban... Joakim Larsson Edstrom2019-10-242-1/+26
| * eis_twib: Added RxC and TxC bitclocks Joakim Larsson Edstrom2019-10-242-0/+25
| * eis_twib: WIP ISA8 card, an IBM terminal emulator board for the Ericsson PC Joakim Larsson Edstrom2019-10-243-0/+282
* | chessm: savestates (nw) hap2019-10-272-0/+6
* | (nw) fix other konami video devices not resolving delegate, fix Yamaha MSX sy... Vas Crabb2019-10-261-1/+1
* | Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-26201-940/+910
* | srcclean (nw) Vas Crabb2019-10-263-22/+22
* | aha1542a, aha1542b: Split out AIC-580 emulation to new device (nw) AJR2019-10-252-90/+11
* | Machines promoted to working Sandro Ronco2019-10-2418-0/+54
* | dmv: added HD interface. [Sandro Ronco] Sandro Ronco2019-10-242-0/+187
* | Spelling (#5796) Zoë Blade2019-10-241-1/+1
* | bus/interpro: minor tidy (nw) Patrick Mackinlay2019-10-244-12/+11
* | New skeleton device: PleXCombo PX-320A DVD/CD-RW Drive [Firmware HQ] AJR2019-10-233-0/+143
|/
* Merge pull request #5786 from ZoeB/grammar R. Belmont2019-10-231-1/+1
|\
| * Tidy grammar Zoë Blade2019-10-231-1/+1
* | Hp9825: support for external ROM cartridges added (#5761) fulivi2019-10-235-26/+318
* | Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-2332-18/+3588
* | rs232 null_modem: add DTR flow control 68bit2019-10-212-12/+20
|/
* msm5832: Simplify handlers (nw) AJR2019-10-212-3/+3
* pcmidi: P37, not P34 is the serial output, of course (nw) AJR2019-10-191-1/+1
* isa: Add Music Quest PC MIDI Card [AJR, VOGONS Vintage Driver Library] AJR2019-10-193-0/+312
* RS232: move some initialization to a device_reset() function (#5748) 68bit2019-10-182-7/+11
* IE15 terminal: rework the RS232 interfaces 68bit2019-10-182-75/+23
* fix for Visual Studio (nw) smf-2019-10-171-0/+1
* Merge pull request #5746 from 68bit/swtpc-mps2-ctrl R. Belmont2019-10-171-2/+6
|\
| * SWTPC MP-S2: connect up the RS232 control lines 68bit2019-10-161-2/+6
* | (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-163-7/+7
|/
* Merge pull request #5686 from JoakimLarsson/epc_3 Joakim Larsson Edström2019-10-114-80/+671
|\
| * eispc_kb.cpp: experiment with removing direct calls to resume/suspend Joakim Larsson Edstrom2019-09-291-7/+1
| * Review comments fixed Joakim Larsson Edstrom2019-09-262-28/+27
| * mda: Added Ericsson Monochrome HR Graphics Board 1070 (might be splitted out ... Joakim Larsson Edstrom2019-09-263-43/+647