| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 6 | -6/+6 |
* | srcclean, remove a vestigial thing, and a little cleanup |  Vas Crabb | 2021-12-26 | 1 | -5/+5 |
* | besta: Converted to VME device. (#9008) |  shattered | 2021-12-20 | 2 | -0/+388 |
* | srcclean in preparation for release of MAME 0.238. |  Vas Crabb | 2021-11-21 | 3 | -122/+122 |
* | bus/vme: De-skeletonized vme_hcpu30.cpp. (#7467) |  shattered | 2021-11-20 | 2 | -62/+515 |
* | New NOT_WORKING machines |  Luigi Thirty | 2021-11-16 | 2 | -0/+629 |
* | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -1/+1 |
* | vme: Modernize slot device code and eliminate deprecation warnings; actually ... |  AJR | 2021-06-19 | 8 | -66/+26 |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -9/+4 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 2 | -4/+4 |
* | rs232: HLE updates |  AJR | 2021-01-26 | 1 | -1/+0 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 14 | -46/+46 |
* | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 6 | -14/+14 |
* | i8274, upd7201: Replace legacy device emulations and rename new devices |  AJR | 2020-02-23 | 1 | -12/+12 |
* | mvme350: Fix region width (nw) |  AJR | 2019-11-21 | 1 | -3/+3 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -7/+7 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -13/+13 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 4 | -5/+5 |
* | vme_fcscsi: Put back B41 autovector option (nw) |  AJR | 2019-04-19 | 2 | -1/+10 |
* | hd63450: More accurate IRQ handling with a tidier interface |  AJR | 2019-04-19 | 2 | -33/+9 |
* | emumem: Remove obsolete alignement limit |  Olivier Galibert | 2019-04-06 | 1 | -1/+1 |
* | 68000: Rework interrupt handling [O. Galibert] |  Olivier Galibert | 2019-04-05 | 4 | -65/+58 |
* | z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) |  AJR | 2019-03-27 | 3 | -8/+39 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 8 | -74/+95 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 8 | -95/+74 |
* | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 3 | -2/+33 |
* | mame\drivers: removed most MCFG and MACHINE_CONFIG_MACROS (nw) |  Ivan Vangelista | 2019-02-28 | 2 | -31/+20 |
* | devices/bus: a few more MACHINE_CONFIG macros removed (nw) |  Ivan Vangelista | 2019-02-09 | 3 | -37/+41 |
* | emu\softlist_dev: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -3/+0 |
* | Fix build (nw) |  AJR | 2019-01-22 | 1 | -1/+1 |
* | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 1 | -0/+1 |
* | cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... |  Ivan Vangelista | 2018-10-29 | 2 | -46/+53 |
* | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 4 | -45/+46 |
* | -hd63450: Removed MCFG, nw |  mooglyguy | 2018-08-28 | 1 | -22/+22 |
* | z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... |  Ivan Vangelista | 2018-08-27 | 1 | -5/+5 |
* | Apply logical address mask properly in debug disassembly view |  AJR | 2018-08-24 | 1 | -1/+1 |
* | -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... |  mooglyguy | 2018-08-11 | 3 | -50/+48 |
* | -68153bim: Removed MCFG and added devcb3, nw |  mooglyguy | 2018-08-10 | 2 | -3/+3 |
* | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -2/+2 |
* | fccpu20 : fixed terminal display |  Robbbert | 2018-07-29 | 1 | -0/+10 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -10/+10 |
* | hd63450: Configure device clock (not used yet); back out custom constructor (nw) |  AJR | 2018-06-25 | 1 | -1/+2 |
* | hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw |  mooglyguy | 2018-06-22 | 1 | -2/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 4 | -10/+10 |
* | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 1 | -4/+4 |
* | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 1 | -6/+6 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 7 | -127/+127 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 3 | -14/+17 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 2 | -5/+3 |
* | Restrict ROM labels to a filesystem- and shell-safe subset of printable |  Vas Crabb | 2018-03-18 | 4 | -12/+12 |