summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/next.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-32/+32
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-56/+63
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* Grammar police (nw) Olivier Galibert2018-02-241-3/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-9/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-12/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-10/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-12/+15
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-18/+0
* Handle a small number that only need a device variable to be added (nw) Olivier Galibert2018-01-021-2/+2
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-11/+11
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-4/+4
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-5/+5
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-26/+26
* Soft resets no longer turn back clocks on devices AJR2016-10-091-4/+0
* clang-modernize part 4 Miodrag Milanovic2015-12-041-9/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1226