summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lastfght.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecat.h Angelo Salese2011-12-091-15/+8
* (Finally found the time to finish this....) Aaron Giles2011-05-301-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-92/+103
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-20/+20
* BIG update. Aaron Giles2011-03-291-32/+32
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-9/+9
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-7/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-19/+19
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-14/+14
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-20/+21
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-6/+6
* Converted Signetics 2636 video chip to be a MAME device and updated drivers u... Fabio Priuli2009-12-111-85/+198
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Big H8 update R. Belmont2008-11-191-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-25/+25
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-20/+20
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-9/+9
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-9/+9
* 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: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-6/+6
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-1/+1