summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midyunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-129/+129
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-51/+51
* Replaced bitrotted rom for Mortal Kombat Turbo 3.0 (mkyturboe) which caused h... Scott Stone2012-06-281-1/+1
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-2/+3
* fix for MT 04773 Fabio Priuli2012-05-201-2/+8
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-4/+4
* Use an OKI address map instead of memcpy to handle ADPCM Aaron Giles2012-04-181-17/+17
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-73/+84
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* AM_BASE + AM_SIZE -> AM_BASE_SIZE for easier future cleanup (no whatsnew) Miodrag Milanovic2012-04-111-1/+1
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-1/+1
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-12/+12
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-9/+9
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-13/+13
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Changed descriptions : mostly "(alt)" -> "(set n)"; also added "(set 1)" for ... stephh2012-03-151-2/+2
* New clones added Scott Stone2012-03-111-0/+32
* New clones added Scott Stone2012-02-231-0/+30
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+6
* New clones added mariuszw12011-07-231-0/+63
* Gave labels to many inputs in Midway's T, Wolf and Y Unit games as well as CP... Scott Stone2011-05-161-84/+83
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-52/+52
* New clones added mariuszw12010-11-201-0/+31
* Cleaned up many duplicate inputs and fixed others in a number of drivers. [T... Scott Stone2010-11-111-2/+2
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-20/+2
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-28/+22
* new clone added: Terminator LA4 Brian Troha2010-07-211-40/+76
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+8
* Note about Terminator 2 LA4 romset as found via eBay auction. Brian Troha2010-05-261-0/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* new clone added: High Impact Football (LA2) Brian Troha2010-03-261-1/+37
* new clone: Smash TV Rev 3.01 Brian Troha2010-03-091-0/+29
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-76/+76
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1