summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu4vid.cpp (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
* Fix errors from 5cc2319a2e286735981cb62781e65169ff936a52 (nw) AJR2018-05-151-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-122/+122
* 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-23/+23
* (nw) last bunch for tonight Robbbert2018-04-121-24/+25
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-36/+36
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-59/+64
* scn2674: Use same character width for text and graphics modes (nw) AJR2018-03-081-2/+1
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-201-3/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-7/+11
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+10
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-1/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-10/+5
* scn2674: More standard device configuration (nw) AJR2017-11-251-1/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* saa1099: Create standard write handler; substitute for bogus YM2413 in magica... AJR2017-06-071-8/+4
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-55/+55
* Self-registering devices prep: Vas Crabb2017-02-271-10/+17
* 6840ptm: use standard device clock for internal clock Dirk Best2016-12-041-2/+1
* Update mpu4vid to use ef9369 device Dirk Best2016-11-301-97/+16
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] therealmogminer@gmail.com2016-10-031-16/+16
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-1/+1
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+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-3/+0
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-1/+1
* some core c++11 narrowing fixes (nw) Miodrag Milanovic2015-12-041-9/+9
* clang-modernize part 7 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3768