summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mexico86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for 04329: mexico: Wrong description. (no whatsnew) Scott Stone2011-06-061-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-34/+34
* BIG update. Aaron Giles2011-03-291-8/+8
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+5
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-14/+14
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-38/+38
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* Added driver_data struct and save states to the following drivers: matmania.c... Fabio Priuli2010-02-231-32/+122
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-4/+4
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+5
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-2/+2
* Forgot to update a comment... Angelo Salese2009-05-211-2/+6
* Fixed some dip-switches quirks in the Mexico 86 driver and enabled the single... Angelo Salese2009-05-211-34/+34
* Fixed Kiki Kai Kai exception. Angelo Salese2009-05-131-11/+16
* Improved the single board 4p mode in Kick N Run / Mexico 86. It basically wor... Angelo Salese2009-05-131-12/+58
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Memory maps merges for the following drivers: Angelo Salese2009-04-271-62/+32
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-22/+22
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+11
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* Region classes go bye-bye. Aaron Giles2008-07-281-33/+33
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-34/+34
* adds info from the Guru about the Kiki KaiKai MCU. Brian Troha2008-07-251-11/+12
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+4
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-14/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-19/+1
* AY-3-8910 rewrite: Couriersud2008-04-221-2/+9
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-21/+21
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1