summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mitchell.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Splitted kabuki from cps1.h Robbbert2013-02-051-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-185/+185
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-8/+7
* NVRAM_HANDLER removal. Aaron Giles2012-09-211-52/+21
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-31/+29
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Game name fixes, Daibouken romaji doesn't need a hyphen Angelo Salese2012-08-101-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-121/+103
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-28/+28
* MT 4873 fix Michaël Banaan Ananas2012-05-271-1/+1
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-13/+15
* cleandown (nw) Michaël Banaan Ananas2012-05-101-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-16/+16
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-11/+11
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* 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-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-16/+16
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-54/+45
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-7/+7
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-38/+38
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-9/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-10/+5
* fix regression with spang bootlegs Michaël Banaan Ananas2012-01-021-8/+11
* Fixed irq generation for spangbl, it's still broken for other reasons tho ... Angelo Salese2011-12-171-2/+4
* deprecat.h (somebody should explain to me why #00287 is now fixed with this b... Angelo Salese2011-12-051-1/+1
* deprecat.h Angelo Salese2011-12-051-15/+26
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+7
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-88/+88
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-59/+59
* 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-12/+12
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-30/+28
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-11/+11
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-122/+122
* Cleaned up many duplicate inputs and fixed others in a number of drivers. [T... Scott Stone2010-11-111-14/+12