summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dmv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* Machines promoted to working Sandro Ronco2019-10-241-1/+17
* dmv: added HD interface. [Sandro Ronco] Sandro Ronco2019-10-241-7/+9
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-4/+3
* mcs48: Further distinction of UPI variants (nw) AJR2019-06-161-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-94/+91
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-91/+94
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-2/+2
* bus/bw2, bus/dmv, mm58167, apple3: Eliminate address_space arguments from han... AJR2019-02-241-29/+27
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-191-2/+2
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* dmvbus: Add address space finders; remove machine().device (nw) AJR2019-02-081-0/+6
* -dmvbus, psi_kbd: Removed MCFG macros, nw mooglyguy2019-02-081-55/+48
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-4/+4
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+4
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-5/+5
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-3/+3
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* devcb3 Vas Crabb2018-07-071-14/+14
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-3/+3
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-15/+15
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-7/+7
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-4/+4
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-33/+40
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-28/+28
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-41/+41
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-30/+36
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-4/+4
* QuikLoad option on CP/M-80 machines (#3368) Stefano2018-03-221-6/+8
* QuickLoad option for the Decisionmate (#3363) Stefano2018-03-191-0/+39
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-32/+35
* first_screen removal from dmv, itt3030, laser3k, mz2000, mz2500, pc8801, qx10... Nigel Barnes2018-03-081-1/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-6/+3
* dmv: fixed monochrome screen color. (nw) Sandro Ronco2017-03-251-3/+3