summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddenlovr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+7
* ddenlovr.cpp: IRQ handler cleanup (nw) AJR2018-12-261-31/+15
* -tms32010.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-1/+1
* Fix build issues on macOS, nw mooglyguy2018-12-061-2/+2
* -z8000, tmpz84c015: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-061-319/+318
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-5/+5
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-61/+45
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-6/+3
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-12/+12
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-2/+2
* remove more MCFG_ (nw) Vas Crabb2018-07-071-21/+20
* devcb3 Vas Crabb2018-07-071-33/+22
* misc cleanup (nw) Vas Crabb2018-06-291-19/+19
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-42/+45
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-8/+8
* dynax.cpp: Make "Rev. 2" blitter a device AJR2018-06-191-16/+18
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-471/+471
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-6/+6
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-67/+72
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-94/+94
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-94/+94
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-52/+52
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-12/+12
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-11/+11
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-215/+215
* Merge pull request #3443 from ajrhacker/addrmirror ajrhacker2018-04-111-273/+289
|\
| * Relax constraints on address mirroring/global mask combinations. Mirror bits ... AJR2018-04-111-273/+289
* | (nw) last bunch for tonight Robbbert2018-04-121-14/+15
|/
* Machines promoted to working AJR2018-04-091-3/+3
* ddenlovr.cpp: Scanline timers have been eliminated (nw) AJR2018-04-091-1/+0
* ddenlovr.cpp: Change main CPU type to TMPZ84C015 for most Z80-based games AJR2018-04-091-528/+370
* ddenlovr.cpp: Separate blitter IRQ handlers; fix interrupts in mjmyster and r... AJR2018-04-091-75/+115
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-27/+27
* ddenlovr.cpp: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) AJR2018-03-281-47/+107
* dynax.cpp: Replace CPU_VBLANK_INT with SCREEN_VBLANK_CALLBACK (nw) AJR2018-03-281-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-959/+1007
* msm6242: Deassert interrupt output when the IRQ flag is cleared AJR2018-02-181-1/+1
* Create RST interrupt buffer device AJR2018-02-181-0/+4
* mmpanic, funkyfig: Soundlatch modernization (nw) AJR2018-02-181-9/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-23/+46
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-49/+97
* ddenlovr: Clean up DSW mux and fix akamaru (nw) AJR2018-02-061-13/+25
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-52/+52
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-35/+70
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-18/+18
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-34/+34
* space.machine -> machine (nw) Olivier Galibert2017-12-141-4/+4