summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mpu4.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-9/+9
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-9/+9
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-60/+60
* bit more cleanup (nw) Vas Crabb2018-03-051-9/+21
* Fix various downcasting errors (nw) AJR2018-03-031-1/+1
* start getting brutal on output.h (nw) Vas Crabb2018-03-021-26/+34
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+37
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* mpu4.cpp: Proper CPU type and XTAL value (nw) AJR2017-12-111-1/+1
* 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-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] therealmogminer@gmail.com2016-10-031-3/+3
* srcclean and translation regeneration Vas Crabb2016-08-291-2/+2
* Added support for MPU4 layouts for games beginning with 'a', based on MFME2MA... James Wallace2016-08-201-2/+20
* Added all known expansions as fragments for DRIVER_INIT. This will permit 'pe... James Wallace2016-08-161-1/+25
* Devfind revision phase 2 (nw) AJR2016-08-051-12/+2
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Made efforts to provide a 'simpler' configuration setup for MPU4 hardware to ... James Wallace2016-06-021-0/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* meters.cpp: Initial device-ification, fixes MT06117 (nw) Ivan Vangelista2016-01-051-2/+4
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* update for Haze (nw) Miodrag Milanovic2015-05-151-1/+1
* updated rest of files according to driver license (nw) Miodrag Milanovic2015-05-151-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* mpu4: remove unused declarations (nw) Alex W. Jackson2015-03-041-3/+0
* Significant change to Stepper motor device behaviour, using devcb2 interfaces. James Wallace2014-12-191-0/+6
* Attempt at fixing the new Stepper device to load correctly for AWP games. Thi... James Wallace2014-12-171-17/+17
* Convert steppers to device_t Ramiro Polla2014-12-151-1/+24
* Further removal of leftover code (nw) Ivan Vangelista2014-09-251-4/+0
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-2/+0
* Some more core cleanup (nw) Miodrag Milanovic2014-04-221-1/+0
* BFM BD1 and ROC10937 now have proper device line accessors for the clock (scl... James Wallace2014-04-111-2/+0
* Made an attempt to fix the banking of MPU4 games, this isn't perfect, but mos... James Wallace2014-03-191-0/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Removed calls to mpu4_state *state = machine.driver_data<mpu4_state>(); by mo... smf-2014-01-061-82/+103
* MT 04841: m4exotic, m4jflash, m4madmnc, m4mmm, m4przrfm, m4rhfev, m4spinbt, m... Robbbert2013-07-021-0/+1
* some mpu4.c tagmap reduction (nw) David Haywood2013-01-271-2/+28
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-42/+41
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+6
* mpu4.c: moving more stuff to better places. From Haze (nw) Scott Stone2012-08-131-1/+1
* mpu4 sorts, sc4/5 additions and more general sorting of chaos that is reel-ba... Scott Stone2012-08-121-0/+1
* mpu4.c: Found out the procedure to make some of the ones which fail self test... Scott Stone2012-08-101-0/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+19