summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firetrk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ups Miodrag Milanovic2013-02-081-1/+0
* Modernization of drivers part 5 (no whatsnew) Miodrag Milanovic2013-02-081-7/+7
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* added superbug color overlay (info from external artwork by Mr Do) Michaël Banaan Ananas2012-10-141-1/+3
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-14/+14
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-10/+10
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-23/+23
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-18/+17
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-1/+1
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-37/+32
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-87/+77
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-23/+23
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-57/+57
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* (document Kee Games games in the time it was already fully owned by Atari) Michaël Banaan Ananas2012-03-301-1/+1
* allow generic_pulse_irq_line to be longer than 1 cycle. Michaël Banaan Ananas2012-02-111-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+3
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-8/+8
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-8/+8
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-51/+51
* BIG update. Aaron Giles2011-03-291-52/+52
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Smokey Joe in description Michaël Banaan Ananas2011-02-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+7
* ASR==extended play, short beep Michaël Banaan Ananas2011-02-171-3/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-58/+71
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-39/+39
* 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-8/+6
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* 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
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-17/+17