summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct region widths in miscellaneous drivers and devices (nw) AJR2019-11-161-1/+1
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-102-24/+27
* Spring cleaning: Vas Crabb2019-11-012-2/+2
* 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
* | Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-2656-493/+456
* | srcclean (nw) Vas Crabb2019-10-263-22/+22
* | aha1542a, aha1542b: Split out AIC-580 emulation to new device (nw) AJR2019-10-252-90/+11
* | Spelling (#5796) Zoë Blade2019-10-241-1/+1
|/
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-233-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
* fix for Visual Studio (nw) smf-2019-10-171-0/+1
* 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
| * ega.cpp: converted to logmacro.h Joakim Larsson Edstrom2019-09-261-33/+27
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-102-7/+7
* | (nw) clean up code rot and cancer Vas Crabb2019-10-081-5/+5
* | misc cleanup (nw) Vas Crabb2019-10-062-484/+430
* | (nw) misc cleanup: Vas Crabb2019-10-051-1/+2
|/
* (nw) please try to ensure #include guards will trip special-casing in dumb pr... Vas Crabb2019-09-161-1/+1
* srcclean (nw) Vas Crabb2019-08-252-6/+6
* Remove wrong warning about uninitialized variable (nw) yz70s2019-08-201-0/+1
* pcipc: added a slightly more usable PCI S3 Virge/DX video card. mahlemiut2019-08-092-8/+274
* Default list of nscsi devices (nw) AJR2019-07-117-137/+91
* Move modern SCSI CD/HD devices into src/devices/bus/nscsi (nw) AJR2019-07-117-8/+8
* various: de-unroll loops in pixel drawing routines, drop scanline_callback (... shattered2019-07-062-35/+11
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-3/+4
* srcclean (nw) Vas Crabb2019-06-231-4/+4
* VGA/SVGA display parameter correction AJR2019-06-206-12/+12
* myb3k_fdc.cpp: Use FD1791 for FDC4711 Claire Kugelmann2019-06-182-2/+2
* Add support for myb3k FDC4712 Claire Kugelmann2019-06-172-235/+187
* chessmachine: bootstrap more likely like this anyway (nw) hap2019-06-032-2/+2
* added shared chessmachine device for Mephisto risc, chessmachine EC, chessmac... hap2019-06-017-48/+215
* arm: use standard_irq_callback (nw) hap2019-05-311-1/+0
* arm: add back wrong interrupt handling and make it an option (nw) hap2019-05-301-0/+1
* New working software list additions hap2019-05-301-1/+7
* chessm: add ram/cpu config (nw) hap2019-05-302-5/+23
* chessm: ram device only allows root ":ram" to be configured (nw) hap2019-05-302-11/+1
* arm: blocking irq here isnt right, this fixes chessmachine isa card lockup (nw) hap2019-05-302-5/+11
* New working software list additions hap2019-05-281-4/+4
* finalchs: add rom v3.6 (nw) hap2019-05-272-6/+10