summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu4vid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* (nw) fix MPU4 video crash, clean up a little Vas Crabb2019-10-271-23/+16
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-11/+11
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-1/+1
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-35/+35
* mpu4vid.cpp: Keep each set on its own line (nw) AJR2018-10-141-1/+2
* New clones marked as NOT_WORKING James Wallace2018-10-141-6/+48
* mpu4vid.cpp: Properly configure CRTC clock and screen timing parameters (nw) AJR2018-09-111-8/+6
* scn2674/scn2672: Remove MCFG macros (nw) AJR2018-09-081-5/+5
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-14/+15
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-4/+3
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-24/+27
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* 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