summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dwarfd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/d*: macro removal (nw) Ivan Vangelista2020-05-261-10/+10
* i8275: Simplify read/write handlers (nw) AJR2019-10-051-1/+1
* dwarfd.cpp: Fix regression by reducing CRTC clock (nw) AJR2019-07-031-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-9/+12
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-47/+39
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-4/+4
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-5/+8
* 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-6/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12
* 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-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-33/+38
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* dwarfd: set dip defaults to display usable graphics (nw) cracyc2018-02-011-3/+11
* dwarfd: show as 8x8 (nw) cracyc2018-01-261-2/+2
* dwarfd: remove unnecessary gfx expand code, the interpolation is impossible t... cracyc2018-01-261-140/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* dwarfd: fix graphics (nw) cracyc2016-09-071-33/+32
* Update dwarfd.cpp MASH2016-08-281-0/+63
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* (nw) David Haywood2015-12-061-6/+6
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-8/+8
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1053