summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ngen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* i8274, upd7201: Replace legacy device emulations and rename new devices AJR2020-02-231-5/+5
* Fix more region widths (nw) AJR2019-11-161-1/+1
* More region width fixes (nw) AJR2019-11-161-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-5/+5
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-7/+7
* wd_fdc: Adopt new mr_w handler in various drivers (nw) AJR2019-06-011-4/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-11/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+11
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-2/+2
* bus/newbrain, bus/tiki100, wd2010: Simplify read/write handlers (nw) AJR2019-02-191-2/+2
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-7/+7
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-37/+36
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-10/+10
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-22/+26
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-25/+25
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-10/+10
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-19/+7
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-10/+10
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-24/+26
* i8251: Removed MCFG, nw mooglyguy2018-08-291-8/+8
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-4/+4
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-3/+3
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-91/+92
* devcb3 Vas Crabb2018-07-071-10/+10
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-17/+28
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-18/+18
* diexec: Interrupt API changes (nw) AJR2018-05-181-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-113/+113
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+8
* maps: Finish mame/drivers (nw) Olivier Galibert2018-04-191-24/+27
* remove unnecessary acrobatics (nw) smf-2018-04-131-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-10/+12
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-18/+18
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+7
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-2/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+4
* removed some redundant flags: MACHINE_IS_SKELETON = MACHINE_NOT_WORKING | MAC... Ivan Vangelista2017-07-041-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-9/+11
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* Intel documentation is conflicting, which prompted osdev to claim that 128k d... smf-2016-10-061-4/+4
* Applied IBM AT 16-bit DMA wrap round fix to other implementations. (nw) smf-2016-10-061-6/+6
* Use emumem.h defines whenever possible Giuseppe Gorgoglione2016-08-111-39/+39
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* removed double string in some instances of "Fatal error: Error: x" hap2016-03-201-1/+1