summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddenlovr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1545/+1545
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
* Add ROM locations and color PROMs to janyuki, fixes colors (nw) Luca Elia2012-11-201-2/+4
* New clones added Luca Elia2012-11-191-50/+205
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-12/+12
* New games added or promoted from NOT_WORKING status Luca Elia2012-11-121-20/+198
* New clones added Luca Elia2012-11-071-26/+244
* Some manual cleanup (no whatsnew) Miodrag Milanovic2012-09-251-8/+7
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-10/+10
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* And final for today (no whatsnew) Miodrag Milanovic2012-09-181-40/+31
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-25/+25
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-31/+30
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-29/+29
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* [MAME] Fixed buffer overrun in rongrong and clones [Phil Bennett] Phil Bennett2012-09-161-3/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-222/+216
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-22/+22
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-36/+36
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-43/+42
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-39/+39
* Clean-ups and version bumpmame0146u2 Miodrag Milanovic2012-07-021-5/+5
* New games added or promoted from NOT_WORKING status Luca Elia2012-06-111-141/+1155
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-103/+103
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-221-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-19/+19
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-28/+28
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-28/+28
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+6
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+3
* ddenlovr was missed in conversion due to name difference with h file (no what... Miodrag Milanovic2012-04-091-991/+890
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-518/+518
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-37/+37
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Fix warning for hparadis (nw) Scott Stone2012-01-261-1/+0
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-16/+9
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-4/+4
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-26/+26
* Clean-ups and version bumpmame0144u4 Angelo Salese2011-12-241-13/+13
* Added preliminary IRQ generation to the MSM6242, updated drivers that uses it... Angelo Salese2011-12-191-116/+181
* Attempt to add irq function, it crashes (?) for whatever reason if enabled Angelo Salese2011-12-191-7/+46
* Modernized MSM6242 RTC device [Angelo Salese] Angelo Salese2011-12-191-23/+23
* Fix order of cfg lines, fixes listxml and similar too(no whatsnew) Miodrag Milanovic2011-12-061-1/+1
* deprecat.h Angelo Salese2011-12-051-83/+103