summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/foodf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* foodf.c: Correct rom labels for Food Fight sets Brian Troha2012-12-161-9/+9
* More atarigen modernization. Aaron Giles2012-10-171-3/+3
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-11/+9
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+10
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* 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
* "Analog" Pokey Update [Couriersud] Couriersud2012-05-281-7/+7
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-10/+10
* Convert all remaining drivers to use the modern pokey device. [Couriersud] Couriersud2012-05-191-6/+6
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+2
* quantum and foodf were developed by GCC, to settlle their conflict over GCC's... Michaël Banaan Ananas2012-04-101-3/+3
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-4/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-24/+24
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-12/+12
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-8/+8
* BIG update. Aaron Giles2011-03-291-16/+16
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Added e2prom address space to x2212 so that the latched contents can be viewed. Aaron Giles2010-09-211-21/+23
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+5
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-11/+11
* 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-3/+4
* 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
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Some more atari driver shuffling. Added atarigen_init() function Aaron Giles2009-12-151-6/+7
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-23/+20
* 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-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Adds dip port locations to Food Fight and clones [Brian Troha] Brian Troha2009-07-281-4/+4
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-9/+9
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1