| Commit message (Expand) | Author | Age | Files | Lines |
* | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 13 | -50/+50 |
* | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 4 | -22/+20 |
* | some more handlers simplified (nw) |  Ivan Vangelista | 2020-05-13 | 2 | -12/+12 |
* | mc1502: fix FDD motor control (github #6613) |  MetalliC | 2020-05-04 | 2 | -17/+28 |
* | mc1502: try to work around issues (nw) |  cracyc | 2020-05-01 | 3 | -2/+30 |
* | cga_m24: Correct CRTC type |  AJR | 2020-04-19 | 2 | -4/+15 |
* | isa/fdc: Case of the missing floppies solved (nw) |  AJR | 2020-04-08 | 1 | -1/+1 |
* | omti8621: Don't use too much negative logic (nw) |  AJR | 2020-04-07 | 1 | -2/+2 |
* | Collapse pc_fdc device hierarchy (nw) |  AJR | 2020-04-07 | 2 | -30/+229 |
* | Reduce dependencies on pc_fdc_interface and machine/pc_fdc.h (nw) |  AJR | 2020-04-07 | 2 | -2/+2 |
* | omti8621: Reimplement floppy interface without PC_FDC_AT (nw) |  AJR | 2020-04-07 | 2 | -12/+93 |
* | devices/machine: simplified handlers for various devices (nw) |  Ivan Vangelista | 2020-03-24 | 5 | -10/+10 |
* | srcclean (nw) |  Vas Crabb | 2020-03-22 | 2 | -17/+17 |
* | ibm_mfc: This also uses a YM2164 (nw) |  AJR | 2020-03-05 | 1 | -3/+2 |
* | bblue2: fixups (nw) |  mahlemiut | 2020-03-06 | 2 | -14/+20 |
* | Fix compile. (nw) |  couriersud | 2020-03-05 | 1 | -0/+1 |
* | Added Microlog Baby Blue II CPU Plus ISA card. [Barry Rodewald] |  mahlemiut | 2020-03-04 | 3 | -0/+317 |
* | ibmxdf_dsk: IBM Extended Disk Format support (nw) |  Sergey Svishchev | 2020-03-02 | 1 | -1/+3 |
* | Add dump of Ultrastor Ultra 12F/32 ISA card [Al Kossow, Bitsavers] |  AJR | 2020-03-01 | 3 | -8/+83 |
* | -s3virge: Plumbed out linear framebuffer support. Fixes graphics in 'Analog 8... |  mooglyguy | 2020-03-01 | 6 | -9/+166 |
* | -ex1280: Added skeleton device for Vectrix EX1280 ISA card. [Ryan Holtz, Bits... |  mooglyguy | 2020-03-01 | 3 | -0/+280 |
* | i8274, upd7201: Replace legacy device emulations and rename new devices |  AJR | 2020-02-23 | 3 | -3/+3 |
* | gus: fix divide by zero (nw) |  mahlemiut | 2020-02-15 | 1 | -1/+1 |
* | gus.cpp : Calculated GF1 sample rate |  cam900 | 2020-02-13 | 2 | -12/+10 |
* | sblaster: support more playback commands (nw) |  Sergey Svishchev | 2020-02-08 | 2 | -10/+15 |
* | isa/s3virge.cpp: using save_pointer on regular arrays is error-prone (nw) |  Vas Crabb | 2020-02-02 | 1 | -12/+14 |
* | srcclean, manual adjustments (nw) |  Vas Crabb | 2020-01-26 | 2 | -64/+64 |
* | s3virge: fix height of mono pattern BitBLTs in 8 and 15/16 bpp. (nw) |  mahlemiut | 2020-01-18 | 1 | -9/+14 |
* | s3virge: get started on BitBLT support, gets Windows 3.1 usable with Virge dr... |  mahlemiut | 2020-01-15 | 2 | -98/+735 |
* | Halt cpu by isa rdy line in poisk-1 and mc1502 fdc devices (nw) |  yz70s | 2019-12-23 | 6 | -13/+18 |
* | isa: Provisional ready line interface (nw) |  AJR | 2019-12-22 | 2 | -0/+10 |
* | Remove unwanted changes (nw) |  yz70s | 2019-12-22 | 1 | -1/+1 |
* | Substitute some cases of deprecated tag lookups with device finders (nw) |  yz70s | 2019-12-21 | 4 | -17/+17 |
* | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 2 | -4/+4 |
* | mda.cpp, eis_hgb107x: Ericsson High resolution Monochrome Graphics Board 1070... |  Joakim Larsson Edstrom | 2019-11-22 | 5 | -603/+716 |
* | eispc.cpp, mda.cpp: epc LPT device properly installed and is promoted to working |  Joakim Larsson Edstrom | 2019-11-19 | 2 | -2/+20 |
* | Correct region widths in miscellaneous drivers and devices (nw) |  AJR | 2019-11-16 | 1 | -1/+1 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 2 | -24/+27 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -2/+2 |
* | eispc_twib.cpp: fix build error |  Joakim Larsson Edstrom | 2019-10-28 | 1 | -2/+2 |
* | Merge pull request #5794 from JoakimLarsson/epc_4 |  Joakim Larsson Edström | 2019-10-28 | 3 | -0/+314 |
|\ |
|
| * | eispc_twib: backed out of bitbanger approach for now |  Joakim Larsson Edstrom | 2019-10-24 | 2 | -5/+5 |
| * | eis_twib.cpp: hooked up SDLC bitbanger device |  Joakim Larsson Edstrom | 2019-10-24 | 2 | -23/+5 |
| * | eis_twib: Added SDLC logger device for debugging and added a local WIP bitban... |  Joakim Larsson Edstrom | 2019-10-24 | 2 | -1/+26 |
| * | eis_twib: Added RxC and TxC bitclocks |  Joakim Larsson Edstrom | 2019-10-24 | 2 | -0/+25 |
| * | eis_twib: WIP ISA8 card, an IBM terminal emulator board for the Ericsson PC |  Joakim Larsson Edstrom | 2019-10-24 | 3 | -0/+282 |
* | | chessm: savestates (nw) |  hap | 2019-10-27 | 2 | -0/+6 |
* | | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 56 | -493/+456 |
* | | srcclean (nw) |  Vas Crabb | 2019-10-26 | 3 | -22/+22 |
* | | aha1542a, aha1542b: Split out AIC-580 emulation to new device (nw) |  AJR | 2019-10-25 | 2 | -90/+11 |