summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mitchell.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-28/+12
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-30/+30
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-5/+5
* Regression fixes: Aaron Giles2010-06-141-2/+4
* Fixed crash regression with spangbl / pangba [Angelo Salese] Angelo Salese2010-06-091-1/+1
* volume a bit louder Michaël Banaan Ananas2010-06-081-2/+2
* lowered OKIM6295 volume to sound closer to pcb (didn't touch bootlegs, or mga... Michaël Banaan Ananas2010-06-081-2/+2
* removed old note, renamed dsw0 to sys0 Michaël Banaan Ananas2010-06-081-25/+22
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-14/+6
* assume dsw0 bit3 to be vblank, fixes ball speed in block, doesn't cause music... Michaël Banaan Ananas2010-06-071-32/+22
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-2/+2
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-5/+5
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-1/+1
* Cleanups and version bump. Aaron Giles2010-01-281-1/+1
* New Not Working Scott Stone2010-01-231-0/+119
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Verified clocks on Poker Ladies and changed Z80 clock of Mahjong Gakuen from ... Phil Bennett2010-01-141-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-4/+4
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-3/+3
* Fixed auto EEPROM region to properly handle 16-bit data. Aaron Giles2009-12-241-45/+30
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-12/+12
* Added driver data struct to cvs.c Fabio Priuli2009-12-121-241/+327
* misc small updates: Fabio Priuli2009-12-111-1/+1
* Renamed functions: Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-7/+7