summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midwunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Clean up Midway video decoding, removing need for AM_BASE/_SIZE_LEGACY. Aaron Giles2012-09-041-367/+367
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-16/+16
* midwunit.c: Corrected the rom labels for Open Ice and added notes about the s... Brian Troha2012-07-231-25/+25
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-10/+10
* 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-11/+11
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Gave labels to many inputs in Midway's T, Wolf and Y Unit games as well as CP... Scott Stone2011-05-161-55/+55
* 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-1/+1
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-0/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* 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-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Added correct U2 sound ROM to the mk3 sets [MK3Fan - Mike] Phil Bennett2009-08-251-4/+4
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* 02768: mk3, mk3r20, mk3r10, mk3p40, umk3, umk3r10, umk3r11 : Roms incorrectly... Aaron Giles2008-12-301-114/+114
* I think umk3 and breakrev are different enough from their parent sets to be c... davidhay2008-10-221-3/+3
* > From: Andrea Turci [mailto:aturci@gmail.com] Aaron Giles2008-10-091-0/+39
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-20/+20
* Region classes go bye-bye. Aaron Giles2008-07-281-43/+43
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-43/+43
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-20/+20
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+1
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-5/+5
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1207