summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firefox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* 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-57/+57
* BIG update. Aaron Giles2011-03-291-55/+55
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-62/+101
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-37/+37
* Added e2prom address space to x2212 so that the latched contents can be viewed. Aaron Giles2010-09-211-4/+4
* Changed memory width stubs to fill unpopulated regions with the appropriate Aaron Giles2010-09-211-1/+1
* Converted x2212 to a modern device. Updated starwars and firefox. Aaron Giles2010-09-211-13/+13
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* 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-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* 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
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Converted 6532riot to devcb interfaces Couriersud2009-09-221-24/+11
* Updated firefox to use "new" tms5220 interface Couriersud2009-09-211-6/+14
* Changed all tms5220 lines to (READ|WRITE)_LINE_DEVICE_HANDLER Couriersud2009-09-211-1/+1
* And bye bye 5110intf.* Aaron Giles2009-08-191-1/+0
* Bye bye 5220intf.* Aaron Giles2009-08-191-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* CHD conversion finished Yasuhiro Ogawa2009-03-161-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-11/+11
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-13/+13
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-18/+18
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-12/+12
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-2/+2
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* copied LD crcs to parent firefox set. davidhay2008-11-211-1/+1
* increase interleave in firefox, seems to help with 'bad frames' davidhay2008-11-211-2/+2