| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a few outdated references to MESS |  Dirk Best | 2021-12-02 | 1 | -2/+2 |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 10 | -55/+58 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
* | rs232: HLE updates |  AJR | 2021-01-26 | 1 | -1/+0 |
* | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 4 | -5/+5 |
* | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -1/+1 |
* | Restore some standard library #includes, add some things that were used but n... |  Vas Crabb | 2020-07-19 | 1 | -0/+2 |
* | Pruning of redundant #includes located in src/devices/bus/* (nw) |  Scott Stone | 2020-07-10 | 1 | -1/+0 |
* | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -2/+2 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2020-06-21 | 1 | -211/+211 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 8 | -42/+38 |
* | Bug fixes for hp9845c & remote488 (#6772) |  fulivi | 2020-05-31 | 1 | -8/+0 |
* | drivers starting with f, g and h: some macro removal (nw) |  Ivan Vangelista | 2020-05-27 | 1 | -1/+1 |
* | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 22 | -113/+113 |
* | fix for vs2019, expression does not evaluate to a constant (nw) |  smf- | 2020-05-15 | 1 | -2/+2 |
* | simplified some handlers (nw) |  Ivan Vangelista | 2020-05-13 | 12 | -16/+14 |
* | Fix compile. (nw) |  couriersud | 2020-05-08 | 1 | -0/+1 |
* | Heavily improved emulation of GRiD Compass 1101 (#6599) |  usernameak | 2020-04-26 | 4 | -0/+444 |
* | devices/machine: simplified more handlers (nw) |  Ivan Vangelista | 2020-03-25 | 2 | -2/+2 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -6/+5 |
* | (nw) misc cleanup: |  Vas Crabb | 2019-10-02 | 1 | -8/+8 |
* | via6522: Change most mappings into m() [O. Galibert] |  Olivier Galibert | 2019-07-07 | 2 | -3/+3 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 7 | -160/+88 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 7 | -88/+160 |
* | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 1 | -14/+11 |
* | -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw |  mooglyguy | 2019-02-03 | 2 | -95/+46 |
* | -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw |  mooglyguy | 2019-02-03 | 1 | -1/+1 |
* | com8116: Simplify read/write handlers (nw) |  AJR | 2019-02-02 | 1 | -2/+2 |
* | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 1 | -19/+0 |
* | imagedev\floppy: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-28 | 1 | -11/+8 |
* | imagedev\bitbngr: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-19 | 1 | -3/+4 |
* | src\devices\machine: more MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-17 | 1 | -15/+16 |
* | -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... |  mooglyguy | 2018-12-17 | 1 | -10/+9 |
* | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 2 | -0/+2 |
* | hp9122: add layout (nw) |  Sven Schnelle | 2018-11-23 | 2 | -11/+26 |
* | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 2 | -11/+12 |
* | hp9k_3xx: timer fixes (#4131) |  dxl | 2018-10-12 | 2 | -3/+3 |
* | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 2 | -8/+8 |
* | i8291a, i8355: De-MCFG, nw |  mooglyguy | 2018-09-04 | 1 | -11/+10 |
* | -i8255: Removed MCFG, nw |  mooglyguy | 2018-09-03 | 2 | -20/+20 |
* | hp9122c: add motor off timer (nw) |  Sven Schnelle | 2018-08-31 | 2 | -0/+17 |
* | i8251: Removed MCFG, nw |  mooglyguy | 2018-08-29 | 1 | -4/+4 |
* | Fixed validation, nw |  mooglyguy | 2018-08-10 | 1 | -6/+6 |
* | -via6522: Removed MCFG acessors, nw |  mooglyguy | 2018-08-09 | 5 | -262/+107 |
* | Make OG happier about output latches, nw |  mooglyguy | 2018-08-02 | 1 | -8/+1 |
* | -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... |  mooglyguy | 2018-08-01 | 2 | -5/+25 |
* | -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... |  mooglyguy | 2018-08-01 | 3 | -36/+42 |
* | -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... |  mooglyguy | 2018-07-30 | 2 | -60/+61 |
* | remove more MCFG_ (nw) |  Vas Crabb | 2018-07-07 | 1 | -9/+7 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 5 | -140/+122 |