summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddenlovr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+10
* PORT_CUSTOM simplification (nw) AJR2019-09-141-8/+8
* ddenlovr.cpp : Correct CPU type cam9002019-06-031-3/+4
* ddenlovr.cpp: Convert screen update methods to use RGB32 format (nw) AJR2019-05-101-24/+16
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-7/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-119/+108
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-108/+119
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-106/+101
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-12/+6
* 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