summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-84/+84
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-31/+31
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-9/+10
* Fix various downcasting errors (nw) AJR2018-03-031-1/+1
* Start squeezing out the poor-performing parts of the output_manager: Vas Crabb2018-02-281-34/+31
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-201-3/+3
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-58/+54
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-40/+40
* 6840ptm: use standard device clock for internal clock Dirk Best2016-12-041-2/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] therealmogminer@gmail.com2016-10-031-9/+9
* thanks to fixes 2(nw) James Wallace2016-09-231-0/+1
* adding thanks to MFME where I've used it (MPU3/4) (nw) James Wallace2016-09-231-1/+4
* Add 39 layouts John Parker2016-08-291-53/+95
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-4/+4
* Further IRQ passthrough cleanup AJR2016-07-081-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-1/+1
* 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-3/+3
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-7/+7
* meters.cpp: Initial device-ification, fixes MT06117 (nw) Ivan Vangelista2016-01-051-38/+38
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-81/+81
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 7 Miodrag Milanovic2015-12-041-81/+81
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1670