summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firebeat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-2/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-11/+11
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-214/+214
* BIG update. Aaron Giles2011-03-291-102/+102
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+4
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-258/+305
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-65/+65
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Converted intelfsh to a device, updated all users. Aaron Giles2010-09-111-38/+41
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+6
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-2/+2
* Cleanups and version bump. Aaron Giles2010-06-171-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Games added as GAME_NOT_WORKING R. Belmont2010-05-301-7/+26
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-061-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-2/+2
* 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-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Fixed recent regression reports. Aaron Giles2009-12-231-67/+6
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-2/+2
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-15/+15
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* updated CHD SHA1s Yasuhiro Ogawa2009-03-161-3/+3
* attempt to correct previous messed up checkin davidhay2009-03-151-2/+2
* updated CHDs from Yasu davidhay2009-03-151-4/+4
* Updated CHD hashes. [Yasuhiro Ogawa] Aaron Giles2009-03-141-4/+4
* Converted PowerPC SET_INFOs to direct calls. Aaron Giles2009-03-071-6/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2