summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-121/+121
* mcr3.c: fixed char color offset in crater [MASH] Michaël Banaan Ananas2012-12-241-1/+1
* Corrected the rom names and locations of Primal Rage, Jr. Pac-Man and Rampage... Scott Stone2012-11-251-25/+31
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-2/+2
* small update on sarge dips Michaël Banaan Ananas2012-10-091-5/+9
* added spyhunt internal artwork Michaël Banaan Ananas2012-10-081-2/+3
* small inputs update Michaël Banaan Ananas2012-10-081-20/+20
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-17/+17
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+5
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-63/+54
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-11/+11
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-15/+15
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-12/+0
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-11/+10
* audio/mcr -> audio/midway Aaron Giles2012-04-171-1/+1
* Broke dependency between mcr68 and mcr by creating Aaron Giles2012-04-171-63/+74
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+5
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-11/+12
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-12/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-120/+124
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+6
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-13/+13
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* deprecat.h Angelo Salese2011-12-091-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-54/+54
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-61/+61
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-21/+21
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-17/+17
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-69/+67
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-24/+30
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+4
* Minor game title changes, IE: change Tapper & Tapper (alt) to Tapper (Budweis... Brian Troha2011-01-301-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-40/+40
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-3/+3
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-21/+16
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-1/+1