summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa
Commit message (Expand)AuthorAgeFilesLines
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-2113-50/+50
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-204-22/+20
* some more handlers simplified (nw) Ivan Vangelista2020-05-132-12/+12
* mc1502: fix FDD motor control (github #6613) MetalliC2020-05-042-17/+28
* mc1502: try to work around issues (nw) cracyc2020-05-013-2/+30
* cga_m24: Correct CRTC type AJR2020-04-192-4/+15
* isa/fdc: Case of the missing floppies solved (nw) AJR2020-04-081-1/+1
* omti8621: Don't use too much negative logic (nw) AJR2020-04-071-2/+2
* Collapse pc_fdc device hierarchy (nw) AJR2020-04-072-30/+229
* Reduce dependencies on pc_fdc_interface and machine/pc_fdc.h (nw) AJR2020-04-072-2/+2
* omti8621: Reimplement floppy interface without PC_FDC_AT (nw) AJR2020-04-072-12/+93
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-245-10/+10
* srcclean (nw) Vas Crabb2020-03-222-17/+17
* ibm_mfc: This also uses a YM2164 (nw) AJR2020-03-051-3/+2
* bblue2: fixups (nw) mahlemiut2020-03-062-14/+20
* Fix compile. (nw) couriersud2020-03-051-0/+1
* Added Microlog Baby Blue II CPU Plus ISA card. [Barry Rodewald] mahlemiut2020-03-043-0/+317
* ibmxdf_dsk: IBM Extended Disk Format support (nw) Sergey Svishchev2020-03-021-1/+3
* Add dump of Ultrastor Ultra 12F/32 ISA card [Al Kossow, Bitsavers] AJR2020-03-013-8/+83
* -s3virge: Plumbed out linear framebuffer support. Fixes graphics in 'Analog 8... mooglyguy2020-03-016-9/+166
* -ex1280: Added skeleton device for Vectrix EX1280 ISA card. [Ryan Holtz, Bits... mooglyguy2020-03-013-0/+280
* i8274, upd7201: Replace legacy device emulations and rename new devices AJR2020-02-233-3/+3
* gus: fix divide by zero (nw) mahlemiut2020-02-151-1/+1
* gus.cpp : Calculated GF1 sample rate cam9002020-02-132-12/+10
* sblaster: support more playback commands (nw) Sergey Svishchev2020-02-082-10/+15
* isa/s3virge.cpp: using save_pointer on regular arrays is error-prone (nw) Vas Crabb2020-02-021-12/+14
* srcclean, manual adjustments (nw) Vas Crabb2020-01-262-64/+64
* s3virge: fix height of mono pattern BitBLTs in 8 and 15/16 bpp. (nw) mahlemiut2020-01-181-9/+14
* s3virge: get started on BitBLT support, gets Windows 3.1 usable with Virge dr... mahlemiut2020-01-152-98/+735
* Halt cpu by isa rdy line in poisk-1 and mc1502 fdc devices (nw) yz70s2019-12-236-13/+18
* isa: Provisional ready line interface (nw) AJR2019-12-222-0/+10
* Remove unwanted changes (nw) yz70s2019-12-221-1/+1
* Substitute some cases of deprecated tag lookups with device finders (nw) yz70s2019-12-214-17/+17
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-242-4/+4
* mda.cpp, eis_hgb107x: Ericsson High resolution Monochrome Graphics Board 1070... Joakim Larsson Edstrom2019-11-225-603/+716
* eispc.cpp, mda.cpp: epc LPT device properly installed and is promoted to working Joakim Larsson Edstrom2019-11-192-2/+20
* 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