summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mmodular.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-16/+16
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-62/+68
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+12
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+12
* srcclean (nw) Vas Crabb2017-08-271-11/+11
* Rewrite mmodular.cpp to use the new mmboard device. [Sandro Ronco] Sandro Ronco2017-08-251-1359/+226
* New working machines Sandro Ronco2017-08-131-8/+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-26/+26
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* added novag68k skeleton driver, moved diablo68 to it (nw) hap2017-01-161-140/+0
* moved novag super forte to novag6502 too (nw) hap2017-01-111-140/+0
* moved Novag Super Expert to another driver, going to rewrite from scratch (nw) hap2017-01-091-16/+0
* mmodular.cpp, s7.cpp: Removed double MNW flag (nw) Ivan Vangelista2016-12-091-10/+10
* Moved Saitek RISC 2500 into a separate driver and added internal layout and i... Sandro Ronco2016-10-281-46/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-39/+39
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Cleanups and version bump Miodrag Milanovic2016-03-301-6/+6
* Fix for ioport exception for berlinp, bpl32, milano in mmodular.cpp (nw) Scott Stone2016-03-081-2/+2
* fix validation (nw) Miodrag Milanovic2016-03-041-1/+1
* Fix compile are demote drivers (nw) Miodrag Milanovic2016-03-041-90/+67
* woop hap2016-01-281-1/+1
* mmodular: removed gen32_oc custom MESS overclocked version of gen32_41 hap2016-01-281-23/+3
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-36/+36
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-36/+36
* ups my mistake (nw) Miodrag Milanovic2015-12-121-1/+1
* update some of remaining licenses (nw) Miodrag Milanovic2015-12-111-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1911