summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddenlovr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* 74259: Add write_d1 handler (nw) AJR2017-08-261-1/+3
* dynax.cpp: Use address map bank device for most games in this driver (plus ht... AJR2017-08-101-15/+14
* ddenlovr.cpp: More 74LS259 additions (nw) AJR2017-07-271-51/+50
* New 74LS259/9334/CD4099 devices AJR2017-07-251-4/+7
* Correct country in funkyfig sets (nw) Luca Elia2017-07-151-3/+3
* ddenlovr.cpp: fixed MT05900 (nw) Ivan Vangelista2017-07-061-1/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-71/+71
* dynax.cpp, ddenlovr.cpp: More device type corrections (nw) AJR2017-03-221-6/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* ddenlovr: ACCESSING_BITS cleanup Dirk Best2017-01-031-240/+136
* Make RTC-6242x and RTC-7242x nominally distinct device types (nw) AJR2016-11-151-5/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-64/+64
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-15/+13
* fix (nw) Olivier Galibert2016-08-261-0/+2
* Cleanups and version bump Miodrag Milanovic2016-07-271-8/+8
* changed order of dips by request. system11b2016-07-141-2/+2
* Corrected dips for mjflove and ojousan [system11] system11b2016-07-111-42/+30
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-2/+2
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-4/+9
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-6/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-3/+3
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-3/+3
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-31/+31