summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midtunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Gave labels to many inputs in Midway's T, Wolf and Y Unit games as well as CP... Scott Stone2011-05-161-6/+6
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-2/+2
* Added input button labels for Midway T-Unit driver [Joe Caporale] Angelo Salese2011-05-031-62/+62
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-2/+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-13/+13
* New clones added mariuszw12010-11-201-0/+38
* 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-10/+8
* midtunit.c: Fixed TMS340 parameter [Alex Jackson] Fabio Priuli2010-04-031-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* 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
* New clones added Phil Bennett2009-10-031-0/+40
* new Mortal Kombat 2 clone added Brian Troha2009-09-201-0/+40
* New clone added: Mortal Kombat (Turbo 3.1 09/09/93, Hack) Brian Troha2009-09-011-3/+3
* New clones added Phil Bennett2009-08-251-0/+35
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-16/+16
* Replaced almost all remaining cpu[num] occurrences in src/mame/ with tags Fabio Priuli2009-05-291-1/+1
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-181-4/+5
* 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-59/+59
* Removed all instances of regions with different class but equal names. Aaron Giles2008-07-281-9/+9
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-59/+59
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-20/+20
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-2/+2
* 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
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+1
* Fixed some small errors I made in revision 630. stephh2008-02-071-4/+4
* 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/+1298