summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fitfight.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-34/+34
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-16/+16
* 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-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-41/+41
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-6/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* made unknown games titles lowercase Michaƫl Banaan Ananas2010-07-061-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Added driver data struct to freekick.c Fabio Priuli2009-11-271-18/+18
* Added driver data struct and save states to fitfight.c, flstory.c and funkybee.c Fabio Priuli2009-11-271-53/+68
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-0/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-4/+4
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* DIPSW update [kanikani] Yasuhiro Ogawa2009-04-011-70/+52
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-15/+15
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-9/+9
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-6/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-20/+20
* 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-15/+15
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-25/+25
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-4/+3
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-241-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-19/+19
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-3/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-8/+10
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-2/+2