summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mpu4.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-14/+14
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-14/+14
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-86/+85
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-193/+193
* removed some state() calls smf-2018-04-141-1/+1
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-5/+5
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+14
* bit more cleanup (nw) Vas Crabb2018-03-051-149/+151
* mpu4: plausible guess at connect4 digit segment, thanks smf (nw) Vas Crabb2018-03-021-1/+1
* start getting brutal on output.h (nw) Vas Crabb2018-03-021-9/+11
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-201-6/+6
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-20/+28
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-36/+36
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-8/+8
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+8
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-7/+7
* mpu4.cpp: Proper CPU type and XTAL value (nw) AJR2017-12-111-1/+1
* okim6258, okim6376: Replace custom handlers with device_clock_changed (nw) AJR2017-06-261-1/+1
* Put mpu4 back into how it should be... not sure what went on there, but curre... Olivier Galibert2017-06-251-0/+3184