summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coolridr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-3/+3
* Fixed clock Angelo Salese2013-01-181-1/+1
* DMAC hooked Angelo Salese2013-01-181-20/+32
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-6/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-9/+9
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-21/+21
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+8
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Validity fixes. Aaron Giles2012-04-111-2/+2
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-21/+21
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-21/+21
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-22/+31
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-8/+8
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-91/+95
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-7/+7
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-10/+10
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-11/+11
* Minor improvements to the Cool Riders text layer. [Andrew Gardner] Andrew Gardner2012-02-071-85/+139
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-4/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-9/+8
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-5/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-10/+10
* deprecat.h for seta.c, nuked deprecat library (at last) Angelo Salese2011-12-141-7/+1
* deprecat.h Angelo Salese2011-12-051-0/+1
* deprecat.h Angelo Salese2011-12-051-12/+22
* (Finally found the time to finish this....) Aaron Giles2011-05-301-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-93/+93
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-38/+38
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-8/+8
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-91/+119
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1