| Commit message (Expand) | Author | Age | Files | Lines |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 3 | -6/+6 |
* | rs232: HLE updates |  AJR | 2021-01-26 | 1 | -1/+0 |
* | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 4 | -8/+4 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 2 | -23/+21 |
* | s100/dj2db: Add UART (not fully hooked up yet); more accurate FDC reset (nw) |  AJR | 2020-03-15 | 2 | -10/+14 |
* | Replace old MC2661 device with new SCN2651/SCN2661/SCN2641 devices and make s... |  AJR | 2020-03-06 | 1 | -30/+30 |
* | Revert "8255: missed one driver (nw)" |  Vas Crabb | 2019-12-17 | 1 | -0/+1 |
* | 8255: set default tristate to 0 (nw) |  hap | 2019-12-14 | 1 | -1/+0 |
* | (nw) Fixed the build. |  Robbbert | 2019-12-07 | 1 | -3/+3 |
* | ascsasi: Actually generate the control pulses (nw) |  AJR | 2019-12-06 | 1 | -0/+4 |
* | New S-100 device: ASC Associates SASI Host Computer Adapter [AJR, Bitsavers] |  AJR | 2019-12-06 | 2 | -0/+380 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -6/+17 |
* | polyfdc: Use A3, not A11 (nw) |  AJR | 2019-10-04 | 1 | -2/+2 |
* | polyfdc: Update notes (nw) |  AJR | 2019-10-04 | 1 | -21/+38 |
* | (nw) please try to ensure #include guards will trip special-casing in dumb pr... |  Vas Crabb | 2019-09-16 | 1 | -1/+1 |
* | s100_am310: Fix address shift (nw) |  AJR | 2019-08-28 | 1 | -2/+2 |
* | Add dump and emulation of Alpha Micro AM-310 Communications Controller [AJR, ... |  AJR | 2019-08-28 | 2 | -0/+396 |
* | dg640: Add base address select switch and screen raw parameters; improve docu... |  AJR | 2019-07-21 | 2 | -10/+60 |
* | (nw) split binbug into 3 sources. |  Robbbert | 2019-07-22 | 2 | -0/+219 |
* | poly88, poly8813: Add PolyMorphic 16K RAM card and make one the default |  AJR | 2019-07-19 | 2 | -0/+155 |
* | polyvti: Add status port (nw) |  AJR | 2019-07-18 | 1 | -1/+15 |
* | i8212: Simplify read/write handlers (nw) |  AJR | 2019-07-18 | 1 | -2/+2 |
* | poly88, poly8813: Bus expansion |  AJR | 2019-07-18 | 5 | -0/+474 |
* | devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values |  cam900 | 2019-03-30 | 1 | -6/+6 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 15 | -143/+88 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 15 | -88/+143 |
* | bus/s100, bus/vidbrain: Eliminate address_space arguments from handlers (nw) |  AJR | 2019-02-25 | 15 | -48/+48 |
* | -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw |  mooglyguy | 2019-02-03 | 1 | -79/+26 |
* | bus/epson_sio, bus/s100: Clean up some MCFGs (nw) |  AJR | 2019-01-18 | 4 | -16/+14 |
* | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 1 | -0/+1 |
* | Identify this brick (nw) |  AJR | 2018-11-25 | 1 | -1/+1 |
* | s100_djdma: Add a healthy amount of stub handlers to this skeleton device (nw) |  AJR | 2018-11-25 | 2 | -16/+265 |
* | bus/s100: Collect data reads by ANDing with FF, not ORing with 0 (nw) |  AJR | 2018-11-25 | 8 | -16/+16 |
* | machine/pic8259.h: removed MCFG macros (nw) |  Ivan Vangelista | 2018-10-31 | 1 | -8/+9 |
* | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 1 | -21/+21 |
* | upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-26 | 1 | -1/+2 |
* | space, space, space, space, space, space, space, space, mem_mask (nw) |  smf- | 2018-09-23 | 1 | -2/+2 |
* | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 1 | -9/+10 |
* | -in8250: De-MCFG, nw |  mooglyguy | 2018-09-04 | 1 | -32/+32 |
* | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -2/+2 |
* | remove more MCFG_ (nw) |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -18/+18 |
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 1 | -1/+1 |
* | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 1 | -2/+2 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 3 | -41/+41 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -10/+13 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 2 | -5/+9 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -5/+7 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -34/+34 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -2/+4 |